bolerio / seco

Advanced Scripting IDE for JVM based languages.
28 stars 4 forks source link

Need script set for docs/ rse.tex -> rse.pdf #48

Closed ponyatov closed 7 years ago

ponyatov commented 7 years ago

Trying to rebuild docs/rse.pdf from scratch, I have problem:

docs/rse.tex: ./sigplanconf.cls
./sigplanconf.cls:
    wget -O $@ http://www.sigplan.org/sites/default/files/sigplanconf.cls
pdflatex -interaction=nonstopmode -output-directory=/home/ponyatov/seco/tmp docs/rse.tex && touch tmp/rse.pdf 
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2015/dev/Debian) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./docs/rse.tex
LaTeX2e <2014/05/01>
...
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/home/ponyatov/seco/tmp/rse.aux

! Package natbib Error: Bibliography not compatible with author-year citations.

(natbib)                Press <return> to continue in numerical citation style.
bolerio commented 7 years ago

Yeah, it uses the sigplanconf template that I haven't pushed to the repo. It's been a while, it can probably be downloaded from somewhere, but I don't have a latex system on my laptop at the moment. Isn't the PDF in the repo enough? If you need to build it, you might be able to just remove that template, the content doesn't use anything special.

ponyatov commented 7 years ago

Not a problem -- I delayed docs/res.pdf rebuild, just want docs/res.tex can be rebuildable