Skip to content
Paulo Cunha edited this page Mar 24, 2023 · 3 revisions

PANDOC Templates

Original documentation: Pandoc Templates

Generating a LaTeX Template file for Pandoc

A pandoc latex template is just a regular latex file with some placeholder variables in it. You can print the default template with:

pandoc -D latex > default.latex.

PANDOC Commands

Reading from the Web

Instead of an input file, an absolute URI may be given. In this case pandoc will fetch the content using HTTP:

pandoc -f html -t markdown https://www.fsf.org

Clone this wiki locally