Replies: 2 comments 6 replies
-
Hello @RaferGuo, Please refer to the written lesson for that lesson, and you should try to follow the suggested solution in the written lesson`. Let us know if that helps. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello , I am also getting same issue @EngrPips |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
near this time in video https://youtu.be/pUWmJ86X_do?t=15075
Problem
when I use
to create the pdf, i get “cound‘t find data file”.

I'm sure i have install pandoc and latex.


use
sudo apt-get install pandoc
I can’t find the doc .pandoc as patrick shows on my route directory,


so i have to mkdir by myself.
What I have tried.
so I go back, and use mkdir to create every file the pic shows" /usr/share/pandoc/data/templates/eisvogel.latex".


and i copy the content on https://github.com/Cyfrin/audit-report-templating/blob/main/eisvogel.latex
to make eisvogel.latex
it also shows that pandoc direction maybe is this way,


so i also make new pandoc document under share document which doesn't exist before. and finaly get like this
i use this 2 ways one is get in other Q&A to make pdf,and it still dosen’t work.

I spent plenty of hours on this problem, so what can i do now,appreciate a lot.
Beta Was this translation helpful? Give feedback.
All reactions