Tagged Questions
2
votes
0answers
326 views
How do I set variables in latex template used for pandoc markdown to pdf conversion [closed]
I'm sorry if this is a bit of a pandoc question, but I'm hoping you tex users have some familiarity with latex templates within pandoc. I'm very new at this, but am excited to get a good work flow ...
8
votes
3answers
466 views
I'd like to include Markdown in a LaTeX file
I have a LaTeX file, foo.tex and a bunch of markdown files {1..N}.markdown in the same directory. Basically, I'd like to be able to \include{1.markdown} and have the markdown rendered to LaTeX and ...