summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/suppose
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-12 23:01:36 +0000
committerKarl Berry <karl@freefriends.org>2021-03-12 23:01:36 +0000
commita93376d2448f6c1466fddb8971961f86113478bf (patch)
treeb189d67479d1eeb38c272606df50bc5f7ce0bad5 /Master/texmf-dist/doc/latex/suppose
parent20e8435711464e35cb04503cf29f1c3c3e0a198d (diff)
suppose (12mar21)
git-svn-id: svn://tug.org/texlive/trunk@58299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/suppose')
-rw-r--r--Master/texmf-dist/doc/latex/suppose/README.md16
-rw-r--r--Master/texmf-dist/doc/latex/suppose/suppose.pdfbin0 -> 168506 bytes
-rw-r--r--Master/texmf-dist/doc/latex/suppose/suppose.tex41
3 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/suppose/README.md b/Master/texmf-dist/doc/latex/suppose/README.md
new file mode 100644
index 00000000000..072fb2231db
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/suppose/README.md
@@ -0,0 +1,16 @@
+# ``suppose``
+## Andrew Lounsbury
+### Licensed with lppl 1.3c
+### 1.0 — 2021/03/11
+
+This package 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.
+| Font | Command | Bold | Slanted | Slanted Line \& Bold |
+|- |- |- |- |- |
+| normal | `\supp` |`\bsup` | `\ssup` | `\sbsup` |
+| mathcal | `\csup` |`\bcsup` | `\scsup` | `\sbcsup` |
+| dutchcal | `\dsup` |`\bdsup` | `\sdsup` | `\sbdsup` |
+| eulerscript | `\esup` |`\besup` | `\sesup` | `\sbesup` |
+| typewriter | `\tsup` |`\btsup` | `\stsup` | `\sbtsup` |
+| sans serif (`v` for variation)| `\vsup` |`\bvsup` | `\svsup` | `\bsvsup` |
+
+See `suppose.pdf` for demonstration. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/suppose/suppose.pdf b/Master/texmf-dist/doc/latex/suppose/suppose.pdf
new file mode 100644
index 00000000000..e70f03b8af9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/suppose/suppose.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/suppose/suppose.tex b/Master/texmf-dist/doc/latex/suppose/suppose.tex
new file mode 100644
index 00000000000..bae65240074
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/suppose/suppose.tex
@@ -0,0 +1,41 @@
+\documentclass[12pt]{article}
+\usepackage{hyperref, suppose}
+
+\begin{document}
+\title{\texttt{suppose}}
+\author{1.0 --- 2021/03/11}
+\date{Andrew Lounsbury, \href{mailto:alounsbury8@gmail.com}{alounsbury8@gmail.com}}
+\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{Font} & \textbf{Command} & \textbf{Bold} & \textbf{Slanted Line} & \textbf{Slanted Line \& Bold} \\ \hline\hline
+ normal & \texttt{\textbackslash supp} & \texttt{\textbackslash bsup} & \texttt{\textbackslash ssup} & \texttt{\textbackslash sbsup} \\ \hline
+ mathcal & \texttt{\textbackslash csup} & \texttt{\textbackslash bcsup} & \texttt{\textbackslash scsup} & \texttt{\textbackslash sbcsup} \\ \hline
+ dutchcal & \texttt{\textbackslash dsup} & \texttt{\textbackslash bdsup} & \texttt{\textbackslash sdsup} & \texttt{\textbackslash sbdsup} \\ \hline
+ eulerscript & \texttt{\textbackslash esup} & \texttt{\textbackslash besup} & \texttt{\textbackslash sesup} & \texttt{\textbackslash sbesup} \\ \hline
+ typewriter & \texttt{\textbackslash tsup} & \texttt{\textbackslash btsup} & \texttt{\textbackslash stsup} & \texttt{\textbackslash sbtsup} \\ \hline
+ 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