pandoc Questions
2
I am trying to use beamer_presentation in RMarkdown and in the YAML header I include, say, title: "Long title". This title appears on the first title page of my slides but also at the bottom of all...
Scoter asked 8/5, 2018 at 4:22
3
Solved
I'm trying to make a document with Markdown/restructuredText which will be converted with pandoc to PDF using xelatex.
I would like to return reference to figure and tables numbers in the text bod...
Christophany asked 12/8, 2018 at 13:59
3
Does Pandoc expose variables set on the command line (pandoc -V foo=bar) to scripts running inside the built in lua filter environment? In other words if I run:
pandoc -V foo=bar --lua-filter=myfi...
1
Solved
I am using the pandoc/latex docker container and having some issues with --resource-path. My project is using a latex template which references an image, and I cannot get latex to find the image.
M...
Erdman asked 15/1, 2021 at 13:56
5
I've read you can specify papersize by pandoc -V papersize:"a4paper" .... This doesn't seem to work anymore. I've managed to specify B5 using
pandoc -V papersize:b5 -o out.pdf in.md
But this fai...
Unconsidered asked 19/7, 2016 at 9:51
2
Solved
In a .Rmd file with the header below, I want to include an abstract, so I tried the standard LateX article form,
\abstract{This paper explores a variety of topics related to the question of testin...
Merozoite asked 2/4, 2016 at 13:35
2
Solved
I have a markdown document I'm processing with the pandoc tool to generate HTML and PDF documents. I'm trying to include a table in the document. Regular markdown doesn't support tables, but pandoc...
2
Solved
I have a markdown file test.md
---
title: README TCC
numbersections: true
---
# README
sdfsafdasfdijmsldfnmlsnmkldfnmlsnmfdnmsaklm saldnmflasnfjlsanfjlnsajlfnjslnf sadfnasjlfdnlasd sdfsafdasfdijms...
4
Solved
I would like to get quotation marks like these „...” but when I process my markdown text wih Pandoc, it gives me “...”. It probably boils down to the question how to make Pandoc use locale settings...
Resolutive asked 26/11, 2015 at 15:44
4
I have been to their website. I have viewed a YouTube on a related subject. And, so far I don't really get it. My objective is to use Pandoc in conjunction with R Markdown to convert R Markdown HTM...
Prewar asked 10/12, 2015 at 22:44
3
I've started using inline footnotes in Markdown:
Some text^[an aside here]. More text.
When I use pandoc to export to HTML they appear at the end of the whole document, but in PDF they appear at...
3
I'm using VSCode for R programming. As I try different ways of plotting my data, I thought it might be a nice idea to use a Rmd file to get track of what I tried but my problem is I can't make this...
Moorhead asked 16/11, 2023 at 10:7
2
I write documentation in markdown using ViM and I also put math using the latex $$ symbol (I compile using pandoc). The thing is that ViM syntax wouldn't ignore the underscores _ inside the dollar ...
Bianchi asked 30/9, 2015 at 12:11
13
I have a Markdown file that I wish to convert to PDF so that I can upload it on Speakerdeck. I am using Pandoc to convert from markdown to PDF.
My problem is I can't specify what content should go ...
7
I'm trying to convert a Markdown file into a PDF. I'm looking for only two things:
A way to easily change the style of the pdf (for example with a CSS file)
A syntax highlighter for code blocks
...
16
Solved
I am writing a document in markdown. I am using the wonderful pandoc to create docx and tex files from the markdown source. I would like to have a textbox for tips and notes to readers the way prog...
2
Solved
I am trying to use different syntax highlighting for light and dark mode in Quarto, per the documentation here. However, I cannot get this documented method to work.
Here's an example. My regular f...
4
I have need for an open format to write stories in a generic way (with placeholder/variables). To make the stories case specific I would like to set a list of key/value pairs and apply them when pu...
Dissemble asked 30/6, 2014 at 21:43
2
I would like to create two markdown files with links between their sections. The challenge here it's that I want the files to work correctly whether I ask pandic to concatenate them to a single HTM...
3
I have multiple .md files in several subdirectories of my repository. They all have the same naming convention, e.g. seminar1/slides.md, seminar2/slides.md, etc. These *.md files need to be process...
Detoxicate asked 27/7, 2020 at 12:27
2
I have installed my shiny server on Ubuntu. In addition I installed Texlive- full 2017 on the server as well. The problem is that downloading report from the shiny app on the server does not work (...
Slideaction asked 19/10, 2017 at 13:18
4
I need to create documents periodically for Word-using administrators. How can I centre an image using pandoc markdown? I see mention of div blocks, but I have no idea what they are.
![](myimage....
12
Solved
I writing a Word document with R markdown in R Studio. I can get many things, but at the moment I am not figuring out how can I get a page break. I have found solutions but only for rendered latex ...
3
Solved
When converting .docx file to markdown, the embedded image is not extracted from the docx archive, yet the output contains ![](media/image1.png){width="6.291666666666667in"
height="3.10833333333333...
Unzip asked 10/10, 2016 at 10:45
3
Solved
In the YAML header of a pandoc's markdown file, it's possible to write an abstract. I wonder if there is a way to change the word "abstract" in the rendered document to something else like either w...
Hekking asked 23/12, 2017 at 17:31
1 Next >
© 2022 - 2024 — McMap. All rights reserved.