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
When compiling my markdown file to pdf via latex, everything seems to be working fine. However, when I specify beamer as output format, pandoc complains about missing data files. I hope I am not at fault here; It would be great if you added slides support!
Could not find data file templates/eisvogel.beamer is what it says. I mean I obviously just have the eisvogel.latex in the template directory but adding an extra copy with .beamer as extension also doesn't work.
The text was updated successfully, but these errors were encountered:
I think you have an old version of pandoc installed. The Beamer template and the regular LaTeX template were merged with issue jgm/pandoc#3878. Can you show me the output of pandoc --version.
I opened an issue in the pandoc issue tracker: jgm/pandoc#5585. When you specify the template with the extension directly it should use the correct template file:
When compiling my markdown file to pdf via latex, everything seems to be working fine. However, when I specify
beamer
as output format, pandoc complains about missing data files. I hope I am not at fault here; It would be great if you added slides support!Could not find data file templates/eisvogel.beamer
is what it says. I mean I obviously just have the eisvogel.latex in the template directory but adding an extra copy with.beamer
as extension also doesn't work.The text was updated successfully, but these errors were encountered: