diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-03 21:05:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-03 21:05:00 +0000 |
commit | 162c6e2602906a46b5d90453491f4f180d40484b (patch) | |
tree | 4301ccabe0aa3e72398f3812c923d0ec364507c0 /Master/texmf-dist/tex/latex | |
parent | 41d8700b393c87883f61fae16964d65e434782ca (diff) |
adfsymbols (3oct19)
git-svn-id: svn://tug.org/texlive/trunk@52264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/adfsymbols/adfarrows.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/adfsymbols/adfbullets.sty | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/adfsymbols/adfarrows.sty b/Master/texmf-dist/tex/latex/adfsymbols/adfarrows.sty index d0bba80f1ac..02da945ba67 100644 --- a/Master/texmf-dist/tex/latex/adfsymbols/adfarrows.sty +++ b/Master/texmf-dist/tex/latex/adfsymbols/adfarrows.sty @@ -1,4 +1,4 @@ -%% Copyright 2010 Clea F. Rees +%% Copyright 2019 Clea F. Rees % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -14,9 +14,9 @@ % % This work consists of all files listed in manifest.txt. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{adfarrows}[2010/08/03 v1.0 adfarrows CFR] +\ProvidesPackage{adfarrows}[2019/09/24 v1.2 adfarrows CFR] \RequirePackage{pifont,fp} -\Pifont{ArrowsADF} +{\Pifont{ArrowsADF}} \def\adfarrows@ot{opentail}% \def\adfarrows@p{plain}% diff --git a/Master/texmf-dist/tex/latex/adfsymbols/adfbullets.sty b/Master/texmf-dist/tex/latex/adfsymbols/adfbullets.sty index b352aba6082..8d82e545502 100644 --- a/Master/texmf-dist/tex/latex/adfsymbols/adfbullets.sty +++ b/Master/texmf-dist/tex/latex/adfsymbols/adfbullets.sty @@ -1,4 +1,4 @@ -%% Copyright 2010 Clea F. Rees +%% Copyright 2019 Clea F. Rees % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -14,9 +14,9 @@ % % This work consists of all files listed in manifest.txt. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{adfbullets}[2010/07/25 v1.0 adfbullets CFR] +\ProvidesPackage{adfbullets}[2019/09/24 v1.2 adfbullets CFR] \RequirePackage{pifont} -\Pifont{BulletsADF} +{\Pifont{BulletsADF}} \newcommand*{\adfbullet}[1]{% \Pisymbol{BulletsADF}{#1}} |