26 May
2009
26 May
'09
10:27 p.m.
Am 25.05.2009 um 22:25 schrieb Mohamed Bana:
i tend to write in Markdown, as the syntax is very light weight, then compile with pandoc (http://johnmacfarlane.net/pandoc/).
$ pandoc --toc --smart --number-sections --standalone -H header.tex - w context file.pdc -o file.tex $ texexec file.tex
I think you can automate the first step with a ctx file and use only 'texexec/context --ctx=pandoc' to create a pdf from your source file. Wolfgang