summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/suppose/suppose.tex
blob: 97f5230fd3572b32572845257b15858efe3a2cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass[12pt]{article}
\usepackage{suppose}

\begin{document}
\title{\texttt{suppose}, \texttt{v1}}
\author{Andrew Lounsbury}
\date{\today}
\maketitle
This package is licensed with LPPL 1.3c, and provides the following commands. I recommend only using these commands when the immediately succeeding strings are mathematical in nature. I do not recommend using these in formal work. 
\begin{center}
    \begin{tabular}{|c|c|c|c|c|}
        \hline
        \textbf{Command} & \textbf{Font} & \textbf{Bold} & \textbf{Slanted Line} & \textbf{Slanted Line \& Bold} \\ \hline\hline
        \texttt{\textbackslash supp} & normal & \texttt{\textbackslash bsup} & \texttt{\textbackslash ssup}  & \texttt{\textbackslash sbsup}  \\ \hline
        \texttt{\textbackslash csup} & mathcal & \texttt{\textbackslash bcsup}  & \texttt{\textbackslash scsup} & \texttt{\textbackslash sbcsup}  \\ \hline
        \texttt{\textbackslash dsup} & dutchcal & \texttt{\textbackslash bdsup}  & \texttt{\textbackslash sdsup}  & \texttt{\textbackslash sbdsup}  \\ \hline
        \texttt{\textbackslash esup} & eulerscript & \texttt{\textbackslash besup}  & \texttt{\textbackslash sesup}  & \texttt{\textbackslash sbesup}  \\ \hline
        \texttt{\textbackslash tsup} & typewriter & \texttt{\textbackslash btsup}  & \texttt{\textbackslash stsup}  & \texttt{\textbackslash sbtsup}  \\ \hline
        \texttt{\textbackslash vsup} & sans serif & \texttt{\textbackslash bvsup}  & \texttt{\textbackslash svsup}  & \texttt{\textbackslash sbvsup}  \\
         & (v for variation) & & & \\ \hline
    \end{tabular}
\end{center}
\begin{center}
    \begin{tabular}{r|c|c|l}
        & Regular & \textbf{Bold} & Font \\ \hline
        & \supp \supp & \bsup \bsup & NORMAL \\
        & \csup \csup & \bcsup \bcsup & $\mathcal{MATHCAL}$ \\
        Upright & \dsup \dsup & \bdsup \bdsup & $\mathdutchcal{DUTCHCAL}$ \\
        & \esup \esup & \besup \besup & $\EuScript{EULERSCRIPT}$ \\
        & \vsup \vsup & \bvsup \bvsup & $\mathsf{SANS\ SERIF}$ \\
        & \tsup \tsup & \btsup \btsup & $\mathtt{TYPEWRITER}$ \\ \hline
        & \ssup \ssup & \sbsup \sbsup & NORMAL \\
        & \scsup \scsup & \sbcsup \sbcsup & $\mathcal{MATHCAL}$ \\
        \textsl{Slanted} & \sdsup \sdsup & \sbdsup \sbdsup & $\mathdutchcal{DUTCHCAL}$ \\
        & \sesup \sesup & \sbesup \sbesup & $\EuScript{EULERSCRIPT}$ \\
        & \svsup \svsup & \sbvsup \sbvsup & $\mathsf{SANS\ SERIF}$ \\
        & \stsup \stsup & \sbtsup \sbtsup & $\mathtt{TYPERWRITER}$
    \end{tabular}
\end{center}
\end{document}