From 81cb7d5c9fbd21b5903d3f2879f30565e11d270a Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 2 Jan 2018 18:14:40 +0100 Subject: redefined \changes{} to have the minor versions sorted as they ought to see http://tex.stackexchange.com/a/74113/7712 --- arabluatex.dtx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arabluatex.dtx b/arabluatex.dtx index 17e6ed0..d7faeb9 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx @@ -245,6 +245,22 @@ % Grave accent \` Left brace \{ Vertical bar \| % Right brace \} Tilde \~} % +% \makeatletter +% \let\org@changes@\changes@ +% \def\my@changes v#1.#2.#3\@nil{% +% \org@changes@{v#1.\six@digits{#2}.#3=v#1.#2.#3}% +% }% +% \newcommand*{\six@digits}[1]{% +% \ifnum#1<100000 0\fi +% \ifnum#1<10000 0\fi +% \ifnum#1<1000 0\fi +% \ifnum#1<100 0\fi +% \two@digits{#1}% +% }% +% \renewcommand*{\changes@}[1]{% +% \my@changes#1.\@nil +% }% +% \makeatother % % \changes{v1.0}{2016/03/29}{Initial release} % \changes{v1.0.1}{2016/03/31}{Minor update of the documentation} -- cgit v1.2.3