Archives / Snippets / Projets

https://groups.google.com/forum/#!topic/pandoc-discuss/59mBEixlIJU

fiddlosopher 14/03/12 Traduire le message en français

+++ Joost Kremers [Mar 14 12 19:41 ]:

  • afficher le texte des messages précédents - Not a bad idea. I'll consider this.

Note that instead of using a custom template, you can create a small file margins.sty with the needed code:

\usepackage[vmargin=1in,hmargin=1in]{geometry}

and include this in the header using -H:

pandoc -H margins.sty -f latex -s -t whatever...