Skip to content

Commit

Permalink
Rename 'LaTeXML-navbar-left.css' -> 'MLS-navbar-left.css'
Browse files Browse the repository at this point in the history
This reflects more clearly that our CSS is now quite different from the LaTeXML file it was developed from.
  • Loading branch information
henrikt-ma committed Nov 8, 2020
1 parent 7a6de2d commit 7d1554c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ MLS.pdf: *.tex chapters/*.tex
# 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)latexmlpost MLS.xml -format html -pmml --splitat=chapter --splitnaming=labelrelative --javascript=css/LaTeXML-maybeMathJax.js --navigationtoc=context --css=css/MLS.css --css=css/LaTeXML-navbar-left.css --dest $@
$(LATEXMLPREFIX)latexmlpost MLS.xml -format html -pmml --splitat=chapter --splitnaming=labelrelative --javascript=css/LaTeXML-maybeMathJax.js --navigationtoc=context --css=css/MLS.css --css=css/MLS-navbar-left.css --dest $@
6 changes: 5 additions & 1 deletion css/LaTeXML-navbar-left.css → css/MLS-navbar-left.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/* CSS for left navigation bar */
/*
* CSS for left navigation bar.
* Developed from LaTeXML-navbar-left.css as starting point.
*/

/* Add scrollbar if overflowing in y-direction. The 95% of viewport height allow for borders.*/
.ltx_page_navbar {
display: block!important;
Expand Down

0 comments on commit 7d1554c

Please sign in to comment.