A set of (mostly) self-explaining files for using orgmode to author structure and content of a document, and then insert this into a latex template. Use cases are where the latex style, class, and detailed commands to be used are prescribed by the journal/publisher etc.
Requirements: A recent Emacs (tested on Emacs 24.5, and 28.2), Python, make, pdflatex, latemk for watch
target.
- clone this repository
- change into the
paper
subdirectory - call
make
We have committed this file for convenience to the repository, and it can be seen here, or downloaded as an artifact.
Author: Hans Fangohr, University of Southampton, European XFEL, Max Planck Institute for the Structure and Dynamics of Matter
- 2018: Note the contribution that shows a one-file solution for this problem at #4 by @dineshadepu .
- 2023: added target
make watch
to automatically recompile on change of sources (usinglatexmk
) - 2024: activate Github actions to provide CI