You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the template to generate a PDF from multiple markdown files for a book (I've got some tex in so pre-processing). The figures are re-starting at 1 for every chapter when I use the eisvogel template (but not the default PDF template).
Hi,
I'm using the template to generate a PDF from multiple markdown files for a book (I've got some tex in so pre-processing). The figures are re-starting at 1 for every chapter when I use the eisvogel template (but not the default PDF template).
I'm using these options:
$ pandoc -f markdown+latex_macros -t pdf -s --file-scope=true --toc --top-level-division=chapter -V "book" -V "footer-left= " -V "titlepage=true" frontmatter.tex *.md metadata.yaml
I experimented with the latex output and discovered it can be avoided if section numbering is on (but I'd prefer not to have section numbers).
Any help to resolve would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: