diff options
-rw-r--r-- | Master/texmf-dist/doc/generic/fenixpar/README | 44 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/fenixpar/fenixtok.sty | 6 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 |
3 files changed, 6 insertions, 46 deletions
diff --git a/Master/texmf-dist/doc/generic/fenixpar/README b/Master/texmf-dist/doc/generic/fenixpar/README index 373240b7c47..0df04646ce7 100644 --- a/Master/texmf-dist/doc/generic/fenixpar/README +++ b/Master/texmf-dist/doc/generic/fenixpar/README @@ -1,49 +1,9 @@ There are two files in this directory, appart from this README: -fenixtok.sty: LPPL 1.3, v. 0.9 +fenixtok.sty: LPPL 1.3, v. 0.91 fenixpar.sty: Public domain The packages work with both LaTeX and e-plain. fenixpar is just an interface applied to \everypar of the general package fenixtok. More information is provided in the -files themselves. - - -About the package: ------------------ ->From fenixtok.sty: - -% This file provides a few user macros to add material to a token register (typically \everypar) -% to be automatically removed when the token list is executed or later on request, -% without interfering with existing material in that register. - -Material can be added either to the left or to the right, but care is -taken not to override any redefinition that may be included in -the token register itself. The program also takes some precautions -is case the register is redefined elsewhere destroying the existing material. - -The package works with latex as well as e-plain (not plain, I use \ifcsname at one point). - -The package fenixpar simply gives new names to some macros and automatically -provides the argument {everypar} to the fenixtok macros when necesary. - ->From fenixpar.sty: -% Next is an example: -% \NewParType{asterisk}{\hbox to0pt{\hss$\ast$\kern6pt}} -% -% \NextPar{asterisk} This par will get an asterisk.\par -% But this will not. -% -% \AllPars{asterisk} This par will get an asterisk.\par -% And this one.\par -% And all these.\par -% ... -% \EndPars{asterisk} -% -% To directly add code to the next par, -% \nextpar{\hbox to0pt{\kern-2em \romannumeral\mycounter.\hss}} - ->From fenixtok.sty again: - -% The commands \All... and \End... can be mixed in any order; in particular, they don't need -% to be nested. They may also be mixed in any way with respect to \Next.. or \fornext.. +files themselves.
\ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/fenixpar/fenixtok.sty b/Master/texmf-dist/tex/generic/fenixpar/fenixtok.sty index 7d94026b532..6256addc84f 100644 --- a/Master/texmf-dist/tex/generic/fenixpar/fenixtok.sty +++ b/Master/texmf-dist/tex/generic/fenixpar/fenixtok.sty @@ -1,6 +1,6 @@ -% fenixtok.sty Version 0.9, April 2007 +% fenixtok.sty Version 0.91, April 25, 2010 % -% (c) Javier A. M\'ugica, 2007 +% (c) Javier A. M\'ugica, 2007 2010 % License: LPPL version 1.3 % % LPPL maintenance status: maintained @@ -51,7 +51,7 @@ \@namedef{next@#1/#2}{% \edef\tok@type{\csname #1\endcsname}% We need it very often \edef\if@nextrequired{\noexp@name{if@next#1@required}}%Idem - \def\make@ifnextrequired@false{\let\exp@noex\if@nextrequired\noexpand\iffalse} + \def\make@ifnextrequired@false{\let\exp@noex\if@nextrequired\noexpand\iffalse}% \edef\tempa{\csname previous@#1@\endcsname\tok@type}\tempa \if@nextrequired\else \edef\tempa{\csname former@#1@\endcsname\tok@type}\tempa diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 5f0cf296052..8e850c0c6dd 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -119,7 +119,7 @@ my @TLP_working = qw( expdlist expl3 export expressg extarrows exteps extpfeil extract extsizes faktor fancybox fancyhdr fancynum fancypar fancyref fancytooltips fancyvrb - FAQ-en fbs fc_arith featpost + FAQ-en fbs fc_arith featpost fenixpar feyn feynmf fge fig4latex figbas figflow filecontents filehook findhyph fink first-latex-doc fix2col fixfoot fixme fixpdfmag |