summaryrefslogtreecommitdiff
path: root/fonts/plimsoll/plimsoll.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-10 03:01:27 +0000
committerNorbert Preining <norbert@preining.info>2020-10-10 03:01:27 +0000
commit03964f11f0331968e99fa5a3d614f25a7b3f8a95 (patch)
tree4facdecd5e8388a9955ace8724a1029eb1da98d7 /fonts/plimsoll/plimsoll.sty
parent1f42d0c83e745c8ee0454060ea03fbb886e77ce5 (diff)
CTAN sync 202010100301
Diffstat (limited to 'fonts/plimsoll/plimsoll.sty')
-rw-r--r--fonts/plimsoll/plimsoll.sty33
1 files changed, 33 insertions, 0 deletions
diff --git a/fonts/plimsoll/plimsoll.sty b/fonts/plimsoll/plimsoll.sty
new file mode 100644
index 0000000000..59ba70cbcf
--- /dev/null
+++ b/fonts/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