From f1e87be0437c36c1ff6d9d04661b999c2dfacd74 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 9 Oct 2020 20:17:04 +0000 Subject: plimsoll (9oct20) git-svn-id: svn://tug.org/texlive/trunk@56605 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/plimsoll/plimsoll.sty | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/plimsoll/plimsoll.sty (limited to 'Master/texmf-dist/tex/latex/plimsoll') 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 +% . +\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 -- cgit v1.2.3