summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/wasysym/wasysym.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-20 22:50:10 +0000
committerKarl Berry <karl@freefriends.org>2020-01-20 22:50:10 +0000
commit3b2eb877298c680a43a7aac44f8b2518ad75f2f5 (patch)
tree705bdf67c2451b3959be51ca5450d328378ed0cc /Master/texmf-dist/tex/latex/wasysym/wasysym.sty
parent912572d81b0ed3d7ac9fe322e50d793f8f033522 (diff)
wasysym (20jan20)
git-svn-id: svn://tug.org/texlive/trunk@53469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/wasysym/wasysym.sty')
-rw-r--r--Master/texmf-dist/tex/latex/wasysym/wasysym.sty21
1 files changed, 17 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/wasysym/wasysym.sty b/Master/texmf-dist/tex/latex/wasysym/wasysym.sty
index 742cc9c7718..d549fc2ec79 100644
--- a/Master/texmf-dist/tex/latex/wasysym/wasysym.sty
+++ b/Master/texmf-dist/tex/latex/wasysym/wasysym.sty
@@ -6,7 +6,7 @@
%%
%% wasysym.dtx (with options: `package')
%%
-%% Copyright (C) 1994-2003 by Axel Kielhorn. All rights reserved.
+%% Copyright (C) 1994-2020 by Axel Kielhorn. All rights reserved.
%% For additional copyright information see further down in this file.
%%
%% This file is to be used with the LaTeX2e system.
@@ -21,7 +21,7 @@
%%
%% Error reports in case of UNCHANGED versions to
%% Axel Kielhorn
-%% A.Kielhorn@web.de
+%% tex@axelkielhorn.de
%%
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -40,16 +40,19 @@
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{wasysym}
- [2003/10/30 v2.0
+ [2020/01/19 v2.4
Wasy-2 symbol support package]
\newif\ifwasy@integrals
\newif\ifwasy@compatibility
+\newif\ifwasy@euro \wasy@eurotrue
\DeclareOption{compat1}{%
\wasy@compatibilitytrue\wasy@integralsfalse}%
\DeclareOption{integrals}{%
\wasy@compatibilityfalse\wasy@integralstrue}%
\DeclareOption{nointegrals}{%
\wasy@compatibilityfalse\wasy@integralsfalse}%
+\DeclareOption{noeuro}{%
+ \wasy@eurofalse}%
\ExecuteOptions{compat1}
\ProcessOptions\relax
\def\wasy@setup{%
@@ -210,7 +213,7 @@
\def\thorn {{\wasyfamily\char105}}
\def\Thorn {{\wasyfamily\char106}}
\DeclareTextCommand{\dh}{OT1}{{\wasyfamily\char107}}
-\DeclareTextCommand{\DH}{OT1}{\leavevmode{\rm\setbox0\hbox{D}%
+\DeclareTextCommand{\DH}{OT1}{\leavevmode{\setbox0\hbox{D}%
\hbox to\wd0{\kern 0.04em\char32\hss D}}}
\def\openo {{\wasyfamily\char108}}
\def\inve {{\wasyfamily\char85}}
@@ -256,6 +259,16 @@
\@ifpackageloaded{amsmath}{\wasy@amssetup}{\wasy@setup}
\fi
}
+\def \wasyparagraph {{\wasyfamily\char"4D}}
+\def \wasyeuro {{\wasyfamily\char"4E}}
+\def \wasycmd {{\wasyfamily\char"53}}
+\ifwasy@euro
+ \let \euro\wasyeuro
+\fi
+\let \Paragraph\wasyparagraph
+\let \applecmd\wasycmd
+\def \longs {{\wasyfamily\char"54}}
+\def \roundz {{\wasyfamily\char"4F}}
\endinput
%%
%% End of file `wasysym.sty'.