Increase the font size of a pdf document compiled with Pandoc
To increase the font size when converting a Markdown file to a pdf with Pandoc add the option -V
to specify a custome template, then set the variable documentclass
to article
, then -V
again, and finally set the variable fontsize
to 12pt
, for example. So the command you run would be, for example:
$ pandoc -o file.pdf file.md -V documentclass=article -V fontsize=12pt
Check out $ man pandoc
to see other possible document class.
command-line interface (cli) personal computing pandoc trisquel GNU linux text processing office applications wiki