LaTeX2HTML Configuation
1 |
https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_SVG.js |
1 2 3 4 5 6 7 8 9 10 |
MathJax.Hub.Config({ tex2jax: { inlineMath: [['$', '$'], ['\\(', '\\)']], displayMath: [['$$', '$$'], ['\\[', '\\]']], processEscapes: true }, TeX: { equationNumbers: { autoNumber: "AMS", useLabelIds: false}}, }); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
\newcommand{\eps}{\varepsilon} \newcommand{\R}{\bm{R}} \newcommand{\rd}{\operatorname{d}} \newcommand{\g}{\mathfrak{g}} \newcommand{\End}{\mathrm{End}} \newcommand{\h}{\mathfrak{h}} \newcommand{\ad}{\operatorname{ad}} \newcommand{\Ad}{\operatorname{Ad}} \newcommand{\set}[1]{\left\{#1\right\}} \newcommand{\id}{\operatorname{Id}} \newcommand{\gl}{\mathfrak{gl}} \newcommand{\div}{\operatorname{div}} \newcommand{\tr}{\operatorname{tr}} \newcommand{\pt}{\partial} \newcommand{\char}{\operatorname{char}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\eqdef}{\mathpunct{:}=} \newcommand{\bm}{\mathbb} \newcommand{\C}{\mathbb{C}} \newcommand{\H}{\mathbb{H}} \newcommand{\N}{\mathbb{N}} \newcommand{\vol}{\operatorname{vol}} \newcommand{\dd}{\mathbb{D}} \newcommand{\ppt}[1]{\frac{\pt}{\pt{#1}}} \newcommand{\To}{\to} \newcommand{\norm}[1]{\|#1\|} \newcommand{\inner}[1]{\left\langle#1\right\rangle} \newcommand{\weakto}{\rightharpoonup} |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
.latex_thm, .latex_lem, .latex_cor, .latex_defn, .latex_prop, .latex_rem{ margin:10px 0;padding:5px; background: lightcyan; border: solid 3px green; -moz-border-radius: 1.0em; -webkit-border-radius: 7px; box-shadow: 0 0 0 green; } .latex_examp, .latex_prob{ margin: 10px 0; padding: 5px; background: lightyellow; border: solid 3px goldenrod; -moz-border-radius: 1.0em; -webkit-border-radius: 7px; box-shadow: 0 0 0 goldenrod; } |
本作品采用创作共用版权协议, 要求署名、非商业用途和保持一致. 转载本站内容必须也遵循署名-非商业用途-保持一致的创作共用协议.
发表回复