From 0289e11bbf07142ef814984652ea24865da08009 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 Apr 2014 00:14:06 +0000 Subject: isodoc (25apr14) git-svn-id: svn://tug.org/texlive/trunk@33683 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/isodoc/isodoc-template.ldf | 44 ++++++++++++++++++++++ Master/texmf-dist/tex/latex/isodoc/isodoc.cls | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/tex/latex/isodoc/isodoc-template.ldf (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/isodoc/isodoc-template.ldf b/Master/texmf-dist/tex/latex/isodoc/isodoc-template.ldf new file mode 100644 index 00000000000..55018c52077 --- /dev/null +++ b/Master/texmf-dist/tex/latex/isodoc/isodoc-template.ldf @@ -0,0 +1,44 @@ +\def\isodoc@xxYY{% + \gdef\accountdatatext {...} % Banking data + \gdef\accountnametext {...} % in the name of + \gdef\accountnotext {...} % Account no. + \gdef\amounttext {...} % Amount + \gdef\bictext {...} % \scshape{bic} + \gdef\ccname {...} % cc + \gdef\cellphonetext {...} % cellphone + \gdef\chambertext {...} % ch.comm. + \gdef\datetext {...} % Date + \gdef\daystext {...} % days + \gdef\descriptiontext {...} % Description + \gdef\emailtext {...} % email + \gdef\enclosurestext {...} % Enclosures: + \gdef\enclosuretext {...} % Enclosure: + \gdef\faxtext {...} % telefax + \gdef\invoicetext {...} % \textbf{\textsc{\Large invoice}} + \gdef\oftext {...} % of + \gdef\ourreftext {...} % Our reference + \gdef\pagetext {...} % Page + \gdef\phonetext {...} % telephone + \gdef\referencetext {...} % Reference + \gdef\routenotext {...} % Routing no + \gdef\subjecttext {...} % Subject: + \gdef\termtext {...} % term of payment + \gdef\totaltext {...} % Total + \gdef\totext {...} % To + \gdef\vatnotext {...} % vat no. + \gdef\vattext {...} % Vat + \gdef\websitetext {...} % website + \gdef\yourlettertext {...} % Your letter of + \gdef\yourreftext {...} % Your reference + \gdef\@isodate {\ifcase\day\or + 1st\or 2nd\or 3rd\or 4th\or 5th\or + 6th\or 7th\or 8th\or 9th\or 10th\or + 11th\or 12th\or 13th\or 14th\or 15th\or + 16th\or 17th\or 18th\or 19th\or 20th\or + 21st\or 22nd\or 23rd\or 24th\or 25th\or + 26th\or 27th\or 28th\or 29th\or 30th\or + 31st\fi\space\ifcase\month\or + January\or February\or March\or April\or May\or June\or + July\or August\or September\or October\or November\or December\fi + \space \number\year} +} diff --git a/Master/texmf-dist/tex/latex/isodoc/isodoc.cls b/Master/texmf-dist/tex/latex/isodoc/isodoc.cls index 60eb891b281..b3398ddd2ab 100644 --- a/Master/texmf-dist/tex/latex/isodoc/isodoc.cls +++ b/Master/texmf-dist/tex/latex/isodoc/isodoc.cls @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{isodoc}% - [2014/02/27 v1.04 isodoc class for letters and invoices] + [2014/04/20 v1.05 isodoc class for letters and invoices] \ifx\pdfoutput\undefined\else% \ifnum\pdfoutput=1\else\ClassError{isodoc}{Compile me with pdflatex or xelatex!}{} \fi\fi -- cgit v1.2.3