summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/infwarerr.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/infwarerr.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/infwarerr.dtx74
1 files changed, 58 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/infwarerr.dtx b/Master/texmf-dist/source/latex/oberdiek/infwarerr.dtx
index f6a9472694f..0eebe6432ee 100644
--- a/Master/texmf-dist/source/latex/oberdiek/infwarerr.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/infwarerr.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: infwarerr.dtx
% Version: 2010/04/08 v1.3
-%
+% Info: Providing info/warning/error messages
+%
% Copyright (C) 2007, 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,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 infwarerr.dtx
% and the derived files
% infwarerr.sty, infwarerr.pdf, infwarerr.ins, infwarerr.drv,
% infwarerr-test1.tex, infwarerr-test2.tex,
% infwarerr-test3.tex.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/infwarerr.dtx
% CTAN:macros/latex/contrib/oberdiek/infwarerr.pdf
-%
+%
% Unpacking:
% (a) If infwarerr.ins is present:
% tex infwarerr.ins
@@ -41,7 +42,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{infwarerr.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If infwarerr.drv is present:
% latex infwarerr.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 infwarerr.dtx
% makeindex -s gind.ist infwarerr.idx
% pdflatex infwarerr.dtx
% makeindex -s gind.ist infwarerr.idx
% pdflatex infwarerr.dtx
-%
+%
% Installation:
% TDS:tex/generic/oberdiek/infwarerr.sty
% TDS:doc/latex/oberdiek/infwarerr.pdf
@@ -82,7 +83,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)}
+\Msg{* Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -134,6 +135,10 @@ and the derived files
\file{infwarerr-test1.tex}{\from{infwarerr.dtx}{test1}}%
\file{infwarerr-test2.tex}{\from{infwarerr.dtx}{test2}}%
\file{infwarerr-test3.tex}{\from{infwarerr.dtx}{test3}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{infwarerr.xml}{\from{infwarerr.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -160,9 +165,9 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{infwarerr.drv}%
- [2010/04/08 v1.3 Providing info/warning/message (HO)]%
+ [2010/04/08 v1.3 Providing info/warning/error messages (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\begin{document}
\DocInput{infwarerr.dtx}%
\end{document}
@@ -311,7 +316,7 @@ and the derived files
\fi
\expandafter\x\csname ver@infwarerr.sty\endcsname
\ProvidesPackage{infwarerr}%
- [2010/04/08 v1.3 Providing info/warning/message (HO)]%
+ [2010/04/08 v1.3 Providing info/warning/error messages (HO)]%
% \end{macrocode}
%
% \subsection{Catcodes}
@@ -1173,6 +1178,43 @@ 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{infwarerr.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='infwarerr'>
+ <name>infwarerr</name>
+ <caption>Complete set of information/warning/error messages.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2007,2010'/>
+ <license type='lppl1.3'/>
+ <version number='1.3'/>
+ <description>
+ This package provides a complete set of macros for information,
+ warning and error messages. Under LaTeX, the commands are
+ wrappers for the corresponding LaTeX commands; under Plain TeX
+ they are also available as complete implementations.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref>
+ bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/infwarerr.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/infwarerr.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/04/26 v1.0}
% \item