summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/halloweenmath/halloweenmath.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/halloweenmath/halloweenmath.dtx')
-rw-r--r--macros/latex/contrib/halloweenmath/halloweenmath.dtx35
1 files changed, 20 insertions, 15 deletions
diff --git a/macros/latex/contrib/halloweenmath/halloweenmath.dtx b/macros/latex/contrib/halloweenmath/halloweenmath.dtx
index 83e0f21fb0..44739dc2ee 100644
--- a/macros/latex/contrib/halloweenmath/halloweenmath.dtx
+++ b/macros/latex/contrib/halloweenmath/halloweenmath.dtx
@@ -5,7 +5,7 @@
%
% This file is part of a work named "halloweenmath package".
%
-% Copyright (C) 2017 by Gustavo MEZZETTI.
+% Copyright (C) 2019 by Gustavo MEZZETTI.
%
% This file may be distributed and/or modified under the conditions
% of the LaTeX Project Public License, either version 1.3 of this
@@ -32,12 +32,12 @@
% \fi
%
% \def\filename{halloweenmath.dtx}
-% \def\fileversion{0.10a}
-% \def\filedate{2017/04/25}
-% \def\docdate {2017/04/25}
-% \def\doclongdate{April~25, 2017}
+% \def\fileversion{0.11}
+% \def\filedate{2019/11/01}
+% \def\docdate {2019/11/01}
+% \def\doclongdate{November~1, 2019}
%
-% \CheckSum{2259}
+% \CheckSum{2262}
%
% \changes{0.01}{2017 Jan 06}{First writing of the code}
% \changes{0.10}{2017 Apr 16}{Changed the look of the broom in the extensible
@@ -197,7 +197,7 @@
% integration\thanks{This file has
% version~\fileversion, release date \filedate;
% last documentation update: \docdate.
-% Copyright \copyright~2017 by G.~Mezzetti
+% Copyright \copyright~2019 by G.~Mezzetti
% (see page~\pageref{S:Copy}).}
% }
% \author{G. Mezzetti}
@@ -210,8 +210,8 @@
% pdfauthor = {G. Mezzetti},
% pdfsubject = {Documentation of the halloweenmath package},
% pdfkeywords = {Halloween, math, scary mathematical symbols},
-% pdfcreationdate = {D:20170425120000},
-% pdfmoddate = {D:20170425120000},
+% pdfcreationdate = {D:20191101120000},
+% pdfmoddate = {D:20191101120000},
% bookmarksopen,
% bookmarksopenlevel = 1
% }
@@ -300,7 +300,7 @@
% \label{S:Copy}
% \vspace{-\parskip}
%
-% Copyright \copyright~2017 by Gustavo \textsc{Mezzetti}.
+% Copyright \copyright~2019 by Gustavo \textsc{Mezzetti}.
% All rights are reserved, except as noted below.
%
% This document has been produced by feeding to a \LaTeX\ typesetting engine
@@ -347,7 +347,7 @@
%
% \begin{list}{\setlength{\topsep}{0pt}}\item\relax
% Gustavo \textsc{Mezzetti}\\
-% L.~S.~U. ``A.~di Savoia Duca degli Abruzzi''\\
+% L.~S.~U. ``A.~di Savoia Duca d'Aosta''\\
% Via del Santo, 57\\
% I--35123\quad PADOVA\quad PD\\
% Italy
@@ -1219,7 +1219,7 @@
% The usual identification:
% \begin{macrocode}
\ProvidesPackage{halloweenmath}
- [2017/04/25 v0.10a (development)]
+ [2019/11/01 v0.11 (development)]
% \end{macrocode}
%
% \subsection{Initial code}
@@ -1338,11 +1338,16 @@
% \end{macro}
%
% \begin{macro}{\@HwM@right@or@left}
+% \changes{0.11}{2019 Nov 01}{Corrected bug: \cs{@HwM@right@or@left}
+% now defaults to \cs{@gobbletwo}}
% Used to pass information about the orientation of left\slash right
-% symmetric figures. Here we just check that the name can be used, at the
-% same time reserving it.
+% symmetric figures. More precisely, it is a switch that selects
+% between two branches according to the current orientation. Here we
+% set the global default (no current orientation defined) so that it
+% ignores \emph{both} branches, thus correcting a bug in versions
+% prior to 0.11.
% \begin{macrocode}
-\@ifdefinable\@HwM@right@or@left{}
+\@ifdefinable\@HwM@right@or@left{\let \@HwM@right@or@left=\@gobbletwo}
% \end{macrocode}
% \end{macro}
%