texlive[47876] Master/texmf-dist: carlisle (30may18)
commits+karl at tug.org
commits+karl at tug.org
Wed May 30 23:10:20 CEST 2018
Revision: 47876
http://tug.org/svn/texlive?view=revision&revision=47876
Author: karl
Date: 2018-05-30 23:10:20 +0200 (Wed, 30 May 2018)
Log Message:
-----------
carlisle (30may18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/carlisle/ltx1.tex
trunk/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf
trunk/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty
trunk/Master/texmf-dist/tex/latex/carlisle/remreset.sty
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/carlisle/README.txt
Removed Paths:
-------------
trunk/Master/texmf-dist/doc/latex/carlisle/README
Deleted: trunk/Master/texmf-dist/doc/latex/carlisle/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/carlisle/README 2018-05-30 04:13:25 UTC (rev 47875)
+++ trunk/Master/texmf-dist/doc/latex/carlisle/README 2018-05-30 21:10:20 UTC (rev 47876)
@@ -1,89 +0,0 @@
-
-CTAN:macros/latex/contrib/supported/carlisle
-
-This directory contains various packages that are not related to
-each other except by the fact that they have the same author.
-
- All the files in this directory, and the LaTeX packages
- that can be extracted from the source files in ths directory
- may be redistributed and/or modified under the terms
- of the LaTeX Project Public License Distributed from CTAN
- 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
-
-I shall add new files here from time to time, currently the directory
-contains the following.
-
-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.
-
-mylatex.ltx
- This file provides a method of making a special format tailored to
- one document, with all the class and packages, and other preamble
- 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
-
-plain.sty
- Typeset plain TeX markup in LaTeX documents.
- Within \begin{plain} ... \end{plain} most plain TeX constructs work
- 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
-
-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.
-
-textcase.dtx
-textcase.ins
- These files have moved: see macros/latex/contrib/textcase
-
-remreset.sty
- \@removefromreset: a companion to the standard \@addtoreset command
- allows counters to be removed from the reset list of a controlling
- counter. For example, a class file based on book class may say
- \@removefromreset{footnote}{chapter}
- so that footnotes are no longer reset every chapter (the book class
- default).
-
-scalefnt.sty
- \scalefont{2} selects the current font in twice the current size.
- \scalefont{.75} reduces the current font size by three quarters.
-
-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
-
-tabulary.dtx
-tabulary.ins
- These files have now moved: see macros/latex/contrib/tabulary
Added: trunk/Master/texmf-dist/doc/latex/carlisle/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/carlisle/README.txt (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/carlisle/README.txt 2018-05-30 21:10:20 UTC (rev 47876)
@@ -0,0 +1,98 @@
+
+CTAN:macros/latex/contrib/supported/carlisle
+
+This directory contains various packages that are not related to
+each other except by the fact that they have the same author.
+
+ All the files in this directory, and the LaTeX packages
+ that can be extracted from the source files in ths directory
+ may be redistributed and/or modified under the terms
+ of the LaTeX Project Public License Distributed from CTAN
+ archives in directory macros/latex/base/lppl.txt; either
+ version 1 of the License, or (at your option) any later version.
+
+David Carlisle https://github.com/davidcarlisle/dpctex
+
+2018-04-01
+
+
+Currently the directory contains the following.
+
+mylatex.ltx
+ This file provides a method of making a special format tailored to
+ one document, with all the class and packages, and other preamble
+ material pre-loaded. This can save quite a lot of time on some
+ systems. See the comments in the file.
+
+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.
+ Within \begin{plain} ... \end{plain} most plain TeX constructs work
+ including commands such as \over which might have been disabled by
+ other LaTeX packages such as amsmath.
+
+scalefnt.sty
+ \scalefont{2} selects the current font in twice the current size.
+ \scalefont{.75} reduces the current font size by three quarters.
+
+slashed.sty
+ Commands for the `Feynman slashed character' notation.
+
+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
+ allows counters to be removed from the reset list of a controlling
+ counter. For example, a class file based on book class may say
+ \@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.
+
+
+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
+
+pspicture.ins
+pspicture.dtx
+ These files have now moved: see macros/latex/contrib/pspicture
+
+tabulary.dtx
+tabulary.ins
+ These files have now moved: see macros/latex/contrib/tabulary
Property changes on: trunk/Master/texmf-dist/doc/latex/carlisle/README.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/carlisle/ltx1.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/carlisle/ltx1.tex 2018-05-30 04:13:25 UTC (rev 47875)
+++ trunk/Master/texmf-dist/doc/latex/carlisle/ltx1.tex 2018-05-30 21:10:20 UTC (rev 47876)
@@ -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
Modified: trunk/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty 2018-05-30 04:13:25 UTC (rev 47875)
+++ trunk/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty 2018-05-30 21:10:20 UTC (rev 47876)
@@ -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
Modified: trunk/Master/texmf-dist/tex/latex/carlisle/remreset.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/carlisle/remreset.sty 2018-05-30 04:13:25 UTC (rev 47875)
+++ trunk/Master/texmf-dist/tex/latex/carlisle/remreset.sty 2018-05-30 21:10:20 UTC (rev 47876)
@@ -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}%
+}
More information about the tex-live-commits
mailing list