Top "Pandoc" questions

Pandoc is an open-source, command-line, universal document converter for converting between various markup formats.

How to use Pandoc image alignment to align two images in the same row?

From the pandoc documentation I know how to insert an image http://johnmacfarlane.net/pandoc/README.html#images Now I …

image alignment pandoc
Preserve Line Breaks in Pandoc Markdown -> LaTeX Conversion

I want to convert the following *.md converted into proper LaTeX *.tex. Lorem *ipsum* something. Does anyone know lorem by …

pandoc
How can I specify pandoc's markdown extensions using a YAML block?

Background Pandoc's markdown lets you specify extensions for how you would like your markdown to be handled: Markdown syntax extensions …

yaml markdown rstudio r-markdown pandoc
Reduce cell width and font size of table using pandoc.table()

I'm using knitr and pander to make a table in a markdown file. I'm converting the markdown file to a …

r markdown knitr pandoc pander
Getting .Rprofile to Load at Startup

I have a global ~/.Rprofile file and another .Rprofile file located in my project's current working directory and both of …

r rstudio pandoc rprofile
pandoc doesn't text-wrap code blocks when converting to pdf

I'm using pandoc with xelatex engine to convert markdown to pdf. I'm running pandoc like this: pandoc -s 'backbone-fundamentals'.md …

pdf pandoc pdflatex xelatex
Figure sizes with pandoc conversion from markdown to docx

I type a report with Rmarkdown in Rstudio. When converting it in html with knitr, there is also a markdown …

image markdown docx knitr pandoc
Slides with Columns in Pandoc

I would like to have code and an image side-by-side in a Beamer slide. In LaTeX I would do this …

latex markdown beamer pandoc
Pandoc - Inserting pages before generated Table of Contents

I've been playing around with Pandoc. Is there anyway to insert pages before the generated Table of Contents? For example: …

markdown epub pandoc tableofcontents
How to make PDF presentations in Markdown

Is there a LaTeX style, header, or something so that e.g. markdown2pdf from pandoc would produce a PDF …

latex markdown presentation beamer pandoc