You don't give any information about what errors you receive, so it is hard to provide useful help. This being said...
Trying to guess what your problem is. It is likely that you are getting the error could not find executable pandoc-crossref
when trying to compile. Assuming that that is the case, your problem might be the following. Notice that pandoc-crossref.exe
is not an installer, but an executable, so double clicking on it in an attempt to install it will do nothing except bring up a terminal for an instant. Is that what you have done? Where did you place it?
Leaving pandoc-crossref.exe
e.g. in your downloads
folder or on your Desktop
would give the could not find executable pandoc-crossref
error when trying to compile, because the executable needs to be in your $PATH
, or pandoc will not be able to find it and run it.
A possible solution. If my guesses above are correct, you might be able to solve your problem by placing pandoc-crossref.exe
inside your pandoc program folder, where your pandoc.exe
file is, which is by default in:
C:\Program Files\Pandoc\
So try to place pandoc-crossref.exe
in that folder and see if it works.
If this does not help. Say exactly what it is that you tried to do, what errors you encountered, and maybe include a screenshot.