diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-29 22:43:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-29 22:43:00 +0000 |
commit | 1559fe3df3fe71483526d48aefb728e6a1fe8d2a (patch) | |
tree | 8189677a454536b108fa9acf04aaa0b1ca1c94b4 /Master/texmf-dist/source/latex | |
parent | 11aba51d3fef3cd393347c53c6e83645a01155e9 (diff) |
isodoc (29sep12)
git-svn-id: svn://tug.org/texlive/trunk@27853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/isodoc/isodoc.dtx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/isodoc/isodoc.dtx b/Master/texmf-dist/source/latex/isodoc/isodoc.dtx index 76d669cf83d..7ca661f36dc 100644 --- a/Master/texmf-dist/source/latex/isodoc/isodoc.dtx +++ b/Master/texmf-dist/source/latex/isodoc/isodoc.dtx @@ -22,7 +22,7 @@ %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<class>\ProvidesClass{isodoc}% %<*class> - [2012/02/21 v0.10 isodoc class for letters and invoices] + [2012/04/04 v0.11 isodoc class for letters and invoices] %</class> %<class>\ifx\pdfoutput\undefined\else% %<class>\ifnum\pdfoutput=1\else\ClassError{isodoc}{Compile me with pdflatex or xelatex!}{} @@ -812,7 +812,7 @@ % spacing in tables and more. |ctable| also brings us |array|, |tabularx|, % |color|, and |xkeyval|. |eurosym| is used for the euro symbol. % \begin{macrocode} -\RequirePackage{ctable,eurosym,graphicx,stringstrings,calc} +\RequirePackage{ctable,color,tabularx,eurosym,graphicx,stringstrings,calc} \RequirePackage{forarray} % \end{macrocode} % @@ -1543,11 +1543,6 @@ \usepackage{hyperref} \year=0 } -\AtEndDocument{% - \hypersetup{pdfauthor={\who}, - pdfproducer={isodoc v\fileversion} - } -} % \DescribeMacro{\itable} % |\itable| inserts an invoice table; arg1 should be the rows of the table. % \begin{macrocode} @@ -2227,4 +2222,4 @@ % \end{macrocode} % \Finale \endinput -$Id: isodoc.dtx,v 1.36 2012/02/21 16:46:25 wybo Exp $ +$Id: isodoc.dtx,v 1.40 2012/09/26 13:41:30 wybo Exp $ |