-
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
Pandoc (Markdown - Latex) Support #7
Comments
…ly as environment wrapping a list) (see issue #7)
Thanks for reporting! Could you check if PR #8 works for you too? I tested with the following pandoc preamble:
Note that you should set |
Thanks for the quick fix and the detailed pandoc preamble! Works as expected! |
Btw. for the full design experience of the template, you may want to compile using the XeLaTeX toolchain with
or pandoc -t beamer --slide-level=3 --pdf-engine=xelatex main.md -o main.pdf Use |
Thanks! I'll give it a try! |
Do you have some longer source file with typical pandoc/markdown features that you use in your projects? Would be interesting as a test-case ... |
I mainly use it as a quick way to produce slides for meetings based on some notes. So mainly some images and Latex equations. Need to look into setting up the bibliography. |
Here's a small example (adapted from here, tested with Pandoc 2.9.2.1 and pandoc-citeproc 0.17.0.1, both from Ubuntu 22.04), showing the following features: list, enumeration, web link, bibliographic reference, image, equation, table. |
What and Why
I like to use pandoc to generate nice beamer slides from a markdown file
pandoc -t beamer pres.md -o pres.pdf
Unfortunately, this jku beamer theme does not work out-of-the box.
I've setup my tex installation so that the jku beamer template on the respective path and this works with normal latex beamer slides.
Example
See the attached file pres.md
If
theme: Boadilla
is selected the filepres.pdf
is generated without errors.pres.pdf
Error
When I set the JKU theme in the Markdown file
theme: jku
, I get the following error:The text was updated successfully, but these errors were encountered: