Skip to content

Commit

Permalink
maybe sTeX build server fix for pdflatex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzpirate committed Dec 19, 2023
1 parent 0e56edc commit cdf8ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/mmt-api/resources/mmt-web/stex/rustex-min.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ math {
.definiendum{color:#ed028c}
.varcomp{color:#828282}
.symcomp{color:#0e90d2}
.frame{background-color:#fff;margin:0 auto;border:2px solid #000;border-radius:5px;overflow-y:auto;padding:1%;width:97%}
.frame{background-color:#fff;margin:0 auto;border:2px solid #000;border-radius:5px;overflow-y:auto;padding:5px;padding-right:10px;width:97%}
.halign{display:table}.row{display: table-row}.cell{display: table-cell}
.inner-frame{
overflow-wrap:initial;
Expand All @@ -225,4 +225,4 @@ math {
}
.rustex-scaled>*:first-child {
--current-width:var(--this-width);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ class FullsTeX extends Importer with XHTMLParser {
Seq(("STEX_USESMS","true"))
} else {
//println("HERE: Not using sms file of size " + sms.toJava.length())
Seq()
Seq(("STEX_USESMS","false"))
}
}
ilog(" - pdflatex " + bt.inPath + " (second run)")
Expand Down

0 comments on commit cdf8ec1

Please sign in to comment.