summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/plimsoll
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-09 20:17:04 +0000
committerKarl Berry <karl@freefriends.org>2020-10-09 20:17:04 +0000
commitf1e87be0437c36c1ff6d9d04661b999c2dfacd74 (patch)
treeb06f12d5b9579cf384af11b7c28bb2f8e7ebb3d8 /Master/texmf-dist/tex/latex/plimsoll
parent5fb92d1704e9ed5ffb38abafab68950893a8c1fe (diff)
plimsoll (9oct20)
git-svn-id: svn://tug.org/texlive/trunk@56605 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/plimsoll')
-rw-r--r--Master/texmf-dist/tex/latex/plimsoll/plimsoll.sty33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/plimsoll/plimsoll.sty b/Master/texmf-dist/tex/latex/plimsoll/plimsoll.sty
new file mode 100644
index 00000000000..59ba70cbcfe
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/plimsoll/plimsoll.sty
@@ -0,0 +1,33 @@
+% This file is part of the LaTeX plimsoll package.
+
+% The LaTeX plimsoll package is free software: you can redistribute it
+% and/or modify it under the terms of the GNU General Public License
+% as published by the Free Software Foundation, either version 3 of
+% the License, or (at your option) any later version.
+
+% The LaTeX plimsoll package is distributed in the hope that it will
+% be useful, but WITHOUT ANY WARRANTY; without even the implied
+% warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
+% the GNU General Public License for more details.
+
+% You should have received a copy of the GNU General Public License
+% along with the LaTeX plimsoll package. If not, see
+% <https://www.gnu.org/licenses/>.
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{plimsoll}[2020/10/09 Plimsoll symbol LaTeX Support,
+Palle Jorgensen. Version 1.]
+\DeclareFontFamily{U}{plimsoll}{}
+\DeclareFontShape{U}{plimsoll}{m}{n}{<->plimsoll}{}
+\DeclareFontShape{U}{plimsoll}{m}{s}{<->plimsoll-sans}{}
+\DeclareSymbolFont{plimsoll}{U}{plimsoll}{m}{n}
+\DeclareSymbolFont{plimsoll-sans}{U}{plimsoll}{m}{s}
+\DeclareMathSymbol\plimsollroman{0}{plimsoll}{"001}
+\DeclareMathSymbol\plimsollsans{0}{plimsoll-sans}{"001}
+\let\plimsoll\plimsollroman
+\def\stst{^{\plimsoll}}
+
+\DeclareOption{sans}{\let\plimsoll\plimsollsans}
+\DeclareOption{circ}{\def\stst{^{\circ}}}
+\ProcessOptions*
+
+\endinput