I'm a markdown user, and am just getting my feet wet in latex for PDF creation. I'm using Pandoc and MikTex on Windows 7. The following command gives me a nice PDF document:
markdown2pdf myfile.text
How do I change the styles of the PDF? (Page margin, font size, etc). I've tried using the "-V" option to add styling information...
markdown2pdf -V fontsize=18pt myfile.text
...But it doesn't make any difference in the resulting PDF file. What am I doing wrong?
articleclass knows, which is pretty limited. Have you tried usingpandocandpdflatexseparately, and editing the intermediate.tex? – Joseph Wright♦ Mar 23 '11 at 19:55.texfile each time I want a PDF. – user4402 Mar 23 '11 at 20:36