mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-09 13:08:40 +00:00
Italic Greek capital letters (#1118)
This commit is contained in:
committed by
Kevin Barabash
parent
f80d0afee8
commit
95d5c59d31
@@ -140,6 +140,20 @@ defineMacro("\\clap", "\\mathclap{\\textrm{#1}}");
|
|||||||
// amsmath.sty
|
// amsmath.sty
|
||||||
// http://mirrors.concertpass.com/tex-archive/macros/latex/required/amsmath/amsmath.pdf
|
// http://mirrors.concertpass.com/tex-archive/macros/latex/required/amsmath/amsmath.pdf
|
||||||
|
|
||||||
|
// Italic Greek capital letters. AMS defines these with \DeclareMathSymbol,
|
||||||
|
// but they are equivalent to \mathit{\Letter}.
|
||||||
|
defineMacro("\\varGamma", "\\mathit{\\Gamma}");
|
||||||
|
defineMacro("\\varDelta", "\\mathit{\\Delta}");
|
||||||
|
defineMacro("\\varTheta", "\\mathit{\\Theta}");
|
||||||
|
defineMacro("\\varLambda", "\\mathit{\\Lambda}");
|
||||||
|
defineMacro("\\varXi", "\\mathit{\\Xi}");
|
||||||
|
defineMacro("\\varPi", "\\mathit{\\Pi}");
|
||||||
|
defineMacro("\\varSigma", "\\mathit{\\Sigma}");
|
||||||
|
defineMacro("\\varUpsilon", "\\mathit{\\Upsilon}");
|
||||||
|
defineMacro("\\varPhi", "\\mathit{\\Phi}");
|
||||||
|
defineMacro("\\varPsi", "\\mathit{\\Psi}");
|
||||||
|
defineMacro("\\varOmega", "\\mathit{\\Omega}");
|
||||||
|
|
||||||
// \def\overset#1#2{\binrel@{#2}\binrel@@{\mathop{\kern\z@#2}\limits^{#1}}}
|
// \def\overset#1#2{\binrel@{#2}\binrel@@{\mathop{\kern\z@#2}\limits^{#1}}}
|
||||||
defineMacro("\\overset", "\\mathop{#2}\\limits^{#1}");
|
defineMacro("\\overset", "\\mathop{#2}\\limits^{#1}");
|
||||||
defineMacro("\\underset", "\\mathop{#2}\\limits_{#1}");
|
defineMacro("\\underset", "\\mathop{#2}\\limits_{#1}");
|
||||||
|
Reference in New Issue
Block a user