diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:53:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:53:25 +0000 |
commit | e329c4b33fbb3d25c6b0bbd01b6258622737bf00 (patch) | |
tree | e443d65ec729c2b43cbdf66b99921275e6286adf /Master/texmf-dist/tex/latex/complexity/mycomplexity.sty | |
parent | b971825f359fe5f097e5b4820af2174abe1f17a6 (diff) |
complexity
git-svn-id: svn://tug.org/texlive/trunk@780 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/complexity/mycomplexity.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/complexity/mycomplexity.sty | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/complexity/mycomplexity.sty b/Master/texmf-dist/tex/latex/complexity/mycomplexity.sty new file mode 100644 index 00000000000..4d4f1e67b0f --- /dev/null +++ b/Master/texmf-dist/tex/latex/complexity/mycomplexity.sty @@ -0,0 +1,13 @@ + +% Say I want to define a class, MCC (My Complexity Class) +% I would use the following command: +% +% \newcommand{\MCC}{\ComplexityFont{MCC}} +% +% Then, in my actual document, I would use something like +% $\MCC \subseteq \NP \cap \coNP$ to typeset it. +% +% In this file, you should also include any other standard inputs that you use. +% For instance, I have a .tex file that defines a bunch of Math Mode shortcuts, +% I would include it here as follows: + |