Questions tagged [pandoc]
The pandoc tag has no summary.
33 questions
0 votes
1 answer
837 views
curl webpage and convert to markdown
having a dilemma with downloading webpages and converting them to markdown, for example: F=$(curl -O --silent https://www.guru3d.com/story/msi-teases-spatium-m560-ssd-with-innovative-nonmetallic-vc-...
2 votes
1 answer
161 views
Add author note in YAML header with link in pandoc
I have a markdown file with a line in the header --- author: Author\thanks{Institute. Email [test](mailto:[email protected]).} --- My problem is: the link is not correctly interpreted by pandoc, even ...
23 votes
3 answers
24k views
convert markdown to pdf in commandline
what is the simplest tool to convert markdown to pdf in commandline? I have found howtos where people suggest to use pandoc, but the required packages need gigabytes of dependencies: apt-get install ...
2 votes
1 answer
2k views
Markdown to PDF Converstion with Pandoc: Make pages a specific size, in inches
So I know you can use pagesize and geometry to set the page size of the PDFs Pandoc makes to presets (like a5, b5, etc), but is there a way to set a precise pair of dimensions? I'm going to be using ...
4 votes
1 answer
5k views
Markdown & Pandoc : How to include a specific PDF page as image?
It is currently possible to insert a PDF as an image in markdown files through pandoc by doing this: # Hello World  Then you convert that markdown file with pandoc: ...
2 votes
1 answer
311 views
Pandoc and Abbreviations
I'm trying to generate an ePub file with abbreviations. Here's an example: input.md: --- title: Test language: en --- # Test HTML is maintained by W3C. and abbr.md: *[HTML]: Hyper Text Markup ...
3 votes
2 answers
3k views
pandoc error: Permission denied
I'm on Manjaro Linux. I have texlive-most installed. I'm trying to make pdf files from md with pandoc. However, I keep getting Permission denied errors. I've tried using pdflatex and pdfroff. Run ...
1 vote
1 answer
1k views
Cannot install miktex on Ubuntu 18
Ultimately the final goal is to convert HTML to PDF. I saw this solution: https://github.com/SebastiaanKlippert/go-wkhtmltopdf but the above solution seems to require headless chrome in order to run....