-
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
Error: Environment env-<guid> undefined. #9
Comments
I set up pandoc and pandoc-latex-admonition from scratch
|
I poked around a bit and can't figure it out. |
I am having the same problem. |
Can you post steps to reproduce the issue? |
It seems that is issue comes from pandoc itself (jgm/pandoc#3139 and pandoc-discuss) which overrides the LaTeX header. I suggest not using the header-includes:
- |
```{=latex}
\usepackage{glossaries}
\setacronymstyle{long-short-desc}
\makenoidxglossaries
\include{glossary}
``` in the metadata block of |
template.tex
manual_final.md
|
I'm seeing this on a project to which I'm attempting to add pandoc-latex-admonition:
I seem able to reproduce it against the example file. It seems related to adding glossaries.
What seems like the minimal files necessary to reproduce this: https://gist.github.com/colindean/ffd9e24299582f72af8de1e385e6df60
I'm running pandoc 2.9.1 in my builds (a specific container built for this) but I seem able to reproduce it against pandoc 2.10.1 as well.
I'm running this using pandocker with basically
Outputting latex instead of pdf shows that the environments are matched.
I'm very eager to get this working. It appears that #2 and #6 delved into this but neither author posted a solution.
The text was updated successfully, but these errors were encountered: