Tagged Questions
3
votes
1answer
149 views
Autoinclude files
In my previous question I asked about templates. I got quite a cool answer, thanks!
There is code like
\long\def\FourierIntroduction{Content}
In say the file Fourier.tex. What I would like is that ...
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 ...