[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71849: pdflatex.fmt error using pandoc/pdflatex
From: |
Antero Mejr |
Subject: |
bug#71849: pdflatex.fmt error using pandoc/pdflatex |
Date: |
Sun, 30 Jun 2024 15:07:17 +0000 |
Ricardo Wurmus <rekado@elephly.net> writes:
> Antero Mejr <mail@antr.me> writes:
>
>> When using pandoc to export markdown to PDF, the following error
>> occurs: [...]
>
> Could you please show us what command you used? It's hard to work on
> this when we can't easily reproduce the problem.
The command was:
```
pandoc -f markdown -t pdf -o out.pdf in.md
```
Any markdown file should reproduce the issue.