Skip to content
glottotopia edited this page Mar 23, 2021 · 1 revision

The individual *tex files in the folder chapters can be compiled individually. For this, they have to use [output=paper]

\togglepaper[23] will add a regular chapter heading with chapter number 23 and a regular chapter footer. This allows to take care of pagebreaks as if the paper was compiled with the whole frontmatter and backmatter.

The standard command sequence

\IfFileExists{../localcommands.tex}{%
  \input{../localpackages}
  \input{../localcommands} 
  \togglepaper[23]
}{}

includes the relevant local... files which are included in the larger project as well. This allows to compile the paper individually as well as as part of a larger volume.

Pagenumbering for prepublished papers is set to roman so that the pages are clearly distinct from the pages of the final version.

PDFs can be uploaded to OMP as normal. When the final volume is published, make sure to drop all existing chapter files and re-upload the "real" chapters.