diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-24 22:56:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-24 22:56:48 +0000 |
commit | 26c99f76dcd0f666d1136bb307f7d266b182708c (patch) | |
tree | 23a4f1320a9c049338b8ea1453ef5f6930177d92 /Master/texmf-dist | |
parent | 31fb4368eaef951f63e88d946055bad4aed58051 (diff) |
fancylabel (24feb18)
git-svn-id: svn://tug.org/texlive/trunk@46736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancylabel/README | 38 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fancylabel/fancylabel.pdf | bin | 228751 -> 230161 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/fancylabel/fancylabel.dtx | 17 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/fancylabel/fancylabel.ins | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/fancylabel/fancylabel.sty | 6 |
5 files changed, 54 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/fancylabel/README b/Master/texmf-dist/doc/latex/fancylabel/README new file mode 100644 index 00000000000..daa109c13d0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fancylabel/README @@ -0,0 +1,38 @@ +--------------------------------------------------------- +fancylabel v1.1 2017/12/30 + +The package provides a complex labelling scheme. It is designed to support the needs of the author’s chemschemex package + +--------------------------------------------------------- + + Dominik Siegel + E-Mail: dominik.siegel@yahoo.de + +--------------------------------------------------------- + +Copyright (C) 2014-2018 by Dominik Siegel + +This file may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.2 of this license or (at your option) any later +version. The latest version of this license is in: + +http://www.latex-project.org/lppl.txt + +and version 1.2 or later is part of all distributions of +LaTeX version 1999/12/01 or later. + +--------------------------------------------------------- + +If you have any ideas, questions, suggestions or bugs to report, +please feel free to contact me. + +-------------------------------------------------------------------------- + +This work consists of the files +- fancylabel.ins +- fancylabel.dtx +- fancylabel.pdf +- README + +-------------------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/fancylabel/fancylabel.pdf b/Master/texmf-dist/doc/latex/fancylabel/fancylabel.pdf Binary files differindex 08adba7a84d..9b2ac6490f0 100644 --- a/Master/texmf-dist/doc/latex/fancylabel/fancylabel.pdf +++ b/Master/texmf-dist/doc/latex/fancylabel/fancylabel.pdf diff --git a/Master/texmf-dist/source/latex/fancylabel/fancylabel.dtx b/Master/texmf-dist/source/latex/fancylabel/fancylabel.dtx index 3c67c67a781..75956f030bb 100644 --- a/Master/texmf-dist/source/latex/fancylabel/fancylabel.dtx +++ b/Master/texmf-dist/source/latex/fancylabel/fancylabel.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2014 by Dominik Siegel +% Copyright (C) 2014-2018 by Dominik Siegel % % This file may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -21,7 +21,7 @@ % % <package>\NeedsTeXFormat{LaTeX2e}[2005/12/01] % <package>\ProvidesPackage{fancylabel} -% <package>[2014/07/15 v1.0] +% <package>[2017/12/30 v1.1] % %<*driver> \documentclass{ltxdoc} @@ -33,7 +33,7 @@ \CodelineIndex \RecordChanges \OnlyDescription -\date{2014/07/15} +\date{2017/12/30} \begin{document} \DocInput{fancylabel.dtx} \end{document} @@ -59,6 +59,7 @@ % Right brace \} Tilde \~} % % \changes{v1.0}{2014/07/15}{Initial version} +% \changes{v1.1}{2017/12/30}{Dependencies updated} % % \GetFileInfo{fancylabel.sty} % @@ -452,7 +453,11 @@ % \fancylabel@list@<family> % \end{verbatim} % -% +% \section{Change history} +% \begin{itemize} +% \item[2014/07/15] Initial version +% \item[2017/12/30] Dependencies updated (\textsf{xifthen} instead of \textsf{ifthen}) +% \end{itemize} % % \StopEventually{} % @@ -461,13 +466,13 @@ % \subsection{Identification} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[2005/12/01] -\ProvidesPackage{fancylabel}[2014/07/15 v1.0 Referencing in a fancy way] +\ProvidesPackage{fancylabel}[2017/12/30 v1.1 Referencing in a fancy way] % \end{macrocode} % % \subsection{Loading packages and define counters} % \begin{macrocode} \RequirePackage{xkeyval} -\RequirePackage{ifthen} +\RequirePackage{xifthen} \RequirePackage{suffix} \newcounter{fancylabel} \setcounter{fancylabel}{0} diff --git a/Master/texmf-dist/source/latex/fancylabel/fancylabel.ins b/Master/texmf-dist/source/latex/fancylabel/fancylabel.ins index fc349615434..dab444464ea 100644 --- a/Master/texmf-dist/source/latex/fancylabel/fancylabel.ins +++ b/Master/texmf-dist/source/latex/fancylabel/fancylabel.ins @@ -1,4 +1,4 @@ -%% Copyright (C) 2014 by Dominik Siegel +%% Copyright (C) 2014-2018 by Dominik Siegel %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -16,7 +16,7 @@ This is a generated file. - Copyright (C) 2014 by Dominik Siegel + Copyright (C) 2014-2018 by Dominik Siegel This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either diff --git a/Master/texmf-dist/tex/latex/fancylabel/fancylabel.sty b/Master/texmf-dist/tex/latex/fancylabel/fancylabel.sty index b18ea79758a..638c5fd7889 100644 --- a/Master/texmf-dist/tex/latex/fancylabel/fancylabel.sty +++ b/Master/texmf-dist/tex/latex/fancylabel/fancylabel.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2014 by Dominik Siegel +%% Copyright (C) 2014-2018 by Dominik Siegel %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -28,9 +28,9 @@ %% makeindex -s gind.ist -o fancylabel.ind fancylabel.idx %% latex fancylabel.dtx \NeedsTeXFormat{LaTeX2e}[2005/12/01] -\ProvidesPackage{fancylabel}[2014/07/15 v1.0 Referencing in a fancy way] +\ProvidesPackage{fancylabel}[2017/12/30 v1.1 Referencing in a fancy way] \RequirePackage{xkeyval} -\RequirePackage{ifthen} +\RequirePackage{xifthen} \RequirePackage{suffix} \newcounter{fancylabel} \setcounter{fancylabel}{0} |