summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-30 21:10:20 +0000
committerKarl Berry <karl@freefriends.org>2018-05-30 21:10:20 +0000
commitf4d25121a65f4c3980be0ee4e808a9e1021bda17 (patch)
tree216c4eabd5eb4609202294ab8fd880080c57bb84
parentef06a0913904a71ac792038ba317c87faac4e1a4 (diff)
carlisle (30may18)
git-svn-id: svn://tug.org/texlive/trunk@47876 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/carlisle/README.txt (renamed from Master/texmf-dist/doc/latex/carlisle/README)81
-rw-r--r--Master/texmf-dist/doc/latex/carlisle/ltx1.tex2
-rw-r--r--Master/texmf-dist/doc/latex/carlisle/ltxtable.pdfbin26323 -> 70947 bytes
-rw-r--r--Master/texmf-dist/tex/latex/carlisle/ltxtable.sty2
-rw-r--r--Master/texmf-dist/tex/latex/carlisle/remreset.sty18
5 files changed, 60 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/carlisle/README b/Master/texmf-dist/doc/latex/carlisle/README.txt
index 01b5856d878..7f4822ffb04 100644
--- a/Master/texmf-dist/doc/latex/carlisle/README
+++ b/Master/texmf-dist/doc/latex/carlisle/README.txt
@@ -11,23 +11,12 @@ each other except by the fact that they have the same author.
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or (at your option) any later version.
-David Carlisle david "at" dcarlisle "dot" demon "dot" co "dot" uk
+David Carlisle https://github.com/davidcarlisle/dpctex
-I shall add new files here from time to time, currently the directory
-contains the following.
+2018-04-01
-nopageno.sty
- This file has now moved: see macros/latex/contrib/nopageno
-
-blkarray.sty
- This file has now moved: see macros/latex/contrib/blkarray
-ltxtable.tex
- This generates and documents the package ltxtable.sty. A merger of
- longtable and tabularx packages from the Standard LaTeX tools
- collection. This produces multipage tables in which the column
- widths are automatically calculated to achieve a specified total
- table width.
+Currently the directory contains the following.
mylatex.ltx
This file provides a method of making a special format tailored to
@@ -35,9 +24,10 @@ mylatex.ltx
material pre-loaded. This can save quite a lot of time on some
systems. See the comments in the file.
-typehtml.dtx
-typehtml.ins
- These files have moved: see macros/latex/contrib/typehtml
+dotlessj.sty
+ If you are using a font set without a dotless j (\j and \jmath) then
+ this package will fake one. It requires the LaTeX color package.
+ It does not require any explicit PostScript support.
plain.sty
Typeset plain TeX markup in LaTeX documents.
@@ -45,21 +35,20 @@ plain.sty
including commands such as \over which might have been disabled by
other LaTeX packages such as amsmath.
-comma.sty
- These files have moved: see macros/latex/contrib/comma
-
-colortbl.dtx
-colortbl.ins
- These files have moved: see macros/latex/contrib/colortbl
+scalefnt.sty
+ \scalefont{2} selects the current font in twice the current size.
+ \scalefont{.75} reduces the current font size by three quarters.
-dotlessj.sty
- If you are using a font set without a dotless j (\j and \jmath) then
- this package will fake one. It requires the LaTeX color package.
- It does not require any explicit PostScript support.
+slashed.sty
+ Commands for the `Feynman slashed character' notation.
-textcase.dtx
-textcase.ins
- These files have moved: see macros/latex/contrib/textcase
+ltxtable.tex
+ltxtable.pdf
+ This generates and documents the package ltxtable.sty. A merger of
+ longtable and tabularx packages from the Standard LaTeX tools
+ collection. This produces multipage tables in which the column
+ widths are automatically calculated to achieve a specified total
+ table width.
remreset.sty
\@removefromreset: a companion to the standard \@addtoreset command
@@ -68,18 +57,38 @@ remreset.sty
\@removefromreset{footnote}{chapter}
so that footnotes are no longer reset every chapter (the book class
default).
+ This file is obsolete with LaTeX releases from 2018 onwards as the
+ command is defined in the format.
-scalefnt.sty
- \scalefont{2} selects the current font in twice the current size.
- \scalefont{.75} reduces the current font size by three quarters.
+
+Packages that were formally in this collection.
+
+
+nopageno.sty
+ This file has now moved: see macros/latex/contrib/nopageno
+
+blkarray.sty
+ This file has now moved: see macros/latex/contrib/blkarray
+
+typehtml.dtx
+typehtml.ins
+ These files have moved: see macros/latex/contrib/typehtml
+
+comma.sty
+ These files have moved: see macros/latex/contrib/comma
+
+colortbl.dtx
+colortbl.ins
+ These files have moved: see macros/latex/contrib/colortbl
+
+textcase.dtx
+textcase.ins
+ These files have moved: see macros/latex/contrib/textcase
fix2col.dtx
fix2col.ins
These files have moved: see macros/latex/contrib/fix2col
-slashed.sty
- Commands for the `Feynman slashed character' notation.
-
pspicture.ins
pspicture.dtx
These files have now moved: see macros/latex/contrib/pspicture
diff --git a/Master/texmf-dist/doc/latex/carlisle/ltx1.tex b/Master/texmf-dist/doc/latex/carlisle/ltx1.tex
index 06434e0c510..e80b3765373 100644
--- a/Master/texmf-dist/doc/latex/carlisle/ltx1.tex
+++ b/Master/texmf-dist/doc/latex/carlisle/ltx1.tex
@@ -1,6 +1,6 @@
%% LaTeX2e file `ltx1.tex'
%% generated by the `filecontents' environment
-%% from source `ltxtable' on 2010/05/14.
+%% from source `ltxtable' on 2018/05/30.
%%
\begin{longtable}{|cXX|}
the & head& line\endhead
diff --git a/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf b/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf
index dfe6e8e1291..70d868afbb7 100644
--- a/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf
+++ b/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty b/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty
index cd89e0c426b..5eb6a35cb80 100644
--- a/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty
+++ b/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty
@@ -1,6 +1,6 @@
%% LaTeX2e file `ltxtable.sty'
%% generated by the `filecontents' environment
-%% from source `ltxtable' on 2010/05/14.
+%% from source `ltxtable' on 2018/05/30.
%%
%
%% ltxtable package (C) 1995 David Carlisle
diff --git a/Master/texmf-dist/tex/latex/carlisle/remreset.sty b/Master/texmf-dist/tex/latex/carlisle/remreset.sty
index b53de583573..0d987ec1850 100644
--- a/Master/texmf-dist/tex/latex/carlisle/remreset.sty
+++ b/Master/texmf-dist/tex/latex/carlisle/remreset.sty
@@ -2,10 +2,11 @@
% remreset package
%%%%%%%%%%%%%%%%%%
-% Copyright 1997 David carlisle
+% Copyright 1997, 2018 David carlisle
% This file may be distributed under the terms of the LPPL.
-% See 00readme.txt for details.
+% See README.txt for details.
+% 2018/04/01 David Carlisle
% 1997/09/28 David Carlisle
% LaTeX includes a command \@addtoreset that is used to declare that
@@ -15,17 +16,19 @@
% \@addtoreset{footnote}{chapter}
% So that the footnote counter is reset each chapter.
-% If you wish to bas a new class on book, but without this counter
+% If you wish to base a new class on book, but without this counter
% being reset, then standard LaTeX gives no simple mechanism to do
% this.
% This package defines |\@removefromreset| which just undoes the effect
-% of \@addtorest. So for example a class file may be defined by
+% of \@addtoreset. So for example a class file may be defined by
% \LoadClass{book}
% \@removefromreset{footnote}{chapter}
+% 2018: package obsoleted as the command is defined in the LaTeX format.
+\@ifundefined{@removefromreset}{%
\def\@removefromreset#1#2{{%
\expandafter\let\csname c@#1\endcsname\@removefromreset
\def\@elt##1{%
@@ -34,6 +37,11 @@
\noexpand\@elt{##1}%
\fi}%
\expandafter\xdef\csname cl@#2\endcsname{%
- \csname cl@#2\endcsname}}}
+ \csname cl@#2\endcsname}}}%
+}{%
+\PackageWarningNoLine{remreset}
+ {The remreset package is obsolete:\MessageBreak
+ \noexpand\@removefomresset is defined}%
+}