I am getting a persistent error I cannot shake when trying to compile a .md and .tex file into a PDF using Pandoc.
I've (re)installed pandoc and miktek and the problem is persisting.
I've checked and filehook.sty is installed. My files are below... does anyone have any advice on how I can fix this please?M:\>pandoc sample_1.md -f gfm format.tex --pdf-engine=xelatex -o outputfinal.pdf
Error producing PDF.
! LaTeX Error: File `filehook.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.54 \RequirePackage
format.tex https://pastebin.com/fmvvmkwP
sample_1.md https://pastebin.com/NyJD8B05
Thanks for your help!
R