summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-24 22:56:48 +0000
committerKarl Berry <karl@freefriends.org>2018-02-24 22:56:48 +0000
commit26c99f76dcd0f666d1136bb307f7d266b182708c (patch)
tree23a4f1320a9c049338b8ea1453ef5f6930177d92 /Master/texmf-dist
parent31fb4368eaef951f63e88d946055bad4aed58051 (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/README38
-rw-r--r--Master/texmf-dist/doc/latex/fancylabel/fancylabel.pdfbin228751 -> 230161 bytes
-rw-r--r--Master/texmf-dist/source/latex/fancylabel/fancylabel.dtx17
-rw-r--r--Master/texmf-dist/source/latex/fancylabel/fancylabel.ins4
-rw-r--r--Master/texmf-dist/tex/latex/fancylabel/fancylabel.sty6
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 pack­age pro­vides a com­plex la­belling scheme. It is de­signed to sup­port the needs of the au­thor’s chem­schemex pack­age
+
+---------------------------------------------------------
+
+ 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
index 08adba7a84d..9b2ac6490f0 100644
--- a/Master/texmf-dist/doc/latex/fancylabel/fancylabel.pdf
+++ b/Master/texmf-dist/doc/latex/fancylabel/fancylabel.pdf
Binary files differ
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}