summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-04 02:28:26 +0000
committerNorbert Preining <preining@logic.at>2021-04-04 02:28:26 +0000
commit335676229f823eeb4a01f85c45c66ef6988d82ac (patch)
tree5f8e4ef4698a9d9b4b541454e3a953e19bc54241 /Master/texmf-dist/doc/latex
parent67401a8a554d57dfa63575fc6c86f80ea7e48813 (diff)
suppose (4apr21)
git-svn-id: svn://tug.org/texlive/trunk@58736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/suppose/README.md24
-rw-r--r--Master/texmf-dist/doc/latex/suppose/suppose-doc.pdfbin0 -> 205546 bytes
-rw-r--r--Master/texmf-dist/doc/latex/suppose/suppose-doc.tex52
-rw-r--r--Master/texmf-dist/doc/latex/suppose/suppose.pdfbin168506 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/suppose/suppose.tex41
5 files changed, 63 insertions, 54 deletions
diff --git a/Master/texmf-dist/doc/latex/suppose/README.md b/Master/texmf-dist/doc/latex/suppose/README.md
index 072fb2231db..f607b2fe139 100644
--- a/Master/texmf-dist/doc/latex/suppose/README.md
+++ b/Master/texmf-dist/doc/latex/suppose/README.md
@@ -1,16 +1,14 @@
-# ``suppose``
+# the ``suppose`` package
## Andrew Lounsbury
-### Licensed with lppl 1.3c
-### 1.0 — 2021/03/11
+### Licensed with LPPL 1.3c
+### 1.2 2021/04/01
-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` |
+This package provides abbreviations of the word "Suppose" in various fonts and styles. \
+See the documentation `suppose-doc.pdf` for a demonstration.
-See `suppose.pdf` for demonstration. \ No newline at end of file
+|Change log | Info |
+|-------------------|--------------------------------------------------------------------------------|
+|**1.1 2021/03/26** | Added options for setting `\supp`, `\bsup`, `\ssup`, and `\sbsup` to one font |
+|**1.2 2021/04/01** | Added `slant` option |
+| | Fixed bug in `\PackageWarning` message for unknown options |
+| | Adjusted placement of the `\rule` for each font |
diff --git a/Master/texmf-dist/doc/latex/suppose/suppose-doc.pdf b/Master/texmf-dist/doc/latex/suppose/suppose-doc.pdf
new file mode 100644
index 00000000000..55bf001e0d3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/suppose/suppose-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/suppose/suppose-doc.tex b/Master/texmf-dist/doc/latex/suppose/suppose-doc.tex
new file mode 100644
index 00000000000..533c3741257
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/suppose/suppose-doc.tex
@@ -0,0 +1,52 @@
+\documentclass{article}
+\usepackage{xcolor}
+\usepackage{hyperref}
+\usepackage[tt]{suppose}
+\setlength{\textwidth}{15.75cm}
+\setlength{\oddsidemargin}{0.75cm}
+
+\begin{document}
+\title{The \texttt{suppose} package}
+\author{1.2 \ 2021/04/01}
+\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 of the word ``Suppose.'' I recommend only using these symbols when the immediately succeeding strings are mathematical in nature. I do not recommend using them in formal work. \par
+The two main commands are \texttt{\textbackslash supp} and \texttt{\textbackslash bsup}, whose style and font may be specified with the options so that we can use them consistently. For example,
+\begin{verbatim}
+ \usepackage[dutchcal, slant]{suppose}
+\end{verbatim}
+will make \texttt{\textbackslash supp} print in the \texttt{dutchcal} font with a slanted line and make \texttt{\textbackslash bsup} print the bold version of the same thing. The default font is the regular \texttt{mathit} serif font, and the vertical line is upright by default.
+
+Though it is better to use the options with \texttt{\textbackslash supp} and \texttt{\textbackslash bsup}, every combination of font and style 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 plainsupp} & \texttt{\textbackslash plainbsup} & \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
+ & \plainsupp x < y & \plainbsup 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
diff --git a/Master/texmf-dist/doc/latex/suppose/suppose.pdf b/Master/texmf-dist/doc/latex/suppose/suppose.pdf
deleted file mode 100644
index e70f03b8af9..00000000000
--- a/Master/texmf-dist/doc/latex/suppose/suppose.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/suppose/suppose.tex b/Master/texmf-dist/doc/latex/suppose/suppose.tex
deleted file mode 100644
index bae65240074..00000000000
--- a/Master/texmf-dist/doc/latex/suppose/suppose.tex
+++ /dev/null
@@ -1,41 +0,0 @@
-\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