summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/suppose
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-03-10 03:00:54 +0000
committerNorbert Preining <norbert@preining.info>2021-03-10 03:00:54 +0000
commitf808c98da8e34907b93b8b1c2ef473539b88c504 (patch)
treee68615a59e28cb52c1edf845fa7921865c95c5a9 /macros/latex/contrib/suppose
parent0da44a32af4f9dd986fd60a51e7f9a1f932fe27c (diff)
CTAN sync 202103100300
Diffstat (limited to 'macros/latex/contrib/suppose')
-rw-r--r--macros/latex/contrib/suppose/README.md16
-rw-r--r--macros/latex/contrib/suppose/suppose.pdfbin0 -> 172118 bytes
-rw-r--r--macros/latex/contrib/suppose/suppose.sty85
-rw-r--r--macros/latex/contrib/suppose/suppose.tex40
4 files changed, 141 insertions, 0 deletions
diff --git a/macros/latex/contrib/suppose/README.md b/macros/latex/contrib/suppose/README.md
new file mode 100644
index 0000000000..f06bb0621e
--- /dev/null
+++ b/macros/latex/contrib/suppose/README.md
@@ -0,0 +1,16 @@
+# ``suppose``, v1
+## Andrew Lounsbury
+### 3/9/2021
+
+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.
+| Command | Font | Bold | Slanted | Slanted Line \& Bold |
+|- |- |- |- |- |
+| `\supp` | normal |`\bsup` | `\ssup` | `\sbsup` |
+| `\csup` | mathcal |`\bcsup` | `\scsup` | `\sbcsup` |
+| `\dsup` | dutchcal |`\bdsup` | `\sdsup` | `\sbdsup` |
+| `\esup` | eulerscript |`\besup` | `\sesup` | `\sbesup` |
+| `\tsup` | typewriter |`\btsup` | `\stsup` | `\sbtsup` |
+| `\vsup` | sans serif (v for variation)|`\bvsup` | `\svsup` | `\bsvsup` |
+
+See `suppose.pdf` for demonstration. \ No newline at end of file
diff --git a/macros/latex/contrib/suppose/suppose.pdf b/macros/latex/contrib/suppose/suppose.pdf
new file mode 100644
index 0000000000..cdab45d278
--- /dev/null
+++ b/macros/latex/contrib/suppose/suppose.pdf
Binary files differ
diff --git a/macros/latex/contrib/suppose/suppose.sty b/macros/latex/contrib/suppose/suppose.sty
new file mode 100644
index 0000000000..a9e4903e16
--- /dev/null
+++ b/macros/latex/contrib/suppose/suppose.sty
@@ -0,0 +1,85 @@
+% TITLE: suppose.sty version 1 2021/03/09
+% AUTHOR: Andrew Lounsbury
+% DESCRIPTION: This file contains symbols that abbreviate the word ``Suppose''.
+
+% Commands:
+%------------------------------------------------------------------------------
+% \supp plain supposition symbol
+% \csup mathcal
+% \dsup dutchcal
+% \esup eulerscript
+% \tsup typewriter
+% \vsup sans serif (v for variation)
+
+% To most of these:
+% add ``b'' after the slash for boldface
+% add ``s'' after the slash for a slanted line
+% add ``sb'' after the slash for a slanted line and boldface
+
+% Exceptions are derivatives of \supp, which shortens to \ssup, \bsup, and
+% \sbsup for brevity.
+%-------------------------------------------------------------------------------
+
+% I recommend only using these commands when the immediately succeding
+% strings are mathematical in nature. I do not recommend using these in
+% formal work.
+
+%************************************************************************
+%% suppose.sty
+%% Copyright 2021 A. W. Lounsbury
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3c
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is A. W. Lounsbury.
+%
+% This work consists of the files suppose.sty.
+%************************************************************************
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{suppose}[2021/03/07 supposition symbols]
+
+\RequirePackage{amsmath, euscript, graphicx}
+
+\DeclareMathAlphabet{\mathdutchcal}{U}{dutchcal}{m}{n}
+\DeclareMathAlphabet{\mathdutchbfcal}{U}{dutchcal}{b}{n}
+
+\font\btt=rm-lmtk10 % bold typewriter font
+\font\bitt=rm-lmtko10 % bold italicized typewriter font
+
+\newlength{\Swidth}
+\settowidth{\Swidth}{S}
+\newcommand{\supp}{\makebox[\Swidth][r]{\ $\rule[-0.5ex]{0.15ex}{1.3ex}\mspace{-0.25mu}$\ }\llap{$S$}\ }
+\newcommand{\csup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.45ex}\mspace{9mu}$}\llap{$\mathcal{S}$}\ }
+\newcommand{\dsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.45ex}\mspace{9.5mu}$}\llap{$\mathdutchcal{S}$}\ }
+\newcommand{\esup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.35ex}\mspace{5.25mu}$}\llap{$\EuScript{S}$}\ }
+\newcommand{\tsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.3ex}\mspace{4.5mu}$\ }\llap{\textit{\texttt{S}}}\ }
+\newcommand{\vsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.45ex}\mspace{8mu}$}\llap{\textit{{\fontfamily{lmss}\selectfont S}}}\ }
+% Bold version
+\newcommand{\bsup}{\makebox[\Swidth][r]{\ $\rule[-0.5ex]{0.20ex}{1.3ex}\mspace{6.5mu}$}\llap{$\boldsymbol{S}$}\ }
+\newcommand{\bcsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.20ex}{1.5ex}\mspace{10mu}$}\llap{$\boldsymbol{\mathcal{S}}$}\ }
+\newcommand{\bdsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.20ex}{1.5ex}\mspace{10.125mu}$}\llap{$\mathdutchbfcal{S}$}\ }
+\newcommand{\besup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.20ex}{1.35ex}\mspace{6mu}$}\llap{$\boldsymbol{\EuScript{S}}$}\ }
+\newcommand{\btsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.2ex}{1.3ex}\mspace{-1mu}$\ }\llap{\scalebox{1.2}{\bitt S}}\ }
+\newcommand{\bvsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.20ex}{1.45ex}\mspace{9.5mu}$}\llap{\textbf{\textit{{\fontfamily{lmss}\selectfont S}}}}\ }
+% Slanted rule
+\newcommand{\ssup}{\makebox[\Swidth][r]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.3ex}}\mspace{5mu}$}\llap{$S$}\ }
+\newcommand{\scsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.45ex}}\mspace{10mu}$}\llap{$\mathcal{S}$}\ }
+\newcommand{\sdsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.45ex}}\mspace{11mu}$}\llap{$\mathdutchcal{S}$}\ }
+\newcommand{\sesup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.45ex}}\mspace{7mu}$}\llap{$\EuScript{S}$}\ }
+\newcommand{\stsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.3ex}}\mspace{5.5mu}$\ }\llap{\textit{\texttt{S}}}\ }
+\newcommand{\svsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.45ex}}\mspace{8.5mu}$}\llap{\textit{{\fontfamily{lmss}\selectfont S}}}\ }
+% Slanted & bold
+\newcommand{\sbsup}{\makebox[\Swidth][r]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.3ex}}\mspace{5.5mu}$}\llap{$\boldsymbol{S}$}\ }
+\newcommand{\sbcsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.45ex}}\mspace{12mu}$}\llap{$\boldsymbol{\mathcal{S}}$}\ }
+\newcommand{\sbdsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.4ex}}\mspace{11mu}$}\llap{$\mathdutchbfcal{S}$}\ }
+\newcommand{\sbesup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.45ex}}\mspace{8mu}$}\llap{$\boldsymbol{\EuScript{S}}$}\ }
+\newcommand{\sbtsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.2ex}{1.3ex}}$\ }\llap{\scalebox{1.2}{\bitt S}}\ }
+\newcommand{\sbvsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.45ex}}\mspace{10mu}$}\llap{\textbf{\textit{{\fontfamily{lmss}\selectfont S}}}}\ } \ No newline at end of file
diff --git a/macros/latex/contrib/suppose/suppose.tex b/macros/latex/contrib/suppose/suppose.tex
new file mode 100644
index 0000000000..97f5230fd3
--- /dev/null
+++ b/macros/latex/contrib/suppose/suppose.tex
@@ -0,0 +1,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} \ No newline at end of file