How to split Pandoc template files into sub files -


i able split pandoc template files sub files using \input{path-to-file} in template file. when use \input command, following error message when running pandoc -o output.pdf --template=default.latex --latex-engine=lualatex:

! latex error: missing \begin{document}.

how split pandoc template files?

i think not possible achieve pandoc. choose switch panzer, project combines pandoc styles.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -