File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ MLS.pdf: *.tex chapters/*.tex
22
22
23
23
# Seems to be some issue with graphicpath, so set path here as well
24
24
# Not using %.html since nmake does not support it (instead using old-style suffix rules)
25
+ # The --preload flag is a workaround proposed in the following LaTeXML issue:
26
+ # - https://github.com/brucemiller/LaTeXML/issues/2553 -- fixed on 'master' as of 2025-05-07
25
27
index.html : MLS.tex chapters/* .tex
26
- $(LATEXMLPREFIX ) latexml MLS.tex --includestyles --path=media --dest MLS.xml
28
+ $(LATEXMLPREFIX ) latexml MLS.tex --preload=[nobreakuntex]latexml.sty -- includestyles --path=media --dest MLS.xml
27
29
$(LATEXMLPREFIX ) latexmlpost MLS.xml -format html -pmml --splitat=chapter --splitnaming=labelrelative --javascript=LaTeXML-maybeMathjax.js --navigationtoc=context --css=css/MLS.css --css=css/MLS-navbar-left.css --dest $@
28
30
.scripts/patch-viewport.sh
29
31
.scripts/patch-body-ios-hover.sh
You can’t perform that action at this time.
0 commit comments