texlive[58302] branches/branch2020.0/Master: suppose (12mar21)

commits+karl at tug.org commits+karl at tug.org
Sat Mar 13 00:02:58 CET 2021


Revision: 58302
          http://tug.org/svn/texlive?view=revision&revision=58302
Author:   karl
Date:     2021-03-13 00:02:58 +0100 (Sat, 13 Mar 2021)
Log Message:
-----------
suppose (12mar21) (branch)

Modified Paths:
--------------
    branches/branch2020.0/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc

Added Paths:
-----------
    branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/
    branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/README.md
    branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.pdf
    branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.tex
    branches/branch2020.0/Master/texmf-dist/tex/latex/suppose/
    branches/branch2020.0/Master/texmf-dist/tex/latex/suppose/suppose.sty
    branches/branch2020.0/Master/tlpkg/tlpsrc/suppose.tlpsrc

Added: branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/README.md
===================================================================
--- branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/README.md	                        (rev 0)
+++ branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/README.md	2021-03-12 23:02:58 UTC (rev 58302)
@@ -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


Property changes on: branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.pdf
===================================================================
(Binary files differ)

Index: branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.pdf
===================================================================
--- branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.pdf	2021-03-12 23:02:13 UTC (rev 58301)
+++ branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.pdf	2021-03-12 23:02:58 UTC (rev 58302)

Property changes on: branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.tex
===================================================================
--- branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.tex	                        (rev 0)
+++ branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.tex	2021-03-12 23:02:58 UTC (rev 58302)
@@ -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 at gmail.com}{alounsbury8 at 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


Property changes on: branches/branch2020.0/Master/texmf-dist/doc/latex/suppose/suppose.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: branches/branch2020.0/Master/texmf-dist/tex/latex/suppose/suppose.sty
===================================================================
--- branches/branch2020.0/Master/texmf-dist/tex/latex/suppose/suppose.sty	                        (rev 0)
+++ branches/branch2020.0/Master/texmf-dist/tex/latex/suppose/suppose.sty	2021-03-12 23:02:58 UTC (rev 58302)
@@ -0,0 +1,85 @@
+% 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
+%% 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/11 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


Property changes on: branches/branch2020.0/Master/texmf-dist/tex/latex/suppose/suppose.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: branches/branch2020.0/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- branches/branch2020.0/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2021-03-12 23:02:13 UTC (rev 58301)
+++ branches/branch2020.0/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2021-03-12 23:02:58 UTC (rev 58302)
@@ -672,7 +672,6 @@
 depend latex-bin-dev
 depend latex-firstaid-dev
 depend latex-graphics-dev
-depend latex-tds
 depend latex-tools-dev
 depend latex-uni8
 depend latexcolors
@@ -1151,6 +1150,7 @@
 depend substitutefont
 depend substr
 depend supertabular
+depend suppose
 depend svg
 depend svgcolor
 depend svn

Added: branches/branch2020.0/Master/tlpkg/tlpsrc/suppose.tlpsrc
===================================================================


More information about the tex-live-commits mailing list.