Skip to main content

All Questions

Tagged with
0 votes
1 answer
221 views

Render markdown with math wrapped in escaped parenthesis / brackets to PDF?

Background / use case: https://genai.stackexchange.com/questions/386/how-does-chatgpt-render-math-in-markdown-output The \( ... \) syntax in markdown corresponds to LaTex math inline mode, and the \[ ....
Teddy C's user avatar
  • 357
0 votes
0 answers
270 views

Pandoc in Typora procceses markdown with file that leads to error when run from PowerShell

I have a markdown file (call it testfile.md) that I have created in Typora. When I export it to PDF from Typora it calls on Pandoc behind the scenes and the file is successfully created. However, when ...
Shadow43375's user avatar
3 votes
1 answer
426 views

How to use Pandoc with double-byte characters?

I am trying to convert a Markdown document to PDF. The following works using pandoc test.md -o test.pdf: # Test Testing But this # Test 日本語 gives me an error: ! Package inputenc Error: Unicode ...
ceiling cat's user avatar
  • 4,557
6 votes
1 answer
5k views

Compile PDF book from multiple Markdown files

I have a folder structure like this, with recipe .md files in directories according to theme: Recipes |- Mains | |- recipe1.md | |- recipe2.md |- Desserts |- recipe3.md ...
John L. Godlee's user avatar
2 votes
1 answer
343 views

Format to generate .tex, .pdf and .md from?

I've used Pandoc to generate .md, .tex, .pdf from .tex and .xhtml files. In tex I am using BibTeX and in ODT (save-as .xhtml) I am using Zotero to insert my citations. Currently neither .tex nor ....
A T's user avatar
  • 801
50 votes
3 answers
59k views

correctly sizing PNG images in markdown with pandoc for html/pdf/docx

I am trying to use markdown with pandoc to convert a single document into html, pdf, and docx. It's an extremely simple document containing only math-less text and a few images. The images are in ...
user46976's user avatar
  • 1,548