diff --git a/.gitattributes b/.gitattributes index d9de3f84f0d0cd59544ee0ed3d8a4a2b7683f986..f4fab0d751f79c68c91bfbdd9bb1760861c0dde1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1451,6 +1451,7 @@ doc/papers/2010/SPM/final/figures/fig4.pdf -text doc/papers/2010/SPM/final/figures/fig5.pdf -text doc/papers/2010/SPM/final/spconf.sty -text doc/papers/2010/SPM/final/spm.bib -text +doc/papers/2010/SPM/final/spm.pdf -text doc/papers/2010/SPM/final/spm.tex -text doc/papers/2010/SPM/initial-submission/nieuwpoort-double-spaced.pdf -text doc/papers/2010/SPM/initial-submission/nieuwpoort-normal-spaced.pdf -text svneol=unset#unset diff --git a/doc/papers/2010/SPM/final/Makefile b/doc/papers/2010/SPM/final/Makefile index eba742c283bdfd3814cd1a1a939a0f3838ff7e26..cd3fdb6f980f406948e07649bae54b975aa2d76d 100644 --- a/doc/papers/2010/SPM/final/Makefile +++ b/doc/papers/2010/SPM/final/Makefile @@ -16,7 +16,7 @@ AUX_FILES = $(TEX_SOURCES:%.tex=%.aux) FIGURES = $(FIG_SOURCES:%.fig=%.pdf) $(JGR_SOURCES:%.jgr=%.pdf) GEN_EXT = bbl blg dvi idx ilg ind lof log lot ps toc ps_pages -GEN_FILES = $(AUX_FILES) $(FIGURES) spm.pdf $(GEN_EXT:%=spm.%)\ +GEN_FILES = $(AUX_FILES) $(FIGURES) $(GEN_EXT:%=spm.%)\ mfput.log missfont.log texput.log TEXINPUTS = inputs:.: diff --git a/doc/papers/2010/SPM/final/spm.pdf b/doc/papers/2010/SPM/final/spm.pdf new file mode 100644 index 0000000000000000000000000000000000000000..33779189068215c541d0c0c12949cc81d447a777 Binary files /dev/null and b/doc/papers/2010/SPM/final/spm.pdf differ