-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make: *** [pdf] Error 1 #69
Comments
Pandoc uses the file extension of input files to determine the reader type. So, two thing is might be:
|
I tried to bypass the makefile and run the pandoc command directly with the local paths (
Something actually changed and the previous error is gone, so @robwalton was right and there was definitely something wrong with
|
@FrancescoFilippi The command that you've listed works fine for me. What is your operating system, pandoc version, and latex distribution? Thanks for highlighting the |
I didn't install the whole MacTeX distribution, just the |
It sounds like the last point in your list might be an issue. You may be missing the required packages. Can you check if fontspec is installed?
If it is installed, you should see something like:
|
Could you post the result of |
That's it.
solved the problem. Thanks! |
Great, thanks @FrancescoFilippi. |
I'm trying to use the template in my thesis. Love both the idea and the template, but I'm stack with this error:
I've updated the make script as
--latex-engine
isn't supported anymore and (listening to pandoc own logging)--pdf-engine
should be used. Final Makefile's pdf script looks like this:I've installed every package required by the preamble.tex file and I can't get the script up and working.
Any ideas? Thanks.
The text was updated successfully, but these errors were encountered: