Pandoc

Utlisation de Pandoc pour convertir document d’un format à l’autre

Utlisation de Pandoc pour convertir document d’un format à l’autre

 

Let’s verify that pandoc is installed. Type

pandoc --version

Pandoc can often figure out the input and output formats from the filename extensions. So, you could have just used:

pandoc test1.md -s -o test1.tex

Pandoc knows you’re trying to create a LaTeX document, because of the .tex extension.