diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-01 22:04:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-01 22:04:36 +0000 |
commit | 1fb9705daf98649849d539998e507620ee668570 (patch) | |
tree | 89d0dfef02b2cf15e9243e8d9240a060cf004093 /Master/texmf-dist/tex | |
parent | 66ccb4e6d9726069a12743ef1a0fa735cdd22b26 (diff) |
mandi (1jul16)
git-svn-id: svn://tug.org/texlive/trunk@41598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mandi/mandi.sty | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/mandi/mandi.sty b/Master/texmf-dist/tex/latex/mandi/mandi.sty index d2e819cb89a..e0a8922ae84 100644 --- a/Master/texmf-dist/tex/latex/mandi/mandi.sty +++ b/Master/texmf-dist/tex/latex/mandi/mandi.sty @@ -28,7 +28,7 @@ %% vdemo.py. %% --------------------------------------------------------------------------- %% -\ProvidesPackage{mandi}[2016/06/29 2.6.0 Macros for physics and astronomy] +\ProvidesPackage{mandi}[2016/06/30 2.6.1 Macros for physics and astronomy] \NeedsTeXFormat{LaTeX2e}[1999/12/01] \RequirePackage{amsmath} @@ -120,7 +120,12 @@ \DeclareOption{approxconsts}{\setboolean{@optapproxconsts}{true}} \DeclareOption{useradians}{\setboolean{@optuseradians}{true}} \ProcessOptions\relax -\newcommand*{\mandiversion}{2.6.0 dated 2016/06/29} +\newcommand*{\mandiversion}{\ifmmode% + 2.6.1\mbox{ dated }2016/06/30% + \else% + 2.6.1 dated 2016/06/30% + \fi + }% \typeout{mandi: You're using mandi version \mandiversion.} \@ifpackageloaded{amssymb}{% \csundef{square} |