diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/cmath/cmath.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/stex/cmath/cmath.sty | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/cmath/cmath.sty b/Master/texmf-dist/tex/latex/stex/cmath/cmath.sty new file mode 100644 index 00000000000..c94906d6fd2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/stex/cmath/cmath.sty @@ -0,0 +1,29 @@ +%% +%% This is file `cmath.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% cmath.dtx (with options: `package') +%% +\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\ProvidesPackage{cmath}[2012/01/28 v0.1 inline content math] +\ProcessOptions + +\newcommand{\vname}[2][]{#2% +\def\@opt{#1}% +\ifx\@opt\@empty\else\expandafter\gdef\csname MOD@name@#1\endcsname{#2}\fi} +\def\vnref#1{\csname MOD@name@#1\endcsname} +\newcommand{\primvar}[2][]{\vname[#1]{#2^\prime}} +\newcommand{\pprimvar}[2][]{\vname[#1]{#2^{\prime\prime}}} +\newcommand{\uivar}[3][]{\vname[#1]{{#2}^{#3}}} +\newcommand{\livar}[3][]{\vname[#1]{{#2}_{#3}}} +\newcommand{\ulivar}[4][]{\vname[#1]{{#2}^{#3}_{#4}}} +\newcommand\nappa[2]{#1\left(#2\right)} +\newcommand\nappe[3]{\nappa{#1}{#2,\ldots,#3}} +\newcommand\nappf[4]{\nappe{#1}{#2{#3}}{#2{#4}}} +\newcommand\nappli[4]{\nappe{#1}{#2_{#3}}{#2_{#4}}} +\newcommand\nappui[4]{\nappe{#1}{#2^{#3}}{#2^{#4}}} +\endinput +%% +%% End of file `cmath.sty'. |