summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/suppose/suppose-doc.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-03-27 03:00:52 +0000
committerNorbert Preining <norbert@preining.info>2021-03-27 03:00:52 +0000
commit178fc96a7be703f91ea55832bd42b07eaf9f1ac5 (patch)
tree1cc8a329f0f21e6fbc54df5e0f287453e6810e5b /macros/latex/contrib/suppose/suppose-doc.tex
parentee37a4d1dc2573ffd9c43a006e94cfc5de14cf14 (diff)
CTAN sync 202103270300
Diffstat (limited to 'macros/latex/contrib/suppose/suppose-doc.tex')
-rw-r--r--macros/latex/contrib/suppose/suppose-doc.tex45
1 files changed, 45 insertions, 0 deletions
diff --git a/macros/latex/contrib/suppose/suppose-doc.tex b/macros/latex/contrib/suppose/suppose-doc.tex
new file mode 100644
index 0000000000..e0e1a72033
--- /dev/null
+++ b/macros/latex/contrib/suppose/suppose-doc.tex
@@ -0,0 +1,45 @@
+\documentclass{article}
+\usepackage{hyperref}
+\usepackage{suppose}
+\setlength{\textwidth}{14.75cm}
+\setlength{\oddsidemargin}{0.75cm}
+
+\begin{document}
+\title{The \texttt{suppose} package}
+\author{1.1 \ 2021/03/26}
+\date{Andrew Lounsbury, \href{mailto:alounsbury8@gmail.com}{alounsbury8@gmail.com}}
+\maketitle
+
+This package is licensed with LPPL 1.3c, and provides the following abbreviations for the word ``Suppose.'' I recommend only using these commands when the immediately succeeding strings are mathematical in nature, and I recommend choosing one font with the options and then using that same one throughout whatever you're writing. I do not recommend using these symbols in formal work. \par
+The options will re-define the commands \texttt{\textbackslash supp}, \texttt{\textbackslash bsup}, \texttt{\textbackslash ssup}, and \texttt{\textbackslash sbsup} to the desired font so that we can use it consistently. However, every symbol provided here can be hard-coded with the following commands.
+\begin{center}
+ \begin{tabular}{|c|c|c|c|c|c|}
+ \hline
+ \textbf{Option} & \textbf{Font} & \textbf{Command} & \textbf{Bold} & \textbf{Slanted Line} & \textbf{Slanted \& Bold} \\ \hline\hline
+ default & normal & \texttt{\textbackslash supp} & \texttt{\textbackslash bsup} & \texttt{\textbackslash ssup} & \texttt{\textbackslash sbsup} \\ \hline
+ \texttt{mathcal} & mathcal & \texttt{\textbackslash csup} & \texttt{\textbackslash bcsup} & \texttt{\textbackslash scsup} & \texttt{\textbackslash sbcsup} \\ \hline
+ \texttt{dutchcal} & dutchcal & \texttt{\textbackslash dsup} & \texttt{\textbackslash bdsup} & \texttt{\textbackslash sdsup} & \texttt{\textbackslash sbdsup} \\ \hline
+ \texttt{eulerscript} & eulerscript & \texttt{\textbackslash esup} & \texttt{\textbackslash besup} & \texttt{\textbackslash sesup} & \texttt{\textbackslash sbesup} \\ \hline
+ \texttt{tt} & typewriter & \texttt{\textbackslash tsup} & \texttt{\textbackslash btsup} & \texttt{\textbackslash stsup} & \texttt{\textbackslash sbtsup} \\ \hline
+ \texttt{sans-serif} & sans serif & \texttt{\textbackslash vsup} & \texttt{\textbackslash bvsup} & \texttt{\textbackslash svsup} & \texttt{\textbackslash sbvsup} \\
+ &(\texttt{v} for variation) & & & & \\ \hline
+ \end{tabular}
+\end{center}
+\[
+ \begin{array}{c|c|c|l}
+ & \text{Regular} & \textbf{Bold} & \text{Font} \\ \hline
+ & \supp x < y & \bsup x < y & NORMAL \\
+ & \csup x < y & \bcsup x < y & \mathcal{MATHCAL} \\
+ \text{Straight} & \dsup x < y & \bdsup x < y & \mathdutchcal{DUTCHCAL} \\
+ \text{Line} & \esup x < y & \besup x < y & \EuScript{EULERSCRIPT} \\
+ & \vsup x < y & \bvsup x < y & \mathsf{SANS\ SERIF} \\
+ & \tsup x < y & \btsup x < y & \mathtt{TYPEWRITER} \\ \hline
+ & \ssup x < y & \sbsup x < y & NORMAL \\
+ & \scsup x < y & \sbcsup x < y & \mathcal{MATHCAL} \\
+ \textsl{Slanted} & \sdsup x < y & \sbdsup x < y & \mathdutchcal{DUTCHCAL} \\
+ \textsl{Line} & \sesup x < y & \sbesup x < y & \EuScript{EULERSCRIPT} \\
+ & \svsup x < y & \sbvsup x < y & \mathsf{SANS\ SERIF} \\
+ & \stsup x < y & \sbtsup x < y & \mathtt{TYPERWRITER}
+ \end{array}
+\]
+\end{document} \ No newline at end of file