diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/isodoc/isodoc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/isodoc/isodoc.dtx | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/isodoc/isodoc.dtx b/Master/texmf-dist/source/latex/isodoc/isodoc.dtx index 520ad047246..5bf62b5c6ff 100644 --- a/Master/texmf-dist/source/latex/isodoc/isodoc.dtx +++ b/Master/texmf-dist/source/latex/isodoc/isodoc.dtx @@ -18,6 +18,9 @@ documents. Documents are easily configured to the user's requirements through key=value options. At the origin of this class was Victor Eijkhout’s NTG brief class, which implements the NEN1026 standard. +The package contains several examples, that are used in the documentation. +These can individually be compiled, which may be useful for users to +experiment with. Installation: Execute the inst script with the --help option for more information. @@ -32,7 +35,7 @@ Execute the inst script with the --help option for more information. %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<class>\ProvidesClass{isodoc}% %<*class> - [2013/08/27 v1.01 isodoc class for letters and invoices] + [2013/11/26 v1.02 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!}{} @@ -40,7 +43,7 @@ Execute the inst script with the --help option for more information. %<*driver> \documentclass{ltxdoc} \usepackage[l2tabu,orthodox]{nag} -\usepackage{isodocsymbols,charter} +\usepackage{charter} \usepackage{ctable,pdfpages,paralist,sverb,ltablex} \usepackage[a4paper,margin=20mm,left=50mm,nohead]{geometry} \usepackage{hyperref} @@ -81,6 +84,20 @@ Execute the inst script with the --help option for more information. \def\T#1{\texttt{#1}} \def\C#1{\texttt{$\mathtt{\backslash}$#1}} \def\CMP#1{\C{#1}\marginpar{\C{#1}}} +% Finally need to repeat some definition from the class here: +\makeatletter +\newcommand{\@isodocsym}{% + \fontfamily{mvs}\fontencoding{U}% + \fontseries{m}\fontshape{n}\selectfont +} +\def\EuroSymbol {{\@isodocsym\char164}} +\def\EUROSymbol {{\@isodocsym\char99 }} +\def\LetterSymbol {{\@isodocsym\char66 }} +\def\EmailSymbol {{\@isodocsym\char107}} +\def\PhoneSymbol {{\@isodocsym\char84 }} +\def\MobileSymbol {{\@isodocsym\char72 }} +\let\EUR\EuroSymbol +\makeatother \begin{document} \DocInput{isodoc.dtx} \PrintChanges |