summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-20 22:55:04 +0000
committerKarl Berry <karl@freefriends.org>2015-02-20 22:55:04 +0000
commitd53cd0e25d92278e344057147e4c6f31e0ac8e85 (patch)
treed6f8def08a567fa6e464f5ce909eab556b078164
parent6c74dac90430ac11da60a42af5389e809d4ab14a (diff)
cdpbundl (20feb15)
git-svn-id: svn://tug.org/texlive/trunk@36329 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/cdpbundl/00readme.txt32
-rw-r--r--Master/texmf-dist/doc/latex/cdpbundl/Makefile10
-rw-r--r--Master/texmf-dist/doc/latex/cdpbundl/README29
-rw-r--r--Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.pdfbin352386 -> 352477 bytes
-rw-r--r--Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.tex51
-rw-r--r--Master/texmf-dist/doc/latex/cdpbundl/cdpbundl-doc.pdfbin392111 -> 399380 bytes
-rw-r--r--Master/texmf-dist/doc/latex/cdpbundl/manifest.txt2
-rw-r--r--Master/texmf-dist/source/latex/cdpbundl/cdpbundl.dtx87
-rw-r--r--Master/texmf-dist/source/latex/cdpbundl/cdpbundl.ins2
9 files changed, 118 insertions, 95 deletions
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/00readme.txt b/Master/texmf-dist/doc/latex/cdpbundl/00readme.txt
index 3ed84fdec7f..b5b01dc4f64 100644
--- a/Master/texmf-dist/doc/latex/cdpbundl/00readme.txt
+++ b/Master/texmf-dist/doc/latex/cdpbundl/00readme.txt
@@ -27,7 +27,7 @@ This file, after giving a brief description of the C.D.P. Bundle,
explains how to install it and how to generate its--alas, still
incomplete!--documentation.
-February 8, 2015 (vers. 0.36)
+February 20, 2015 (vers. 0.36)
@@ -47,19 +47,19 @@ CONTENTS
A DOZEN LINES DESCRIPTION OF THE SOFTWARE
=========================================
-The C.D.P. Bundle was originally developed for a free association named
-"C.D.P." (more on it in the documentation), to typeset its official letters
-with the appropriate letterhead; but more generally, it can be used to
-typeset high-quality business letters formatted according to Italian style
-conventions. It is highly configurable, and its modular structure provides
-you with building blocks of increasing level, by means of which you can
-compose practically every kind of business letter you could need (including
-anglo-saxon ones!). It is also possible to write letters divided into
-sections and paragraphs, to include floating figures and tables, and to use
-the commands "\tableofcontents", "\listoffigures", and "\listoftables" to
-compile the relevant indexes. A single input file can contain several
-letters, and each letter will have its own table of contents, etc.,
-independent of the other ones.
+The C.D.P. Bundle was originally developed for a free association named
+"C.D.P." (more on it in the documentation), to typeset its official letters
+with the appropriate letterhead; but more generally, it can be used to
+typeset business letters bearing a letterhead of your choice and formatted
+according to Italian style conventions. Its modular structure, however,
+provides you with building blocks of increasing level, by means of which
+you should be able to adapt the letter format to a wide variety of styles.
+It is also possible to write letters divided into sections and paragraphs,
+to include floating figures and tables, and to use the commands
+"\tableofcontents", "\listoffigures", and "\listoftables" to compile the
+relevant indexes. A single input file can contain several letters, and
+each letter will have its own table of contents, etc., independent of the
+other ones.
@@ -119,7 +119,7 @@ these steps (but also see the section titled "The makefile", below):
the same directory; below, we shall indicate this directory as "the current
directory".
-2) Run LaTeX (or Plain TeX) once on the file `cdpbundl.ins'. This will
+2) Run LaTeX (or plain TeX) once on the file `cdpbundl.ins'. This will
generate, in the current directory, the following LaTeX input files:
articoletteracdp.cls
@@ -191,7 +191,7 @@ complete with all the available implementation notes (but, alas, still
unfinished for many respects), you can generate it following these steps
(but also see the section titled "The makefile", below):
-1) Run LaTeX (_not_ Plain TeX) _twice_ on the file `cdpbundl.dtx'.
+1) Run LaTeX (_not_ plain TeX) _twice_ on the file `cdpbundl.dtx'.
This, among other things, will generate the files `cdpbundl.idx' and
`cdpbundl.glo' in the same directory as the file `cdpbundl.dtx'.
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/Makefile b/Master/texmf-dist/doc/latex/cdpbundl/Makefile
index d2c09827c0c..4e7e1acf882 100644
--- a/Master/texmf-dist/doc/latex/cdpbundl/Makefile
+++ b/Master/texmf-dist/doc/latex/cdpbundl/Makefile
@@ -1,6 +1,6 @@
# makefile
#
-# 2015 Feb 08
+# 2015 Feb 20
#
# Macro definitions
ROOT_NAME = cdpbundl
@@ -10,7 +10,7 @@ DOC_AUX_FIL = $(ROOT_NAME).aux $(ROOT_NAME).log \
$(ROOT_NAME).glo $(ROOT_NAME).gls \
$(ROOT_NAME).idx $(ROOT_NAME).ind $(ROOT_NAME).ilg \
$(ROOT_NAME).toc $(ROOT_NAME).lof \
- $(ROOT_NAME).out
+ $(ROOT_NAME).hd $(ROOT_NAME).out
DOCUM_FILE = $(ROOT_NAME).pdf
CODE_FILES = letteracdp.cls \
articoletteracdp.cls \
@@ -47,6 +47,12 @@ endef
default: doc code
# Generating the code
+################################################################
+# #
+# PLEASE NOTE THAT THE INSTALLER SCRIPT IS EXECUTED WITH #
+# openout_any=r #
+# #
+################################################################
code:
openout_any=r tex $(INS_NAME)
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/README b/Master/texmf-dist/doc/latex/cdpbundl/README
index a153cc57295..30568c6e640 100644
--- a/Master/texmf-dist/doc/latex/cdpbundl/README
+++ b/Master/texmf-dist/doc/latex/cdpbundl/README
@@ -1,17 +1,18 @@
-The C.D.P. Bundle was originally developed for a free association
-named "C.D.P." (more on it in the documentation), to typeset its
-official letters with the appropriate letterhead; but more generally,
-it can be used to typeset high-quality business letters formatted
-according to Italian style conventions. It is highly configurable,
-and its modular structure provides you with building blocks of
-increasing level, by means of which you can compose practically every
-kind of business letter you could need (including anglo-saxon ones!).
-It is also possible to write letters divided into sections and
-paragraphs, to include floating figures and tables, and to use the
-commands "\tableofcontents", "\listoffigures", and "\listoftables" to
-compile the relevant indexes. A single input file can contain several
-letters, and each letter will have its own table of contents, etc.,
-independent of the other ones.
+(Version indicator: 2015 Feb 20)
+
+The C.D.P. Bundle was originally developed for a free association named
+"C.D.P." (more on it in the documentation), to typeset its official letters
+with the appropriate letterhead; but more generally, it can be used to
+typeset business letters bearing a letterhead of your choice and formatted
+according to Italian style conventions. Its modular structure, however,
+provides you with building blocks of increasing level, by means of which
+you should be able to adapt the letter format to a wide variety of styles.
+It is also possible to write letters divided into sections and paragraphs,
+to include floating figures and tables, and to use the commands
+"\tableofcontents", "\listoffigures", and "\listoftables" to compile the
+relevant indexes. A single input file can contain several letters, and
+each letter will have its own table of contents, etc., independent of the
+other ones.
The C.D.P. Bundle may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.pdf b/Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.pdf
index 590b0cbc917..af6312c6b10 100644
--- a/Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.pdf
+++ b/Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.tex b/Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.tex
index 996a6603141..d0b8dbef43b 100644
--- a/Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.tex
+++ b/Master/texmf-dist/doc/latex/cdpbundl/cdp-ver-0-36.tex
@@ -1,10 +1,8 @@
\begin{filecontents}{myarticletter.cls}
\NeedsTeXFormat{LaTeX2e}[1998/06/01] % LaTeX2e is required!
\ProvidesClass{myarticletter}
- [2015/02/08 v0.01 (development)]
-\DeclareOption*{\PassOptionsToClass{\CurrentOption}{articoletteracdp}}
-\ProcessOptions\relax
-\LoadClass{articoletteracdp}[2015/01/20]
+ [2015/02/15 v0.02 (development)]
+\LoadClassWithOptions{articoletteracdp}[2015/01/20]
\input{mylogo.def}
\endinput
\end{filecontents}
@@ -76,14 +74,14 @@
{mailto:gustavo.mezzetti@istruzione.it}
{\protect\nolinkurl{gustavo.mezzetti@istruzione.it}}
}
-\date{February~8, 2015}
+\date{February~20, 2015}
\hypersetup{
- pdftitle = {The C.D.P. Bundle version 0.36},
- pdfauthor = {G. Mezzetti},
- pdfsubject = {Instructions on how use the C.D.P. Bundle},
- pdfcreationdate = {D:20150208120000},
- pdfmoddate = {D:20150208120000}
+ pdftitle = {The C.D.P. Bundle version 0.36},
+ pdfauthor = {G. Mezzetti},
+ pdfsubject = {Instructions on how use the C.D.P. Bundle},
+ pdfcreationdate = {D:20150220120000},
+ pdfmoddate = {D:20150220120000}
}
\pagestyle{headings}
@@ -201,15 +199,17 @@
This letter describes the new ``bells and whistles'' that have been made
available in version~0.36 of the \Bundle. This version is just a provisional
patch applied on what essentially remains ``fossil'' code, in need of a thorough
-redesign; nontheless, it does provide some long-awaited features, most
+redesign; nonetheless, it does provide some long-awaited features, most
prominently the ability to modify, with reasonable ease, the letterhead produced
by the \env{letterhead} environment.
The author wishes to thank Lorenzo Pantieri for having promoted, in his
-excellent work ``\emph{Complementi all'Arte di scrivere con \LaTeX}''
-(``Additions to The art of writing with \LaTeX''), the use of the \lcdp\
-document class, which is the main component of the \Bundle. This letter
-(indirectly) uses the \acdp\ document class.
+excellent work
+``\href{http://www.lorenzopantieri.net/LaTeX_files/Complementi.pdf}
+{\emph{Complementi all'Arte di scrivere con \LaTeX}}'' (``Additions to The art
+of writing with \LaTeX''), the use of the \lcdp\ document class, which is the
+main component of the \Bundle. This letter (indirectly) uses the \acdp\
+document class.
@@ -253,7 +253,7 @@ last!~\facesmile\facesmile\facesmile\space The method requires the use of the
of your custom head and foot by means of two new environments, called \eclh\ and
\eclf, which are similar, to a certain extent, to the \env{minipage}
environment. This should give you the maximum freedom in designing the
-letterhead (having recourse to \env{picture}s and images, if you want to),
+letterhead (having recourse to \env{picture}s and images, if you wish to),
whilst adopting an interface you are surely well familiar with. See
Section~\ref{S:Letterhead} for more information.
@@ -428,7 +428,7 @@ only the appearance of the typeset output, which is how options should behave.
As we indicated in Paragraph~\ref{P:LetterHeadImpatient}, the output produced by
Listing~\ref{lis:customletter} is shown in a separate letter enclosed after this
-one; you may be wondering how did I~manage to produce two (actually, several)
+one; you may be wondering how I~managed to produce two (or, actually, several)
letters with different letterheads in a single \LaTeX\ run (yes, it \emph{was} a
single run). Well, I~am the author of the package, and I~could have played some
nasty trick; but actually I~didn't need to, because the \eclh\ and \eclf\
@@ -518,9 +518,7 @@ distinct files, as we are now going to explain.
\NeedsTeXFormat{LaTeX2e} % LaTeX2e is required!
\ProvidesClass{myletter}
[2015/02/08 v0.01 (development)]
-\DeclareOption*{\PassOptionsToClass{\CurrentOption}{letteracdp}}
-\ProcessOptions\relax
-\LoadClass{letteracdp}[2015/01/20]
+\LoadClassWithOptions{letteracdp}[2015/01/20]
\input{mylogo.def}
\endinput
\end{verbatim}
@@ -535,9 +533,7 @@ distinct files, as we are now going to explain.
\NeedsTeXFormat{LaTeX2e} % LaTeX2e is required!
\ProvidesClass{myarticletter}
[2015/02/08 v0.01 (development)]
-\DeclareOption*{\PassOptionsToClass{\CurrentOption}{articoletteracdp}}
-\ProcessOptions\relax
-\LoadClass{articoletteracdp}[2015/01/20]
+\LoadClassWithOptions{articoletteracdp}[2015/01/20]
\input{mylogo.def}
\endinput
\end{verbatim}
@@ -975,6 +971,13 @@ page.
\closing*{Best regards.}
+\PS
+Please note that \packlass{myletter} also used to be (a great many years ago)
+the obsolete name of the \packlass{akletter} document class. Instructing you to
+create a custom class with that name shouldn't cause you any harm in
+2015~\facesmile, but I~want to inform you all the same of the potential name
+conflict.
+
\end{letterhead}
@@ -990,6 +993,8 @@ page.
\begingroup
+\date{February~8, 2015}
+
\begin{customletterhead}{\textwidth}
\centering \Huge
My Huge Centered Letterhead
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/cdpbundl-doc.pdf b/Master/texmf-dist/doc/latex/cdpbundl/cdpbundl-doc.pdf
index 675f29c8349..e6fff5005ef 100644
--- a/Master/texmf-dist/doc/latex/cdpbundl/cdpbundl-doc.pdf
+++ b/Master/texmf-dist/doc/latex/cdpbundl/cdpbundl-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/manifest.txt b/Master/texmf-dist/doc/latex/cdpbundl/manifest.txt
index 7d5ab51e67b..3e8a91b44fd 100644
--- a/Master/texmf-dist/doc/latex/cdpbundl/manifest.txt
+++ b/Master/texmf-dist/doc/latex/cdpbundl/manifest.txt
@@ -22,7 +22,7 @@ precisely, it explains how the locutions "Work" and "Compiled Work",
used in the LaTeX Project Public License, are to be interpreted
in the case of this work.
-February 8, 2015 (vers. 0.36)
+February 20, 2015 (vers. 0.36)
diff --git a/Master/texmf-dist/source/latex/cdpbundl/cdpbundl.dtx b/Master/texmf-dist/source/latex/cdpbundl/cdpbundl.dtx
index 7177a03f800..2649137bbe9 100644
--- a/Master/texmf-dist/source/latex/cdpbundl/cdpbundl.dtx
+++ b/Master/texmf-dist/source/latex/cdpbundl/cdpbundl.dtx
@@ -34,8 +34,8 @@
% \def\filename{cdpbundl.dtx}
% \def\fileversion{0.36}
% \def\filedate{2015/02/08}
-% \def\docdate {2015/02/08}
-% \def\doclongdate{February~8, 2015}
+% \def\docdate {2015/02/20}
+% \def\doclongdate{February~20, 2015}
%
% \CheckSum{4984}
%
@@ -197,8 +197,8 @@
% pdfauthor = {G. Mezzetti},
% pdfsubject = {Documentation of the C.D.P. Bundle},
% pdfkeywords = {letter, letterhead},
-% pdfcreationdate = {D:20150208120000},
-% pdfmoddate = {D:20150208120000}
+% pdfcreationdate = {D:20150220120000},
+% pdfmoddate = {D:20150220120000}
% }
% }
% \makeatother
@@ -392,7 +392,10 @@
% of times!~^^A ( paren match
% ;-)\closeofsentencespace Of course, nobody will
% care about this, since the least likely reason for which you might want to
-% use the \Bundle\ is to produce that letterhead. For this same
+% use the \Bundle\ is to produce that letterhead.\footnote{Note, however,
+% that the ability to compose the letterhead of the \emph{Coordinamento} is
+% still required in order to typeset the documentation given in the
+% References.} For this same
% motive, essentially, I~have also removed the \packlass{\adiseal} package
% and the \packlass{\lettcdpadi} document class, of which, probably, nobody
% besides me even remembers the purpose.
@@ -450,7 +453,7 @@
%
% \subsection{Installation}
%
-% To install the bundle, run \LaTeX\ (or Plain \TeX) once on the file
+% To install the bundle, run \LaTeX\ (or plain \TeX) once on the file
% \filedir{cdpbundl.ins}. This will generate the following \LaTeX\
% input files:
% \begin{quote}
@@ -1309,16 +1312,21 @@
% respectively, together define two new classes, called \packlass{myletter}
% and \packlass{myarticletter}, that respectively parallel
% \packlass{\letteracdp} and \packlass{\articoletteracdp}, but produce the
-% same letterhead as the file of fig.~\ref{fig:customletter}.
+% same letterhead as the file of
+% fig.~\ref{fig:customletter}.\footnote{Please note that \packlass{myletter}
+% also used to be (a great many years ago) the obsolete name of the
+% \packlass{akletter} document class. Instructing you to create a custom
+% class with that name shouldn't cause you any harm in
+% ^^A ( paren match
+% 2015~:-), but I~want to inform you all the same of the potential name
+% conflict.}
%
% \begin{figure}[tbp]
% \zerolistvertspaces
% \begin{verbatim}\NeedsTeXFormat{LaTeX2e} % LaTeX2e is required!
%\ProvidesClass{myletter}
% [2015/02/08 v0.01 (development)]
-%\DeclareOption*{\PassOptionsToClass{\CurrentOption}{letteracdp}}
-%\ProcessOptions\relax
-%\LoadClass{letteracdp}[2015/01/20]
+%\LoadClassWithOptions{letteracdp}[2015/01/20]
%\input{mylogo.def}
%\endinput\end{verbatim}
% \caption{Contents of the \filedir{myletter.cls} file}
@@ -1330,9 +1338,7 @@
% \begin{verbatim}\NeedsTeXFormat{LaTeX2e} % LaTeX2e is required!
%\ProvidesClass{myarticletter}
% [2015/02/08 v0.01 (development)]
-%\DeclareOption*{\PassOptionsToClass{\CurrentOption}{articoletteracdp}}
-%\ProcessOptions\relax
-%\LoadClass{articoletteracdp}[2015/01/20]
+%\LoadClassWithOptions{articoletteracdp}[2015/01/20]
%\input{mylogo.def}
%\endinput\end{verbatim}
% \caption{Contents of the \filedir{myarticletter.cls} file}
@@ -1386,47 +1392,51 @@
% G.~Mezzetti, \emph{Breve presentazione d'una classe \LaTeX, denominata
% \packlass{\letteracdp}, utile nella preparazione delle lettere del
% Coordinamento}, technical note downloadable from:\\
-% \rlap{\url{http://www.math.unipd.it/\string~mezzetti/Gustavo/Ludic/CDP/presentazione.tex}}
+% \rlap{\url{http://www.math.unipd.it/~mezzetti/Gustavo/Ludic/CDP/presentazione.tex}}
%
% \bibitem{esempi}
% \bysame, \emph{Esempi d'uso della classe \packlass{\letteracdp}},
% technical note downloadable from:\\
-% \rlap{\url{http://www.math.unipd.it/\string~mezzetti/Gustavo/Ludic/CDP/esempi.tex}}
+% \rlap{\url{http://www.math.unipd.it/~mezzetti/Gustavo/Ludic/CDP/esempi.tex}}
%
% \bibitem{etichette}
% \bysame, \emph{Etichette degli indirizzi con la classe \packlass{\letteracdp}},
% technical note downloadable from:\\
-% \rlap{\url{http://www.math.unipd.it/\string~mezzetti/Gustavo/Ludic/CDP/etichett.tex}}
+% \rlap{\url{http://www.math.unipd.it/~mezzetti/Gustavo/Ludic/CDP/etichett.tex}}
%
% \bibitem{novita}
% \bysame, \emph{Grandi novit\`{a} per \packlass{\letteracdp}:
% arriva \packlass{\articoletteracdp}!}, technical note downloadable from:\\
-% \rlap{\url{http://www.math.unipd.it/\string~mezzetti/Gustavo/Ludic/CDP/novita.tex}}
+% \rlap{\url{http://www.math.unipd.it/~mezzetti/Gustavo/Ludic/CDP/novita.tex}}
%
% \bibitem{nts}
% \bysame, \emph{Forse non tutti sanno che\ldots},
% technical note downloadable from:\\
-% \rlap{\url{http://www.math.unipd.it/\string~mezzetti/Gustavo/Ludic/CDP/nontuttisanno.tex}}
+% \rlap{\url{http://www.math.unipd.it/~mezzetti/Gustavo/Ludic/CDP/nontuttisanno.tex}}
%
% \bibitem{ver028}
% \bysame, \emph{Annuncio delle versioni 0.28 della classe \packlass{\letteracdp}
% e 0.08 della classe \packlass{\articoletteracdp}},
% technical note downloadable from:\\
-% \rlap{\url{http://www.math.unipd.it/\string~mezzetti/Gustavo/Ludic/CDP/ver0-28.tex}}
+% \rlap{\url{http://www.math.unipd.it/~mezzetti/Gustavo/Ludic/CDP/ver0-28.tex}}
%
% \bibitem{cdpaddon}
% \bysame, \emph{Il pacchetto \packlass{\cdpaddon}},
% technical note downloadable from:\\
-% \rlap{\url{http://www.math.unipd.it/\string~mezzetti/Gustavo/Ludic/CDP/cdpaddonistr.tex}}
+% \rlap{\url{http://www.math.unipd.it/~mezzetti/Gustavo/Ludic/CDP/cdpaddonistr.tex}}
%
% \bibitem{ver031}
% \bysame, \emph{Annuncio della versione 0.31 del \emph{\Bundle}},
% technical note downloadable from:\\
-% \rlap{\url{http://www.math.unipd.it/\string~mezzetti/Gustavo/Ludic/CDP/ver0-31.tex}}
+% \rlap{\url{http://www.math.unipd.it/~mezzetti/Gustavo/Ludic/CDP/ver0-31.tex}}
%
% \bibitem{ver036}
-% \bysame, \emph{The \Bundle\ version~0.36},
-% in preparation.
+% \bysame, \href
+% {http://mirrors.ctan.org/macros/latex/contrib/cdpbundl/cdp-ver-0-36.pdf}
+% {\emph{The \Bundle\ version~0.36}},
+% available on CTAN\@ as part of the \href
+% {http://www.ctan.org/pkg/cdpbundl}
+% {\Bundle} vers.~0.36.
%
% \end{thebibliography}
% }
@@ -1453,10 +1463,10 @@
% \end{macrocode}
%
% To begin with, we load the \packlass{ltxdoc} class and the
-% \packlass{\HyperRef} package.
+% \packlass{hypdoc} package.
% \begin{macrocode}
-\documentclass[a4paper]{ltxdoc}
-\usepackage[bookmarksnumbered,hyperindex=false]{hyperref}
+\documentclass{ltxdoc}
+\usepackage{hypdoc}
% \end{macrocode}
% We now set a few typesetting options.
% First of all, we want a history listing and a full index, the latter
@@ -2758,9 +2768,10 @@
% \end{macrocode}
% \emph{Remark:} the ability to draw a rule for handwritten signatures has
% been explicitly requested by some users of the \Bundle, but I~deem the use
-% of such feature questionable, since only pupils in primary school need
-% rules to guide their writing. Nontheless, this usage is admittedly fairly
-% common in the business world, so it has been supported.
+% of such feature questionable, since only pupils in primary school need
+% rules to guide their writing. Nevertheless, this practice is admittedly
+% ^^A ( paren match
+% fairly common in the business world~:-), so it has now been supported.
%
% Next, we have the options used to tell whether PostScript
% commands, inserted by means of the \packlass{eepic} package, should be
@@ -3286,7 +3297,7 @@
% practice, that there is room for a line of text in the largest
% supported font size (\emph{i.e.}, 12~points). Setting "\headheight"
% to \( 1\,\mbox{cm} \) definitely satisfies this requisite, and has the
-% nice additional aesthetical advantage that the lines delimiting the
+% nice additional aesthetic advantage that the virtual lines delimiting the
% head run exactly along the outer strokes of the ``C'' in the seal.
% (Note that decreasing or increasing the value of "\headheight" does
% not alter the dimensions of the seal: the dimensions of the seal are
@@ -3913,7 +3924,7 @@
% \end{macro}
%
% \begin{macro}{\foldingtagrule}
-% Vers.~0.31 (2015 Feb~08): new command, redefinable by the user,
+% Vers.~0.36 (2015 Feb~08): new command, redefinable by the user,
% to draw the tag. It permits customization of the latter.
% It should take up no vertical space in total
% (\emph{i.e.}, it should backspace).
@@ -4165,10 +4176,10 @@
\let ~\relax
\let\protect\@unexpandable@protect
% \end{macrocode}
-% ^^A { bracket match
+% ^^A { brace match
% The following hack causes "\and" (and "\andcc") to expand into
% ``"}\@gobble{"''.
-% ^^A } bracket match
+% ^^A } brace match
% \begin{macrocode}
\def\and{%
\iffalse{\fi}\expandafter\@gobble\expandafter{\iffalse}\fi
@@ -4183,15 +4194,15 @@
% \end{macrocode}
% We now cope with "\and"'s and "\andcc"'s inside "\theaddresseeaddress":
% we write them to the \filedir{.aux} file as
-% ^^A { bracket match
+% ^^A { brace match
% ``"}"\,\meta{LF}\,"\@mlabel{"^^A
% \( \langle\mbox{\itshape expansion of\/ } "\@cdp@reserved"\,\rangle \)^^A
% "}{"'',
-% ^^A } bracket match
+% ^^A } brace match
% \emph{i.e.}, for what we have just said, as
-% ^^A { bracket match
+% ^^A { brace match
% ``"}"\,\meta{LF}\,"\@mlabel{"\meta{address of 1st~sender}"}{"''.
-% ^^A } bracket match
+% ^^A } brace match
% \begin{macrocode}
\def\and{%
\iffalse{\fi}^^J%
@@ -4386,7 +4397,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\@block@parshape}
+% \begin{macro}{\@block@@everypar}
% The part of "\@block@everypar" that "\y@custom@block" uses directly.
% \begin{macrocode}
\@ifdefinable\@block@@everypar{\def\@block@@everypar{%
diff --git a/Master/texmf-dist/source/latex/cdpbundl/cdpbundl.ins b/Master/texmf-dist/source/latex/cdpbundl/cdpbundl.ins
index 92ab703c57a..6a521c505b0 100644
--- a/Master/texmf-dist/source/latex/cdpbundl/cdpbundl.ins
+++ b/Master/texmf-dist/source/latex/cdpbundl/cdpbundl.ins
@@ -26,7 +26,7 @@
% only part of the Work" in the sense of the LaTeX Project Public
% License, and should be avoided.
%
-% February 8, 2015 (vers. 0.36)
+% February 20, 2015 (vers. 0.36)
%
\input docstrip