A framework to use pandoc and managing its options efficiently #9323
mh4ckt3mh4ckt1c4s
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody,
I'm using pandoc a lot for presentations, papers and other documents. I was not satisfied with my workflow when using pandoc, for several reasons :
That's why I created the ultimate pandoc framework, that allows for easy, reproducible builds with all of the general options of pandoc quickly available and configurable in yaml files. I created this framework for my main workflow (md -> latex -> article or beamer pdf), so I also added all of the LaTeX / beamer-specific options, but it can be easily adapted for all formats supported by pandoc. Each option is quickly explained in comments, which allows to understand the configuration of a project and change it quite easily.
I'm sharing this project here in the hope that it can help other people use pandoc more efficiently. I am open for all kinds of feedbacks, remarks or questions. Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions