summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/changes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-27 22:48:18 +0000
committerKarl Berry <karl@freefriends.org>2019-01-27 22:48:18 +0000
commitfdfffcf5369f8f6bef5a4c44a46fea5b348ee246 (patch)
tree39bdb02f10d82743619e74648ad8f7cc5c3d94ba /Master/texmf-dist/source/latex/changes
parent613cf530a8259bbf9d70db56711dfea9f0461496 (diff)
changes (27jan19)
git-svn-id: svn://tug.org/texlive/trunk@49837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/changes')
-rw-r--r--Master/texmf-dist/source/latex/changes/changes.drv4
-rw-r--r--Master/texmf-dist/source/latex/changes/changes.dtx34
-rw-r--r--Master/texmf-dist/source/latex/changes/changes.ins6
3 files changed, 23 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/latex/changes/changes.drv b/Master/texmf-dist/source/latex/changes/changes.drv
index 20540e41711..3e043757a86 100644
--- a/Master/texmf-dist/source/latex/changes/changes.drv
+++ b/Master/texmf-dist/source/latex/changes/changes.drv
@@ -260,11 +260,11 @@
% document title
\ifENGLISH
\title{The \chpackage{changes}-package}
- \subtitle{Manual change markup --- version 3.1.1}
+ \subtitle{Manual change markup --- version 3.1.2}
\fi
\ifGERMAN
\title{Das \chpackage{changes}-Paket}
- \subtitle{Manuelle Änderungsmarkierung -- Version 3.1.1}
+ \subtitle{Manuelle Änderungsmarkierung -- Version 3.1.2}
\fi
\author{Ekkart Kleinod}
diff --git a/Master/texmf-dist/source/latex/changes/changes.dtx b/Master/texmf-dist/source/latex/changes/changes.dtx
index 9c5682e8dbc..c5aab1a552c 100644
--- a/Master/texmf-dist/source/latex/changes/changes.dtx
+++ b/Master/texmf-dist/source/latex/changes/changes.dtx
@@ -1,8 +1,8 @@
-% \CheckSum{1497}
+% \CheckSum{1509}
%
% \iffalse meta-comment
%
-% Copyright (C) 2007-2018
+% Copyright (C) 2007-2019
% Ekkart Kleinod (ekleinod@edgesoft.de)
% --------------------------------------------------------------------------
%
@@ -57,6 +57,7 @@
% \changes{v3.0.0}{2018/11/04}{commands for commenting and highlighting text, rewriting a lot of code, remark is now comment}
% \changes{v3.1.0}{2018/12/17}{new script for markup removal, improved user manual}
% \changes{v3.1.1}{2018/12/18}{bugfix: uneven dot fills in summaries}
+% \changes{v3.1.2}{2019/01/26}{bugfix: problems with amsart class}
% \GetFileInfo{changes.dtx}
% \RecordChanges
%
@@ -97,8 +98,8 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{changes}
-[2018/12/18 v3.1.1 changes package]
-\typeout{*** changes package 2018/12/18 v3.1.1 ***}
+[2019/01/26 v3.1.2 changes package]
+\typeout{*** changes package 2019/01/26 v3.1.2 ***}
% \end{macrocode}
%
% Package \chpackage{xkeyval} provides options with key-value-pairs.
@@ -1498,6 +1499,8 @@
% \begin{macrocode}
\newcommand{\ChangesListline}[4]{%
\IfSubStr{\Changes@loc@show}{#1}{%
+ \@ifundefined{@dotsep}%
+ {\def\@dotsep{4.5}}{}%
\@dottedtocline{1}{0px}{2em}{#2: \truncate{\Changes@truncate@width}{#3}}{#4}%
}{}%
}
@@ -1668,18 +1671,17 @@
%
% Print heading.
% \begin{macrocode}
- \section*{%
- \ifIsEmpty{\Changes@loc@title}%
- {%
- \ifthenelse{\equal{\Changes@loc@style}{list}}%
- {\listofchangesname}{}%
- \ifthenelse{\equal{\Changes@loc@style}{summary}}%
- {\summaryofchangesname}{}%
- \ifthenelse{\equal{\Changes@loc@style}{compactsummary}}%
- {\compactsummaryofchangesname}{}%
- }%
- {\Changes@loc@title}%
- }%
+ \def\Changes@heading{\Changes@loc@title}
+ \ifIsEmpty{\Changes@loc@title}%
+ {%
+ \ifthenelse{\equal{\Changes@loc@style}{list}}%
+ {\def\Changes@heading{\listofchangesname}}{}%
+ \ifthenelse{\equal{\Changes@loc@style}{summary}}%
+ {\def\Changes@heading{\summaryofchangesname}}{}%
+ \ifthenelse{\equal{\Changes@loc@style}{compactsummary}}%
+ {\def\Changes@heading{\compactsummaryofchangesname}}{}%
+ }{}%
+ \section*{\Changes@heading}
% \end{macrocode}
%
% Print list.
diff --git a/Master/texmf-dist/source/latex/changes/changes.ins b/Master/texmf-dist/source/latex/changes/changes.ins
index c1ee9ab7a1e..46e98543449 100644
--- a/Master/texmf-dist/source/latex/changes/changes.ins
+++ b/Master/texmf-dist/source/latex/changes/changes.ins
@@ -1,6 +1,6 @@
%% This file creates the needed files from changes.dtx
%%
-\def\filedate{2018/12/18}
+\def\filedate{2019/01/26}
\def\batchfile{changes.ins}
\input docstrip
@@ -10,7 +10,7 @@
\preamble
changes.dtx
-Copyright 2007-2018 Ekkart Kleinod (ekleinod@edgesoft.de)
+Copyright 2007-2019 Ekkart Kleinod (ekleinod@edgesoft.de)
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
@@ -45,7 +45,7 @@ and the derived files
\endpreamble
\postamble
-Copyright 2007-2018 Ekkart Kleinod
+Copyright 2007-2019 Ekkart Kleinod
\endpostamble
\generate{