summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/magicnum.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/magicnum.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/magicnum.dtx69
1 files changed, 54 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/magicnum.dtx b/Master/texmf-dist/source/latex/oberdiek/magicnum.dtx
index 2050d78b194..161dd909801 100644
--- a/Master/texmf-dist/source/latex/oberdiek/magicnum.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/magicnum.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: magicnum.dtx
% Version: 2011/04/10 v1.4
-%
-% Copyright (C) 2007, 2009, 2010, 2011 by
+% Info: Magic numbers
+%
+% Copyright (C) 2007, 2009-2011 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,24 +16,24 @@
% 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 magicnum.dtx
% and the derived files
% magicnum.sty, magicnum.pdf, magicnum.ins, magicnum.drv, magicnum.txt,
% magicnum-test1.tex, magicnum-test2.tex, magicnum-test3.tex,
% magicnum-test4.tex, magicnum.lua, oberdiek.magicnum.lua.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/magicnum.dtx
% CTAN:macros/latex/contrib/oberdiek/magicnum.pdf
-%
+%
% Unpacking:
% (a) If magicnum.ins is present:
% tex magicnum.ins
@@ -41,7 +42,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{magicnum.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If magicnum.drv is present:
% latex magicnum.drv
@@ -51,14 +52,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 magicnum.dtx
% makeindex -s gind.ist magicnum.idx
% pdflatex magicnum.dtx
% makeindex -s gind.ist magicnum.idx
% pdflatex magicnum.dtx
-%
+%
% Installation:
% TDS:tex/generic/oberdiek/magicnum.sty
% TDS:scripts/oberdiek/magicnum.lua
@@ -100,7 +101,7 @@ This is a generated file.
Project: magicnum
Version: 2011/04/10 v1.4
-Copyright (C) 2007, 2009, 2010, 2011 by
+Copyright (C) 2007, 2009-2011 by
Heiko Oberdiek <heiko.oberdiek at googlemail.com>
This work may be distributed and/or modified under the
@@ -143,6 +144,8 @@ and the derived files
\nopostamble
\usedir{doc/latex/oberdiek}%
\file{magicnum.txt}{\from{magicnum.dtx}{data}}%
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{magicnum.xml}{\from{magicnum.dtx}{catalogue}}%
}
\def\MetaPrefix{-- }
\def\defaultpostamble{%
@@ -186,7 +189,7 @@ and the derived files
\ProvidesFile{magicnum.drv}%
[2011/04/10 v1.4 Magic numbers (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\usepackage{array}
\begin{document}
\DocInput{magicnum.dtx}%
@@ -1518,6 +1521,42 @@ end
%\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{magicnum.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='magicnum'>
+ <name>magicnum</name>
+ <caption>Access TeX systems' "magic numbers".</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2007,2009-2011'/>
+ <license type='lppl1.3'/>
+ <version number='1.4'/>
+ <description>
+ This package allows access to the various parameter values in
+ TeX (catcode values), e-TeX (group, if and node types, and
+ interaction mode), and LuaTeX (pdfliteral mode) by a hierarchical
+ name system.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/magicnum.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/magicnum.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \begin{History}
% \begin{Version}{2007/12/12 v1.0}
% \item