diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-26 23:13:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-26 23:13:04 +0000 |
commit | 1c716b33b15ae27eccb19b37200eb67b35d64050 (patch) | |
tree | cc239b5037d2230722047fe0c7fc5e7f298c3562 /Master/texmf-dist/source/latex/isodoc/isodoc.dtx | |
parent | b7755c41bc9f2306c70ddf5b1847226165ed91bb (diff) |
isodoc (26nov13)
git-svn-id: svn://tug.org/texlive/trunk@32246 c570f23f-e606-0410-a88d-b1316a301751
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 |