summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--Master/texmf-dist/tex/latex/suppose/suppose.sty192
6 files changed, 194 insertions, 115 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
diff --git a/Master/texmf-dist/tex/latex/suppose/suppose.sty b/Master/texmf-dist/tex/latex/suppose/suppose.sty
index 81a0ba4f6e9..e0df512bfcd 100644
--- a/Master/texmf-dist/tex/latex/suppose/suppose.sty
+++ b/Master/texmf-dist/tex/latex/suppose/suppose.sty
@@ -1,28 +1,5 @@
-% TITLE: suppose.sty 1.0 2021/03/11
-% AUTHOR: Andrew Lounsbury
-% DESCRIPTION: This file contains commands 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 1.2 2021/04/01
+% Andrew Lounsbury
%************************************************************************
%% suppose.sty
@@ -40,46 +17,139 @@
%
% The Current Maintainer of this work is A. W. Lounsbury.
%
-% This work consists of the files suppose.sty.
+% This work consists of the file suppose.sty.
%************************************************************************
-
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{suppose}[2021/03/11 supposition symbols]
-
-\RequirePackage{amsmath, euscript, graphicx}
-
-\DeclareMathAlphabet{\mathdutchcal}{U}{dutchcal}{m}{n}
-\DeclareMathAlphabet{\mathdutchbfcal}{U}{dutchcal}{b}{n}
-
+\ProvidesPackage{suppose}[2021/04/01 1.2 supposition symbols]
+%
+\RequirePackage{amsmath, euscript, graphicx}%
+%
+\DeclareMathAlphabet{\mathbfcal}{OMS}{cmsy}{b}{n}%
+\DeclareMathAlphabet{\mathdutchcal}{U}{dutchcal}{m}{n}%
+\DeclareMathAlphabet{\mathdutchbfcal}{U}{dutchcal}{b}{n}%
+\newcommand*{\bfeuscript}[1]{\boldsymbol{\EuScript{#1}}}%
+\newcommand*{\sansserif}[1]{\textit{{\fontfamily{lmss}\selectfont #1}}}%
+\newcommand*{\bfsansserif}[1]{\textbf{\textit{{\fontfamily{lmss}\selectfont #1}}}}%
+%
\font\btt=rm-lmtk10 % bold typewriter font
\font\bitt=rm-lmtko10 % bold italicized typewriter font
+\newcommand*{\itt}[1]{\scalebox{1.11}{\textit{\texttt{#1}}}}%
+\newcommand*{\bolditt}[1]{$\scalebox{1.11}{\bitt #1}$}%
+%
+\newcounter{angle} % angle at which the \rule's are rotated
+\setcounter{angle}{0}%
+\newlength{\shift} % horizontal shift of \rule's
+\setlength{\shift}{-0.0025in}%
+\newlength{\boldshift}%
+\setlength{\boldshift}{0.0485in}%
+\newlength{\rulelength}%
+\setlength{\rulelength}{1.3ex}%
+\newlength{\boldrulelength}%
+\setlength{\boldrulelength}{1.3ex}%
+\newcommand{\curfont}{\mathnormal}%
+\newcommand{\curboldfont}{\boldsymbol}%
+%
+\DeclareOption{slant}{%
+ \setcounter{angle}{-15}%
+ \setlength{\shift}{-0.0075in}%
+ \setlength{\boldshift}{0.0425in}%
+}%
+\DeclareOption{mathcal}{%
+ \ifdim\boldshift = 0.0425in % if slant option selected
+ \addtolength{\shift}{0.00225in}%
+ \addtolength{\boldshift}{0.00225in}%
+ \fi%
+ \renewcommand{\curfont}{\mathcal}%
+ \renewcommand{\curboldfont}{\mathbfcal}%
+ \addtolength{\rulelength}{0.1ex}%
+ \addtolength{\boldrulelength}{0.15ex}%
+ \addtolength{\shift}{-0.00125in}%
+}%
+\DeclareOption{dutchcal}{%
+ \ifdim\boldshift = 0.0425in%
+ \addtolength{\shift}{0.0025in}%
+ \addtolength{\boldshift}{0.002in}%
+ \fi%
+ \renewcommand{\curfont}{\mathdutchcal}%
+ \renewcommand{\curboldfont}{\mathdutchbfcal}%
+ \addtolength{\rulelength}{0.1ex}%
+ \addtolength{\shift}{0.0025in}%
+ \addtolength{\boldrulelength}{0.1ex}%
+ \addtolength{\boldshift}{-0.003in}%
+}%
+\DeclareOption{eulerscript}{%
+ \ifdim\boldshift = 0.0425in%
+ \addtolength{\shift}{0.0000000000000000001in}%
+ \addtolength{\boldshift}{0.0015in}%
+ \fi%
+ \renewcommand{\curfont}{\EuScript}%
+ \renewcommand{\curboldfont}{\bfeuscript}%
+ \addtolength{\rulelength}{0.1ex}%
+ \addtolength{\shift}{-0.01275in}%
+ \addtolength{\boldshift}{-0.015in}%
+}%
+\DeclareOption{sans-serif}{%
+ \ifdim\boldshift = 0.0425in%
+ \addtolength{\shift}{0.001in}%
+ \fi%
+ \renewcommand{\curfont}{\sansserif}%
+ \renewcommand{\curboldfont}{\bfsansserif}%
+ \addtolength{\shift}{-0.01375in}%
+ \addtolength{\boldshift}{-0.006in}%
+}%
+\DeclareOption{tt}{%
+ \renewcommand{\curfont}{\itt}%
+ \renewcommand{\curboldfont}{\bolditt}%
+ \addtolength{\shift}{0.0114in}%
+ \addtolength{\boldrulelength}{0.1ex}%
+ \addtolength{\boldshift}{-0.0185in}%
+}%
+% The two main commands
+\newlength{\Swidth}%
+\settowidth{\Swidth}{S}%
+\newcommand{\supp}{%
+ \makebox[\Swidth][r]{%
+ $\rotatebox{\value{angle}}{%
+ \rule[-0.5ex]{0.15ex}{\rulelength}%
+ }$\hspace{\shift}\ %
+ }\llap{$\curfont{S}$}\mspace{5mu}%
+}%
+\newcommand{\bsup}{%
+ \makebox[\Swidth][r]{%
+ $\rotatebox{\value{angle}}{%
+ \rule[-0.5ex]{0.2ex}{\boldrulelength}%
+ }$\hspace{\boldshift}%
+ }\llap{$\curboldfont{S}$%
+}\mspace{5mu}}%
+% Commands for hard-coding
+\newcommand{\plainsupp}{\makebox[\Swidth][r]{$\rule[-0.5ex]{0.15ex}{1.3ex}\mspace{-0.25mu}$\ }\llap{$S$}\mspace{5mu}}%
+\newcommand{\csup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.45ex}\mspace{8.5mu}$}\llap{$\mathcal{S}$}\mspace{5mu}}%
+\newcommand{\dsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.45ex}\mspace{9.5mu}$}\llap{$\mathdutchcal{S}$}\mspace{5mu}}%
+\newcommand{\esup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.35ex}\mspace{5.25mu}$}\llap{$\EuScript{S}$}\mspace{5mu}}%
+\newcommand{\tsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.3ex}\mspace{5.5mu}$\ }\llap{\scalebox{1.1}{\textit{\texttt{S}}}}\mspace{5mu}}%
-\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}}}}\ }
+\newcommand{\vsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.15ex}{1.45ex}\mspace{7.75mu}$}\llap{\textit{{\fontfamily{lmss}\selectfont S}}}\mspace{5mu}}%
+% Bold
+\newcommand{\plainbsup}{\makebox[\Swidth][r]{$\rule[-0.5ex]{0.20ex}{1.3ex}\mspace{6.3mu}$}\llap{$\boldsymbol{S}$}\mspace{5mu}}%
+\newcommand{\bcsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.20ex}{1.5ex}\mspace{10mu}$}\llap{$\boldsymbol{\mathcal{S}}$}\mspace{5mu}}%
+\newcommand{\bdsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.20ex}{1.5ex}\mspace{9.5mu}$}\llap{$\mathdutchbfcal{S}$}\mspace{5mu}}%
+\newcommand{\besup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.20ex}{1.35ex}\mspace{6mu}$}\llap{$\boldsymbol{\EuScript{S}}$}\mspace{5mu}}%
+\newcommand{\btsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.2ex}{1.3ex}\mspace{-0.7mu}$\ }\llap{\scalebox{1.11}{\bitt S}}\mspace{5mu}}%
+\newcommand{\bvsup}{\makebox[\Swidth][c]{\ $\rule[-0.5ex]{0.20ex}{1.45ex}\mspace{8.75mu}$}\llap{\textbf{\textit{{\fontfamily{lmss}\selectfont S}}}}\mspace{5mu}}%
% 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}}}\ }
+\newcommand{\ssup}{\makebox[\Swidth][r]{$\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.3ex}}\mspace{5mu}$}\llap{$S$}\mspace{5mu}}%
+\newcommand{\scsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.45ex}}\mspace{10mu}$}\llap{$\mathcal{S}$}\mspace{5mu}}%
+\newcommand{\sdsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.35ex}}\mspace{11mu}$}\llap{$\mathdutchcal{S}$}\mspace{5mu}}%
+\newcommand{\sesup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.4ex}}\mspace{6.6mu}$}\llap{$\EuScript{S}$}\mspace{5mu}}%
+\newcommand{\stsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.3ex}}\mspace{6.5mu}$\ }\llap{\scalebox{1.11}{\textit{\texttt{S}}}}\mspace{5mu}}%
+\newcommand{\svsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.15ex}{1.45ex}}\mspace{9mu}$}\llap{\textit{{\fontfamily{lmss}\selectfont S}}}\mspace{5mu}}%
% 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
+\newcommand{\sbsup}{\makebox[\Swidth][r]{$\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.3ex}}\mspace{5.5mu}$}\llap{$\boldsymbol{S}$}\mspace{5mu}}%
+\newcommand{\sbcsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.45ex}}\mspace{12mu}$}\llap{$\boldsymbol{\mathcal{S}}$}\mspace{5mu}}%
+\newcommand{\sbdsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.4ex}}\mspace{11mu}$}\llap{$\mathdutchbfcal{S}$}\mspace{5mu}}%
+\newcommand{\sbesup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.45ex}}\mspace{7.2mu}$}\llap{$\boldsymbol{\EuScript{S}}$}\mspace{5mu}}%
+\newcommand{\sbtsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.2ex}{1.4ex}}\mspace{0.25mu}$\ }\llap{\scalebox{1.11}{\bitt S}}\mspace{5mu}}%
+\newcommand{\sbvsup}{\makebox[\Swidth][c]{\ $\rotatebox{-15}{\rule[-0.5ex]{0.20ex}{1.45ex}}\mspace{10mu}$}\llap{\textbf{\textit{{\fontfamily{lmss}\selectfont S}}}}\mspace{5mu}}%
+%
+\DeclareOption*{\PackageWarning{suppose}{Unknown '\CurrentOption'}}%
+\ProcessOptions\relax%