GNU bug report logs -
#71849
pdflatex.fmt error using pandoc/pdflatex
Previous Next
Full log
View this message in rfc822 format
Hello,
Antero Mejr <mail <at> antr.me> writes:
> Ricardo Wurmus <rekado <at> elephly.net> writes:
>
>> Antero Mejr <mail <at> 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.
FWIW, I can export the following "in.md" Markdown file:
--8<---------------cut here---------------start------------->8---
# Titre de niveau 1
## Titre de niveau 2
### Titre de niveau 3
**Texte en gras**
*Texte en italique*
~~Texte barré~~
> Texte cité
- Liste à puces
- Avec plusieurs éléments
1. Liste numérotée
2. Avec plusieurs éléments
`Code en ligne`
--8<---------------cut here---------------end--------------->8---
using the command:
guix shell --pure pandoc texlive-collection-latexrecommended texlive-ulem -- pandoc -f markdown -t pdf -o out.pdf in.md
Regards,
--
Nicolas Goaziou
This bug report was last modified 352 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.