We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After cloning the project and running make all I am getting the following error:
make all
[18/19, 00:06/00:06] install: xunicode [26k] [19/19, 00:06/00:06] install: xurl [2k] tlmgr: action install returned an error; continuing. running mktexlsr ... done running mktexlsr. running updmap-sys ... done running updmap-sys. tlmgr: package log updated: /opt/texlive/texmf-var/web2c/tlmgr.log tlmgr: An error has occurred. See above messages. Exiting. make: *** [pandoc-packages] Error 1 make: *** [Makefile:20: all] Error 2
I noticed that by removing ifxetex and ifluatex from the pandoc-packages in Makefile_Latex fixes it.
ifxetex
ifluatex
The text was updated successfully, but these errors were encountered:
Had the same error and the same fix
Sorry, something went wrong.
No branches or pull requests
After cloning the project and running
make all
I am getting the following error:I noticed that by removing
ifxetex
andifluatex
from the pandoc-packages in Makefile_Latex fixes it.The text was updated successfully, but these errors were encountered: