diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mandi/mandi.sty')
-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} |