Skip to main content

All Questions

Tagged with
0 votes
1 answer
553 views

I'm trying to convert a normal Markdown document to a PDF using pandoc. I'm getting LaTeX errors

Here is the entire markdown: --- title: Calculus hw author: Jewel date: April 21, 2023 --- > Question 1 $$ f(x) = \begin{cases} Asin(x)+Bcos(x) & \text{if } x < 0 \\ x^2+1 & \text{if } ...
Jewel Paresh Limbochiya's user avatar
2 votes
3 answers
1k views

Two columns pdf from markdown with pandoc and lua script

I want to render a two columns pdf document using markdown fenced divs. The minimal example is this : :::::::::::::: {.columns data-latex=""} ::: {.column width="40%" data-latex=&...
ChrisAga's user avatar
  • 141
1 vote
1 answer
2k views

Pandoc not converting Markdown list to LaTeX properly

I cannot seem to get Pandoc to convert my Markdown documents to PDF (via LaTeX) properly. The problem seems to come from how I am formatting my lists. If I use the following command pandoc -i test.md -...
brandonaut's user avatar