mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-03-25 14:30:45 +08:00
* docs: update README and build guide * fix: escape * and _ inside math to prevent markdown emphasis corruption * fix: configure MathJax to use TeX (Computer Modern) font * feat: enhance markdown processing with label and figure collection * fix: remove duplicate bibliography directives from chapter summaries References are already handled at the chapter level, so the :bibliography: directives in summary pages are redundant and cause rendering issues. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
197 B
Handlebars
13 lines
197 B
Handlebars
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
"HTML-CSS": {
|
|
availableFonts: ["TeX"],
|
|
preferredFont: "TeX",
|
|
webFont: "TeX"
|
|
},
|
|
SVG: {
|
|
font: "TeX"
|
|
}
|
|
});
|
|
</script>
|