summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-08 22:31:28 +0000
committerKarl Berry <karl@freefriends.org>2015-07-08 22:31:28 +0000
commit6665d8d4c753013f8b22154c29edc0b6455982ae (patch)
tree799a415e828d105293bc63f31676d8986eebd065 /Master/texmf-dist
parent9dfd1d4bde92e5e4a146159c8342a4fffd97c9c7 (diff)
addlines (8jul15)
git-svn-id: svn://tug.org/texlive/trunk@37805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/addlines/addlines.pdfbin100581 -> 137876 bytes
-rw-r--r--Master/texmf-dist/source/latex/addlines/addlines.dtx5
-rw-r--r--Master/texmf-dist/tex/latex/addlines/addlines.sty4
3 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/addlines/addlines.pdf b/Master/texmf-dist/doc/latex/addlines/addlines.pdf
index 74c8c8a287a..5750611c75d 100644
--- a/Master/texmf-dist/doc/latex/addlines/addlines.pdf
+++ b/Master/texmf-dist/doc/latex/addlines/addlines.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/addlines/addlines.dtx b/Master/texmf-dist/source/latex/addlines/addlines.dtx
index 97fbd69d528..cadadd3d2f6 100644
--- a/Master/texmf-dist/source/latex/addlines/addlines.dtx
+++ b/Master/texmf-dist/source/latex/addlines/addlines.dtx
@@ -185,6 +185,7 @@ This work consists of the files addlines.dtx and
% \begin{description}
% \item[0.1] Initial version implementing the basic commands.
% \item[0.2] Switched from \pkg{chngpage} to \pkg{changepage} and added package options |[draft]| and |[final]|.
+% \item[0.2a] Remove \verb|\usepackage{etex}| for better compatibility with \LaTeX\ 2015.
% \end{description}
%
%
@@ -200,12 +201,12 @@ This work consists of the files addlines.dtx and
%
% \begin{macrocode}
\ProvidesPackage{addlines}
- [2008/08/16 v0.2 Add/remove lines from a page]
+ [2015/07/08 v0.2a Add/remove lines from a page]
% \end{macrocode}
%
% Packages:
% \begin{macrocode}
-\RequirePackage{etex,afterpage,changepage}
+\RequirePackage{afterpage,changepage}
% \end{macrocode}
%
% Option:
diff --git a/Master/texmf-dist/tex/latex/addlines/addlines.sty b/Master/texmf-dist/tex/latex/addlines/addlines.sty
index 96d49f226f5..d70134a001d 100644
--- a/Master/texmf-dist/tex/latex/addlines/addlines.sty
+++ b/Master/texmf-dist/tex/latex/addlines/addlines.sty
@@ -12,8 +12,8 @@
%% License information appended.
%%
\ProvidesPackage{addlines}
- [2008/08/16 v0.2 Add/remove lines from a page]
-\RequirePackage{etex,afterpage,changepage}
+ [2015/07/08 v0.2a Add/remove lines from a page]
+\RequirePackage{afterpage,changepage}
\newif\if@addlines@checkpage@
\DeclareOption{final}{\@addlines@checkpage@true}
\DeclareOption{draft}{\@addlines@checkpage@false}