From 3b4ce056b94b5528be8aedfec3252169864750a5 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Sun, 3 Apr 2011 21:29:44 +0000 Subject: localloc update (new PDF on CTAN & added to tlpkg-ctan-check) git-svn-id: svn://tug.org/texlive/trunk@21934 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/localloc/localloc.README | 43 +++++++++++++++++++++ Master/texmf-dist/doc/latex/localloc/localloc.dvi | Bin 37408 -> 0 bytes Master/texmf-dist/doc/latex/localloc/localloc.pdf | Bin 0 -> 259706 bytes Master/texmf-dist/doc/latex/localloc/localtst.tex | 34 ++++++++-------- .../source/latex/localloc/localloc.README | 43 --------------------- .../texmf-dist/source/latex/localloc/localloc.drv | 34 ++++++++-------- Master/texmf-dist/tex/latex/localloc/localloc.sty | 34 ++++++++-------- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- 8 files changed, 95 insertions(+), 95 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/localloc/localloc.README delete mode 100644 Master/texmf-dist/doc/latex/localloc/localloc.dvi create mode 100644 Master/texmf-dist/doc/latex/localloc/localloc.pdf delete mode 100644 Master/texmf-dist/source/latex/localloc/localloc.README (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/localloc/localloc.README b/Master/texmf-dist/doc/latex/localloc/localloc.README new file mode 100644 index 00000000000..395102aeaee --- /dev/null +++ b/Master/texmf-dist/doc/latex/localloc/localloc.README @@ -0,0 +1,43 @@ +Readme File for the package `localloc' by Bernd Raichle +Copyright (C) 1991,1994,1995 Bernd Raichle. All rights reserved. + + The `localloc' package reimplements plain-TeX's basic allocation +macros to allow local allocation of registers. It can be used with + * plain-TeX, + * LaTeX2e, + * LaTeX 2.09, +and all other formats which are based on plain-TeX. + In the past people complained about the restriction of 256 +registers imposed by TeX and want either more registers or a more +clever way to maintain this limited resource. This package shows +and implements a mechanism which doesn't remove this restrictions +but allows local allocation of registers. Using this mechanism +you can often replace global register allocations by ones local +to a group allowing the register to be used for other purposes +after the group is left. + + +Installation: +------------- + +This package contains 2 files, namely + * localloc.README This README file + * localloc.dtx The docstrip archive file containing the + source for the macro file `localloc.sty' + and the documentation. + +To unpack the archive file you need `docstrip.tex' version 2.x or +newer. You can find this file in the LaTeX2e release; it can be +used with plain-TeX _and_ LaTeX. Run `localloc.dtx' through +plainTeX or LaTeX to unpack the archive file: + tex localloc.dtx +or + latex localloc.dtx + + +This package is supported by + +Bernd Raichle +Stettener Str. 73 +D-73732 Esslingen, FRG +Email: raichle@Informatik.Uni-Stuttgart.DE diff --git a/Master/texmf-dist/doc/latex/localloc/localloc.dvi b/Master/texmf-dist/doc/latex/localloc/localloc.dvi deleted file mode 100644 index 1ecfb364f4e..00000000000 Binary files a/Master/texmf-dist/doc/latex/localloc/localloc.dvi and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/localloc/localloc.pdf b/Master/texmf-dist/doc/latex/localloc/localloc.pdf new file mode 100644 index 00000000000..3a25e8fd45f Binary files /dev/null and b/Master/texmf-dist/doc/latex/localloc/localloc.pdf differ diff --git a/Master/texmf-dist/doc/latex/localloc/localtst.tex b/Master/texmf-dist/doc/latex/localloc/localtst.tex index 5d720303c70..6e39e98dcb1 100644 --- a/Master/texmf-dist/doc/latex/localloc/localtst.tex +++ b/Master/texmf-dist/doc/latex/localloc/localtst.tex @@ -1,30 +1,30 @@ -%% +%% %% This is file `localtst.tex', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% localloc.dtx (with options: `test') %% -%% This is a file of the `localloc' package reimplementing -%% plain-TeX's and LaTeX's basic allocation macros to allow -%% local allocation of registers. +%% This is a file of the `localloc' package reimplementing +%% plain-TeX's and LaTeX's basic allocation macros to allow +%% local allocation of registers. %% -%% -- Copyright (C) 1991-1995 Bernd Raichle. All rights reserved -- +%% -- Copyright (C) 1991-1995 Bernd Raichle. All rights reserved -- %% -%% This package is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% This package is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. %% %% -%% IMPORTANT NOTICE: +%% IMPORTANT NOTICE: %% -%% Copying of this file is authorized only if either -%% (1) you make absolutely no changes to your copy, including name, or -%% (2) if you do make changes, you name it something other than -%% localloc.dtx, localloc.doc, localloc.tex, or localloc.sty. +%% Copying of this file is authorized only if either +%% (1) you make absolutely no changes to your copy, including name, or +%% (2) if you do make changes, you name it something other than +%% localloc.dtx, localloc.doc, localloc.tex, or localloc.sty. %% -%% For error reports see original source file `localloc.dtx'. +%% For error reports see original source file `localloc.dtx'. %% \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname ProvidesPackage\endcsname\relax @@ -113,5 +113,5 @@ %% Right brace \} Tilde \~} %% \endinput -%% +%% %% End of file `localtst.tex'. diff --git a/Master/texmf-dist/source/latex/localloc/localloc.README b/Master/texmf-dist/source/latex/localloc/localloc.README deleted file mode 100644 index 395102aeaee..00000000000 --- a/Master/texmf-dist/source/latex/localloc/localloc.README +++ /dev/null @@ -1,43 +0,0 @@ -Readme File for the package `localloc' by Bernd Raichle -Copyright (C) 1991,1994,1995 Bernd Raichle. All rights reserved. - - The `localloc' package reimplements plain-TeX's basic allocation -macros to allow local allocation of registers. It can be used with - * plain-TeX, - * LaTeX2e, - * LaTeX 2.09, -and all other formats which are based on plain-TeX. - In the past people complained about the restriction of 256 -registers imposed by TeX and want either more registers or a more -clever way to maintain this limited resource. This package shows -and implements a mechanism which doesn't remove this restrictions -but allows local allocation of registers. Using this mechanism -you can often replace global register allocations by ones local -to a group allowing the register to be used for other purposes -after the group is left. - - -Installation: -------------- - -This package contains 2 files, namely - * localloc.README This README file - * localloc.dtx The docstrip archive file containing the - source for the macro file `localloc.sty' - and the documentation. - -To unpack the archive file you need `docstrip.tex' version 2.x or -newer. You can find this file in the LaTeX2e release; it can be -used with plain-TeX _and_ LaTeX. Run `localloc.dtx' through -plainTeX or LaTeX to unpack the archive file: - tex localloc.dtx -or - latex localloc.dtx - - -This package is supported by - -Bernd Raichle -Stettener Str. 73 -D-73732 Esslingen, FRG -Email: raichle@Informatik.Uni-Stuttgart.DE diff --git a/Master/texmf-dist/source/latex/localloc/localloc.drv b/Master/texmf-dist/source/latex/localloc/localloc.drv index c3023e07622..666c1f88d3a 100644 --- a/Master/texmf-dist/source/latex/localloc/localloc.drv +++ b/Master/texmf-dist/source/latex/localloc/localloc.drv @@ -1,30 +1,30 @@ -%% +%% %% This is file `localloc.drv', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% localloc.dtx (with options: `driver') %% -%% This is a file of the `localloc' package reimplementing -%% plain-TeX's and LaTeX's basic allocation macros to allow -%% local allocation of registers. +%% This is a file of the `localloc' package reimplementing +%% plain-TeX's and LaTeX's basic allocation macros to allow +%% local allocation of registers. %% -%% -- Copyright (C) 1991-1995 Bernd Raichle. All rights reserved -- +%% -- Copyright (C) 1991-1995 Bernd Raichle. All rights reserved -- %% -%% This package is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% This package is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. %% %% -%% IMPORTANT NOTICE: +%% IMPORTANT NOTICE: %% -%% Copying of this file is authorized only if either -%% (1) you make absolutely no changes to your copy, including name, or -%% (2) if you do make changes, you name it something other than -%% localloc.dtx, localloc.doc, localloc.tex, or localloc.sty. +%% Copying of this file is authorized only if either +%% (1) you make absolutely no changes to your copy, including name, or +%% (2) if you do make changes, you name it something other than +%% localloc.dtx, localloc.doc, localloc.tex, or localloc.sty. %% -%% For error reports see original source file `localloc.dtx'. +%% For error reports see original source file `localloc.dtx'. %% \NeedsTeXFormat{LaTeX2e} \ProvidesFile{localloc.dtx}% @@ -53,5 +53,5 @@ %% Right brace \} Tilde \~} %% \endinput -%% +%% %% End of file `localloc.drv'. diff --git a/Master/texmf-dist/tex/latex/localloc/localloc.sty b/Master/texmf-dist/tex/latex/localloc/localloc.sty index dddebed491a..bc3843400e7 100644 --- a/Master/texmf-dist/tex/latex/localloc/localloc.sty +++ b/Master/texmf-dist/tex/latex/localloc/localloc.sty @@ -1,30 +1,30 @@ -%% +%% %% This is file `localloc.sty', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% localloc.dtx (with options: `package') %% -%% This is a file of the `localloc' package reimplementing -%% plain-TeX's and LaTeX's basic allocation macros to allow -%% local allocation of registers. +%% This is a file of the `localloc' package reimplementing +%% plain-TeX's and LaTeX's basic allocation macros to allow +%% local allocation of registers. %% -%% -- Copyright (C) 1991-1995 Bernd Raichle. All rights reserved -- +%% -- Copyright (C) 1991-1995 Bernd Raichle. All rights reserved -- %% -%% This package is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% This package is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. %% %% -%% IMPORTANT NOTICE: +%% IMPORTANT NOTICE: %% -%% Copying of this file is authorized only if either -%% (1) you make absolutely no changes to your copy, including name, or -%% (2) if you do make changes, you name it something other than -%% localloc.dtx, localloc.doc, localloc.tex, or localloc.sty. +%% Copying of this file is authorized only if either +%% (1) you make absolutely no changes to your copy, including name, or +%% (2) if you do make changes, you name it something other than +%% localloc.dtx, localloc.doc, localloc.tex, or localloc.sty. %% -%% For error reports see original source file `localloc.dtx'. +%% For error reports see original source file `localloc.dtx'. %% \expandafter\ifx\csname lnewcount\endcsname\relax \else \expandafter\endinput \fi @@ -149,5 +149,5 @@ %% Right brace \} Tilde \~} %% \endinput -%% +%% %% End of file `localloc.sty'. diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 16dce0df9a5..e91e080bafc 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -214,7 +214,7 @@ my @TLP_working = qw( libertine libgreek librarian libris limap linearA linegoal lineno linguex lipsum listbib listing listings listings-ext listliketab listofsymbols lithuanian liturg lkproof lm - locality logical-markup-utils logpap logreq lpic lps lsc + locality localloc logical-markup-utils logpap logreq lpic lps lsc lshort-bulgarian lshort-chinese lshort-dutch lshort-english lshort-finnish lshort-french lshort-german lshort-italian lshort-japanese lshort-korean lshort-mongol lshort-persian -- cgit v1.2.3