-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Package.. #6
Comments
Can you post here an example file that does not work |
Now I got different error. Command executed from terminal is:
Error message received is:
The md file used is the same as the example file provided in the documentation. I have not modified any of the md file content. |
What is the content of pandoc-admon.md? |
Hey, thanks for this great package! I can compile the tests fine, but I get a similar error as the above when trying to use this package as part of this cookiecutter as you can see, i'm using xelatex with this template and getting the same missing environment error above I'm no latex expert, so not exactly sure what's causing the error but I've also tried adding the following packages to the template \usepackage{tcolorbox}
\usepackage{footnote}
\usepackage{xcolor}
\usepackage{ifthen}
\usepackage{amsmath}
\usepackage{fontenc} but to no avail. If I try to add the example text
to $ make paper
pandoc -r markdown+simple_tables+table_captions+yaml_metadata_block+smart -s --pdf-engine=xelatex --template=paper/.pandoc/xelatex.template --filter pandoc-include --filter pandoc-crossref --filter pandoc-latex-admonition --filter pandoc-citeproc -o paper/draft.pdf paper/draft.md
Error producing PDF.
! LaTeX Error: Environment env-77d4253f-9729-437d-bd96-2b1d2266ed3f undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.97 ...{env-77d4253f-9729-437d-bd96-2b1d2266ed3f} any thoughts about what might be happening? Thanks again for putting this package together! |
Perhaps your template? |
i cant remember exactly, but i think it ended up being a change in newer versions of the way pandoc handles template variables. Either way, i got it sorted in the end. thanks! |
Closing this issue. |
I get following error when using the admonition package:
The text was updated successfully, but these errors were encountered: