From 1c716b33b15ae27eccb19b37200eb67b35d64050 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 26 Nov 2013 23:13:04 +0000 Subject: isodoc (26nov13) git-svn-id: svn://tug.org/texlive/trunk@32246 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/isodoc/isodoc.dtx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/source/latex/isodoc') 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. %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\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] % %\ifx\pdfoutput\undefined\else% %\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 -- cgit v1.2.3