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

learn more… | top users | synonyms

4
votes
2answers
134 views

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 with columns. I would like to use markdown within the column structure. \begin{columns} ...
-1
votes
2answers
76 views

Figure position in markdown when converting to PDF with knitr and pandoc

I'm trying to control the position of a plot when converting to PDF using knitr and pandoc. My .Rmd file looks this: # My report Some text some text some text some text some text some text some text ...
4
votes
1answer
219 views

Figure sizes with pandoc conversion from markodown to docx

I type a report with Rmarkdown in Rstudio. When converting it in html with knitr, there is also a markdown file produced by knitr. I convert this file with pandoc as follows : pandoc -f markdown -t ...
3
votes
1answer
122 views

RStudio, knitr, pandoc, Word: how do I get a 'new page' in my docx?

I am using the RStudio, knitr, pandoc, Word combo to get my final results in a docx document. Occasionally I would like the report to continue on a new page. I can't find the way to achieve this. ...
2
votes
1answer
76 views

Can an 'Abstract' parameter be passed to pandoc to create a latex file?

Similar to $title$, $author$, and $date$, is there an $abstract$ parameter that one can pass to a latex file from the title block? Example: \begin{abstract} $abstract$ \end{abstract}
1
vote
1answer
20 views

Automatic <a> around headings in Pandoc

This Markdown code: # Introduction Turns into this HTML code when compiled with Pandoc: <h1 id="introduction"><a href="#introduction">Introduction</a></h1> The way I use ...
1
vote
1answer
29 views

pandoc mmd_title_block appears not to load

I am new to pandoc and an attempting to use it to convert some simple mmd files to docx. These mmd files contain a mmd style title block in the following form: Author: Author_name Title: Title_name ...
1
vote
1answer
72 views

Including LaTeX in pandoc preformatted section

I have a section of preformatted code in a pandoc document. This is pseudocode, strictly speaking, and I'd like to include some rendered LaTeX within the preformatted section. For example: # ...
1
vote
1answer
170 views

Generate Markdown tables?

Is there any way to generate tables from object (Python/Ruby/Java/C#)? I'd like to create simple table programatically. I have object and I'd like map some properties to headers and some collections ...
1
vote
1answer
299 views

Markup languages, converters, editors, environments (reST/Markdown, PDF/HTML)

Mainly I'm looking for a tool which supports batch conversion to PDF/HTML form markup language (reST/Markdown/Textile), but... there are few conditions: Markup language has to be reST/Markdown or ...
0
votes
1answer
91 views

How to convert Wordpress blog posts from Textile 2 to Markdown?

I switched from Movable Type to Wordpress about a year or two ago. But I have continued to write my posts using Textile 2 formatting (with the help of a WP plugin). I've been impressed by the way ...
0
votes
1answer
308 views

pandoc change headline style

I would like to convert this Markdown: # headline 1 My text ## headline 2 To have something like this in docx: <customStyleTitle1>headline 1</customStyleTitle1> <text>My ...
3
votes
0answers
84 views

Need help building libpandoc, Haskell + C and .NET bindings for Pandoc

I'd love to use Pandoc in a utility I'm writing (C# console app) and I found this bindings project on GitHub, libpandoc and by extension, it's .NET bindings project, libpandoc-dotnet. I wish the ...
2
votes
0answers
62 views

Pandoc markdown vertical lines in grid

I use Pandoc (http://johnmacfarlane.net/pandoc/README.html) and its Markdown processor. When I convert the grid below to PDF (directly via LaTeX) using Pandoc, there are no vertical lines in PDF. How ...
1
vote
0answers
53 views

how can I display knitR markdown in a pandoc rendered pdf

I wish to show the knitR code in the final PDF together with its execution result. I did not find yet a working way to fence "tripple-backticks"{r}..."tripple-backticks" blocks in the knitR code and ...
1
vote
0answers
27 views

HTML to Context template using Pandoc and Django: how to avoid calling subprocess too many times?

I'm generating pdfs using the TeX macro package Context. The Context source file is generated using Django templates, and the content is converted from HTML (as stored in the database) to Context's ...
1
vote
0answers
19 views

Pandoc performs very slowly when referencing large biblatex file

Whenever I have a pandoc markdown file that I am converting to PDF or HTML, and it contains a reference to a large biblatex file (> 100 KB) for citations, the performance is incredibly slow. I end up ...
1
vote
0answers
72 views

Pandoc and Tables

I have some SAS output in HTML format, and I need to convert it. the output has a table, and I want to be able to keep the table format when I convert it using Pandoc. Any suggestions?
1
vote
0answers
90 views

pandoc or haskell fails with status code -15 on heroku

I'm running pandoc on heroku by calling it from python, giving it a file I just created and expecting it to generate some output (convert markdown to html/latex). When I run it locally it all works ...
1
vote
0answers
366 views

Markdown to docx, including complex template

I have automated my build to convert markdown files to docx files using Pandoc. I have even used a reference document for the final document's styling. The command I use is: pandoc -f markdown -t ...
1
vote
0answers
219 views

html to tex conversion with Pandoc does not produce mathematical mode

I'm working with a Windows machine. I use Rstudio/knitr to write and convert a (R)markdown file to an html file. The source markdown file contains some mathematics typed in the LaTeX language hence ...
1
vote
0answers
206 views

How can I directly use pandoc to generate docx files within a Sinatra app?

I have a Sinatra app which needs to provide downloadable reports in Microsoft Word format. My approach to creating the reports is to generate the content using ERB, and then convert the resulting ...
1
vote
0answers
266 views

R --markdown to latex - tables do not show up

I am using Knitr in Rstudio, to generate markdown files. I display the tables via xtable package and it shows up nicely in html file. However, when I converd .md to latex via pandoc - the latex file ...
1
vote
0answers
134 views

Using knitr generated video with pandoc & slidy

I am writing a slide-show in Rmd (markdown) using Rstudio & Knitr (Ubuntu 12-04). I generated some videos with the chunk option fig.show='animate' that can be seen well with the knitr generated ...
0
votes
0answers
16 views

Moving title block in Pandoc

I have a Pandoc .md document which contains a standard, 3-line title block as follows: % title % author % date Pandoc converts this document via LaTeX to a PDF: pandoc --variable ...
0
votes
0answers
20 views

Auto completion of Pandoc style citations in markdown using TextMate

In TextMate, auto completion of code is achieved by pressing the escape key (on Mac at least). I'm hoping I can also auto complete citations. I'm writing my text in a markdown document, and using ...
0
votes
0answers
34 views

pandoc not able to convert a c++ standard latex to any output format

i am trying to convert the following doc to markdown (or any other format using pandoc) https://github.com/cplusplus/draft here is how i issue the command pandoc --from=latex --to=markdown -o ...
0
votes
0answers
128 views

Modify docx with script

Best way to modify generated docx document with scripting language? I thought about Python/Ruby or maybe something from MS --- hmmm VB.Script? PowerShell? I don't want to do that in MS's tech. If ...
0
votes
0answers
523 views

Pandoc: Converting markdown to HTML, syntax highlighter

I'm converting markdown to HTML, and I want to include syntax-highlighted code. I'm working from some markdown that contains syntax like: ~~~ {.c} long factorial (int n) { long result = 1; ...