summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/engord.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-02 21:50:45 +0000
committerKarl Berry <karl@freefriends.org>2012-05-02 21:50:45 +0000
commitaa1776c78dfdb456e2228fbceaa886e64e36174c (patch)
tree7967af7f0f2079a632809a813221918af16ba8cc /Master/texmf-dist/source/latex/oberdiek/engord.dtx
parenta86d14742b305868a1c2b1f33f1263a6b7d0e03d (diff)
oberdiek (1may12)
git-svn-id: svn://tug.org/texlive/trunk@26177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/engord.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/engord.dtx72
1 files changed, 58 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/engord.dtx b/Master/texmf-dist/source/latex/oberdiek/engord.dtx
index 3504739111f..1021074773c 100644
--- a/Master/texmf-dist/source/latex/oberdiek/engord.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/engord.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: engord.dtx
% Version: 2010/03/01 v1.8
-%
+% Info: Provides English ordinal numbers
+%
% Copyright (C) 2000, 2003, 2006-2008, 2010 by
% Heiko Oberdiek <heiko.oberdiek at googlemail.com>
-%
+%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3c of this license or (at your option) any later
@@ -15,22 +16,22 @@
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of
% LaTeX version 2005/12/01 or later.
-%
+%
% This work has the LPPL maintenance status "maintained".
-%
+%
% This Current Maintainer of this work is Heiko Oberdiek.
-%
+%
% The Base Interpreter refers to any `TeX-Format',
% because some files are installed in TDS:tex/generic//.
-%
+%
% This work consists of the main source file engord.dtx
% and the derived files
% engord.sty, engord.pdf, engord.ins, engord.drv, engord-test1.tex.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/engord.dtx
% CTAN:macros/latex/contrib/oberdiek/engord.pdf
-%
+%
% Unpacking:
% (a) If engord.ins is present:
% tex engord.ins
@@ -39,7 +40,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{engord.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If engord.drv is present:
% latex engord.drv
@@ -49,14 +50,14 @@
% if available. Here you can specify further options, e.g.
% use A4 as paper format:
% \PassOptionsToClass{a4paper}{article}
-%
+%
% Programm calls to get the documentation (example):
% pdflatex engord.dtx
% makeindex -s gind.ist engord.idx
% pdflatex engord.dtx
% makeindex -s gind.ist engord.idx
% pdflatex engord.dtx
-%
+%
% Installation:
% TDS:tex/generic/oberdiek/engord.sty
% TDS:doc/latex/oberdiek/engord.pdf
@@ -126,6 +127,10 @@ and the derived files
\file{engord.sty}{\from{engord.dtx}{package}}%
\usedir{doc/latex/oberdiek/test}%
\file{engord-test1.tex}{\from{engord.dtx}{test1}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{engord.xml}{\from{engord.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -154,14 +159,14 @@ and the derived files
\ProvidesFile{engord.drv}%
[2010/03/01 v1.8 Provides English ordinal numbers (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\begin{document}
\DocInput{engord.dtx}%
\end{document}
%</driver>
% \fi
%
-% \CheckSum{552}
+% \CheckSum{557}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -935,6 +940,45 @@ and the derived files
%\end{verbatim}
% \end{quote}
%
+% \section{Catalogue}
+%
+% The following XML file can be used as source for the
+% \href{http://mirror.ctan.org/help/Catalogue/catalogue.html}{\TeX\ Catalogue}.
+% The elements \texttt{caption} and \texttt{description} are imported
+% from the original XML file from the Catalogue.
+% The name of the XML file in the Catalogue is \xfile{engord.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='engord'>
+ <name>engord</name>
+ <caption>Converts numbers to English ordinal numbers.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2000,2003,2006-2008,2010'/>
+ <license type='lppl1.3'/>
+ <version number='1.8'/>
+ <description>
+ Defines <tt>\engord</tt> (used like <tt>\arabic</tt>,
+ <tt>\roman</tt>, etc.), and <tt>\engordnumber</tt> (which formats
+ a &#x201C;TeX number&#x201D;).
+ <p/>
+ So <tt>\pagenumbering{engord}</tt> gives page numbers <tt>1st,
+ 2nd, 3rd, ...</tt>
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref>
+ bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/engord.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/engord.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \begin{History}
% \begin{Version}{2000/05/23 v1.0}
% \item