Skip to content

Commit

Permalink
Merge pull request modelica#2721 from henrikt-ma/bugfix/latexml-inclu…
Browse files Browse the repository at this point in the history
…destyles

Allow LaTeXML to process raw .sty files
  • Loading branch information
HansOlsson committed Nov 17, 2020
2 parents c4f251f + 10bdc55 commit 5df9a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .CI/Jenkinsfile
Expand Up @@ -29,7 +29,7 @@ pipeline {
steps {
sh 'mkdir -p /tmp/jenkins'
sh 'latexmk -pdf MLS.tex'
sh 'latexml --path=media MLS.tex --dest MLS.xml'
sh 'latexml MLS.tex --includestyles --path=media --dest MLS.xml'
sh '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 MLS.html'
sh 'ln -s preface.html Chx1.html'
sh 'ln -s lexical-structure.html Ch2.html'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,5 +23,5 @@ MLS.pdf: *.tex chapters/*.tex
# Seems to be some issue with graphicpath, so set path here as well
# Not using %.html since nmake does not support it (instead using old-style suffix rules)
MLS.html: MLS.tex chapters/*.tex
$(LATEXMLPREFIX)latexml MLS.tex --path=media --dest MLS.xml
$(LATEXMLPREFIX)latexml MLS.tex --includestyles --path=media --dest MLS.xml
$(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 $@

0 comments on commit 5df9a48

Please sign in to comment.