Skip to content
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

Can not find data file when compiling to beamer #97

Closed
YourPsychiatrist opened this issue Jun 7, 2019 · 3 comments
Closed

Can not find data file when compiling to beamer #97

YourPsychiatrist opened this issue Jun 7, 2019 · 3 comments

Comments

@YourPsychiatrist
Copy link

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.

@Wandmalfarbe
Copy link
Owner

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.

@YourPsychiatrist
Copy link
Author

I built the (at the time) lates release from source so I am running pandoc 2.7.2

$ pandoc --version
pandoc 2.7.2
Compiled with pandoc-types 1.17.5.4, texmath 0.11.2.2, skylighting 0.7.7

@Wandmalfarbe
Copy link
Owner

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:

pandoc --from markdown --to beamer document.md --template eisvogel.latex --o document.pdf

Unfortunately an arror occurs when generating the beamer PDF. I filed a separate Issue here: #99

@Wandmalfarbe Wandmalfarbe changed the title Beamer output format not supported Can not find data file when compiling to beamer Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants