diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-25 20:25:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-25 20:25:46 +0000 |
commit | 0d031787d7ca60cfc18bc3f532b5c5512330c477 (patch) | |
tree | cd5871af7bb3792efb7f3c2877a6b3acb06e6fc1 /Master/texmf-dist/tex/latex/isodoc | |
parent | b8425d07a29a50ebdd55b5eb2adcb771e0d10237 (diff) |
isodoc (25jun21)
git-svn-id: svn://tug.org/texlive/trunk@59709 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/isodoc')
-rw-r--r-- | Master/texmf-dist/tex/latex/isodoc/isodoc.cls | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/isodoc/isodoc.cls b/Master/texmf-dist/tex/latex/isodoc/isodoc.cls index 4037b9d21b3..73787022368 100644 --- a/Master/texmf-dist/tex/latex/isodoc/isodoc.cls +++ b/Master/texmf-dist/tex/latex/isodoc/isodoc.cls @@ -20,9 +20,9 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) -\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{isodoc}% - [2021/06/22 v1.13 isodoc class for letters and invoices] + [2021/06/25 v1.14 isodoc class for letters and invoices] \ifx\pdfoutput\undefined\else% \ifnum\pdfoutput=1\else% \ClassError{isodoc}{Compile me with pdflatex, lualatex or xelatex!}{} @@ -30,7 +30,7 @@ \fi \DeclareOption*{\PassOptionsToClass{\CurrentOption}{memoir}} \ProcessOptions -\LoadClass{memoir} +\LoadClass[article]{memoir} \RequirePackage{xcolor,tabularx,graphicx,xstring,calc} \RequirePackage{forarray,longtable} \setstocksize{297mm}{210mm} |