From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/complexity/mycomplexity.sty | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 macros/latex/contrib/complexity/mycomplexity.sty (limited to 'macros/latex/contrib/complexity/mycomplexity.sty') 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}} -- cgit v1.2.3