Skip to content
Kelli Johnson edited this page Dec 14, 2020 · 6 revisions

Pandoc manual

Pandoc is a powerful command line tool available for all operating systems that transcribes text from one type of document to another. It is used behind the scenes by the R package rmarkdown to translate markdown to latex and then translates the latex file to a resulting html or pdf file. Thus, pandoc is an integral part of creating a 508 compliant document. This help page is hyper-focused on the options within pandoc that facilitate compliance of pdf documents generated using templates within the sa4ss R package. For full documentation of pandoc see the user manual.

Raw html/tex

Raw TeX is allowed to preserve the richest formatting as possible and if you desire to keep this formatting specified in the original file, then one would would to allow raw. However, when converting to formats like docx you cannot use raw TeX or HTML. Therefore, one must think deeply about what you want to keep as raw and if you want to turn this functionality off. raw_tex allows raw LaTeX, TeX, and ConTeXt in the document. This extension can be enabled/disabled for many formats, including markdown.

Clone this wiki locally