summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/complexity/mycomplexity.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/complexity/mycomplexity.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/complexity/mycomplexity.sty')
-rw-r--r--macros/latex/contrib/complexity/mycomplexity.sty15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/latex/contrib/complexity/mycomplexity.sty b/macros/latex/contrib/complexity/mycomplexity.sty
new file mode 100644
index 0000000000..ab4297d10c
--- /dev/null
+++ b/macros/latex/contrib/complexity/mycomplexity.sty
@@ -0,0 +1,15 @@
+
+% 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:
+
+
+\newcommand{\TIME}{\ComplexityFont{TIME}}