Skip to content
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

LuaLaTeX and XeLaTeX not run enough times during docs generation #263

Open
juliangilbey opened this issue Dec 30, 2020 · 0 comments
Open

Comments

@juliangilbey
Copy link
Contributor

The documents cannot be processed with plain PDFLaTeX because they have wide UTF-8 characters in them. So I tried using LuaLaTeX instead, but the references were not properly processed. I have located the cause of the problem:

$(MAKE) PDFLATEX=lualatex -C $(BUILDDIR)/latex all-pdf

should instead read:

	$(MAKE) PDFLATEX='latexmk -lualatex' -C $(BUILDDIR)/latex all-pdf

and similarly

$(MAKE) PDFLATEX=xelatex -C $(BUILDDIR)/latex all-pdf

should read

	$(MAKE) PDFLATEX='latexmk -xelatex' -C $(BUILDDIR)/latex all-pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant