diff --git a/css/MLS.css b/css/MLS.css index 422ab1a36..2db5c0b3e 100644 --- a/css/MLS.css +++ b/css/MLS.css @@ -1,4 +1,4 @@ -/* This CSS makes adjustments for the MLS on top of the style sheets that come with LaTeXML. +/* This CSS makes adjustments for the MLS on top of the style sheets that come with LaTeXML. * By not editing copies of the ones from LaTeXML, we can take advantage of upstream improvements to the LaTeXML files. */ @@ -33,9 +33,9 @@ a:hover { text-decoration: underline; } * font set to monospace (the font probably only matters for font size selection in the case of math content). * 13/16 = 0.8125 */ -/*.ltx_font_typewriter { font-size:123%; }*/ -.ltx_Math { font-size: 81.25%; } -.ltx_font_typewriter .ltx_Math { font-size: 100%; } +.ltx_font_typewriter { font-size:110%; } +.ltx_Math { font-size:110%; } +/*.ltx_font_typewriter .ltx_Math { font-size: 100%; }*/ /* Undo the ltx-report.css setting that destroys parskip.sty style paragraphs. */ @@ -87,7 +87,7 @@ a:hover { text-decoration: underline; } * term ends and the links begin. */ .ltx_indexrefs > .ltx_text:first-child:before { - content: " –"; + content: " –"; } .ltx_page_header *[rel~="up"], diff --git a/mlsshared.sty b/mlsshared.sty index b696b5c64..78a40b005 100644 --- a/mlsshared.sty +++ b/mlsshared.sty @@ -189,7 +189,7 @@ breaklines=true, % automatic line breaking only at white-space keepspaces, % don't remove space such as those after closing parenthesis captionpos=b, % sets the caption-position to bottom - commentstyle=\color{commentcolor}\sffamily\small, % For the LaTeXML build this is smaller than for 'basicstyle', need due to sans serif font. + commentstyle=\color{commentcolor}\sffamily\smallifpdf, % For the LaTeXML build this is smaller than for 'basicstyle', need due to sans serif font. keywordstyle=\color{red}, % Unused keyword style in bright red to make it easy to detect and fix. keywordstyle=[1]\color{keywordcolor1}, keywordstyle=[2]\color{keywordcolor1}\bfseries,