summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc/language_template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/language_template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/language_template.tex45
1 files changed, 0 insertions, 45 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/language_template.tex b/Master/texmf-dist/doc/latex/isodoc/language_template.tex
deleted file mode 100644
index eed4d39641a..00000000000
--- a/Master/texmf-dist/doc/latex/isodoc/language_template.tex
+++ /dev/null
@@ -1,45 +0,0 @@
-\def\japanesedoc{%
- \set@lang{japanese}
- \gdef\Totaltext {...}{ % Total
- \gdef\Vattext {...}{ % Vat
- \gdef\accountdatatext {...}{ % Banking data
- \gdef\accountnametext {...}{ % in the name of
- \gdef\accountnotext {...}{ % Account no.
- \gdef\amounttext {...}{ % Amount
- \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\totext {...}{ % To
- \gdef\vatnotext {...}{ % vat no.
- \gdef\websitetext {...}{ % website
- \gdef\yourlettertext {...}{ % Your letter of
- \gdef\yourreftext {...}{ % Your reference
- \gdef\date{\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}
-}
-% $Id: language_template.tex,v 1.1 2010/08/20 14:46:23 wybo Exp $