pandoc Questions

4

Solved

Which libraries do I need? Which command line parameters do I need to pass? I've installed wkhtml2pdf and I've tried to run: pandoc reports/7/report.html -t pdf -o reports/7/report.pdf Which r...
Weiweibel asked 25/5, 2017 at 9:56

2

I'm using quarto to write an online book and need to mimic the environments and counters of a published book. The latter employs five custom framed environments (examples, exercises, remarks, theor...
Mayberry asked 9/8, 2022 at 7:51

2

Solved

I've put together a webpage for my research group using quarto - we have a page listing the lab's publications I've adapted a .csl file to fit most of my formatting needs (eg. listing chronological...
Dooryard asked 3/6, 2023 at 0:6

3

Solved

I am using rmarkdown, pandoc and knitr to create a pdf including chunks of r code. Within a code chunk I have a for loop which prints a number of graphs and some statistical output. I would like ...
Tantrum asked 5/8, 2015 at 11:16

3

Solved

Task I'm using quarto to write an online book and need to mimic the environments and counters of a published book. The latter employs five custom framed environments (examples, exercises, remarks, ...
Coprophilous asked 9/8, 2022 at 8:16

7

I have usual README.md as people create for github, etc. Pandoc generates <title></title> I want to see there the first header in file. So if I have .md # My README text ## Second ...
Arceliaarceneaux asked 9/3, 2017 at 22:2

4

Solved

How to add author affiliation in a new line in an rmarkdown beamer presentation? --- title: "This is the title" author: "Author" date: "Thursday, April 09, 2015" output: beamer_presentation --- ##...
Zeus asked 9/4, 2015 at 7:19

2

Solved

If I want to have two footnotes cited next to one another, separated by a comma, what is the syntax for doing so? The Pandoc documentation doesn't seem to specify how. As an example of what I'm tr...
Infliction asked 16/10, 2016 at 23:9

3

Solved

I found this question which had an answer to the question of performing batch conversions with Pandoc, but it doesn't answer the question of how to make it recursive. I stipulate up front that I'm ...
Lohrman asked 13/6, 2012 at 21:26

3

Solved

I'm using ioslides (rmarkdwon) in RStudio to create the presentation from R. I would like to add the logo, but only to the first slide (main) which renders this information: --- title: "Presentati...
Jessy asked 8/9, 2015 at 12:38

1

Solved

I have a Flask application generating and serving static HTML from markdown with pypandoc. Everything goes fine, but the css file is served as text/html and not text/css, therefore it is not interp...
Gman asked 21/2, 2023 at 11:57

2

Solved

I want to convert an HTML file containing base64 encoded images to DOCX. When I do this using pandoc the base64 images are not converted. Is it possible to include the base64 images using pandoc? ...
Goldstein asked 18/11, 2013 at 22:42

0

Am I able to set font in a Quarto presentation to auto-size to the text window object of the slide? I am starting to build a talk to show everyone at my company how great {quarto} is, but am dreadi...
Insomnia asked 17/2, 2023 at 19:24

2

I am trying to use this pandoc filter to convert markdown to HTML. This is the example file: gantt dateFormat YYYY-MM-DD title Adding GANTT diagram functionality to mermaid section A section Co...
Polka asked 11/9, 2022 at 19:58

2

I have the R package, one of its function - produce report. In the inst/markdown I have a template rep.rmd. In the package function ProduceReport() I have this code: render.file <-"rep.Rmd" r...
Fleischman asked 20/4, 2017 at 14:46

5

The problem I am having trouble getting my docs to build successfully when clicking "Build" on the readthedocs.io web interface, but it builds just fine on my local machine. To test that it is an ...
Levite asked 15/6, 2020 at 22:46

2

Solved

I am creating a long PDF report using Quarto. I want to include two formats of cross-reference: To the section/figure number, e.g. As discussed in Section 3.1 To the section/figure title, e.g....
Annunciate asked 10/1, 2023 at 14:5

2

Solved

I tried to convert html to docx by using Pandoc: here is my html code: <p> Example: ${v_1} = {\rm{ }}{v_2}$</p> with MathJax config in head: MathJax.Hub.Config({ extensions: ["...
Snowstorm asked 13/9, 2018 at 11:48

5

Solved

I am trying to convert an entire directory from html into markdown. The directory tree is quite tall, so there are files nested two and three levels down. In answering this question, John MacFarl...
Biotype asked 30/9, 2014 at 17:9

2

Solved

How can I convert a file named index.md into a reStructuredText fileindex.rst without manual editing or anything? How about vice-verse? What is the general syntax of such changes?
Eleen asked 20/6, 2015 at 10:34

3

I'm converting docx files using pandoc 1.16.0.2 and everything works great except right after each image, the size attributes are showing as text in teh ![](./media/media/image4.png){width="3.266...
Tinware asked 27/1, 2017 at 21:36

3

knitr automatically generates links when knitting .Rmd to .html. Very often that's useful, but just now it's not what I want. Suppose you have this .Rmd file: --- title: "Doc title" output: html...
Storax asked 5/1, 2015 at 4:1

1

Solved

I am creating a website with quarto (using RStudio). I want to have links between pages on my site, which usually works as described here in the quarto documentation. However, I have saved the .qmd...
Grewitz asked 31/10, 2022 at 11:1

2

Solved

How do I cite multiple papers in RMarkdown as I would do in LaTex with \cite{Bartel2004, Bartel2009a} I tried [@Bartel2004, @Bartel2009a] which renders to (D. P. Bartel 2004, David P. Bartel ...
Mourant asked 26/6, 2017 at 19:32

1

Solved

I've spent a week writing an R vignette using knitr, with input in R Markdown, and output in HTML. Previously all vignettes that I wrote were in Sweave with a PDF target. One of the things I miss ...
Devil asked 1/12, 2014 at 17:39

© 2022 - 2024 — McMap. All rights reserved.