gi-ev / LNI-proceedings

Support for generating LNI proceedings
https://gi-ev.github.io/LNI-proceedings/
Creative Commons Zero v1.0 Universal
5 stars 5 forks source link

Order of working steps in documentation #11

Closed gerking closed 3 years ago

gerking commented 3 years ago

There seems to be an error in the documentation, which leads to a wrong order of working steps:

Step 9 requires users to adjust the pages in proceedings.tex:

Adapt pages=x-y (and possibly \pdfbookmark) at \includepdf[pagecommand={\thispagestyle{empty}},pages=5-5]{LNI-Startseiten.pdf} and subsequent \includepdf statements to match the page numbers of your foreword and sponsoring.

Later in step 11, a new proceedings.tex is generated:

During fixup phase, run /c/Python27/python ../addAuthTi.py ../proceedings.template ../proceedings.tex */paper.tex

Thereby, the previous adaptations from step 9 are overridden and need to be repeated. Not a big deal, but shouldn't the pages be adapted after proceedings.tex has been generated?