Skip to content

Commit

Permalink
Increase sizes a bit, and use "smallifpdf" for comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 10, 2021
1 parent ebbb63c commit 99ec46c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 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.
*/

Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion mlsshared.sty
Expand Up @@ -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,
Expand Down

0 comments on commit 99ec46c

Please sign in to comment.