Cyfrin / audit-report-templating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## PDF generation Error

zacx-maker opened this issue · comments

#1 Hello i'm having issues generating pdf, i'm getting these error

pandoc report.md -o report.pdf --from markdown --template=eisvogel --listings 
Error producing PDF.
! LaTeX Error: File `footnotebackref.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
<read *> 
         
l.109 \setlength

what can i do?

#1 Hello i'm having issues generating pdf, i'm getting these error

pandoc report.md -o report.pdf --from markdown --template=eisvogel --listings 
Error producing PDF.
! LaTeX Error: File `footnotebackref.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
<read *> 
         
l.109 \setlength

what can i do?

I had a similar issue, try to ask in ChatGPT how to fix LaTeX Error: File `footnotebackref.sty' not found ?. It provides interesting solutions

Damn, looks like there is this weird additional requirement.

Wandmalfarbe/pandoc-latex-template#141

Have you seen this?

Closing due to stale