summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/stackrel.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/stackrel.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/stackrel.dtx69
1 files changed, 55 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/stackrel.dtx b/Master/texmf-dist/source/latex/oberdiek/stackrel.dtx
index a66e25adc1f..bf3894c6626 100644
--- a/Master/texmf-dist/source/latex/oberdiek/stackrel.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/stackrel.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: stackrel.dtx
% Version: 2007/11/11 v1.2
-%
+% Info: Adding subscript option to stackrel
+%
% Copyright (C) 2006, 2007 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,19 +16,19 @@
% 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.
-%
+%
% This work consists of the main source file stackrel.dtx
% and the derived files
% stackrel.sty, stackrel.pdf, stackrel.ins, stackrel.drv.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/stackrel.dtx
% CTAN:macros/latex/contrib/oberdiek/stackrel.pdf
-%
+%
% Unpacking:
% (a) If stackrel.ins is present:
% tex stackrel.ins
@@ -36,7 +37,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{stackrel.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If stackrel.drv is present:
% latex stackrel.drv
@@ -46,14 +47,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 stackrel.dtx
% makeindex -s gind.ist stackrel.idx
% pdflatex stackrel.dtx
% makeindex -s gind.ist stackrel.idx
% pdflatex stackrel.dtx
-%
+%
% Installation:
% TDS:tex/latex/oberdiek/stackrel.sty
% TDS:doc/latex/oberdiek/stackrel.pdf
@@ -117,6 +118,10 @@ and the derived files
\file{stackrel.drv}{\from{stackrel.dtx}{driver}}%
\usedir{tex/latex/oberdiek}%
\file{stackrel.sty}{\from{stackrel.dtx}{package}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{stackrel.xml}{\from{stackrel.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -145,16 +150,16 @@ and the derived files
\ProvidesFile{stackrel.drv}%
[2007/11/11 v1.2 Adding subscript option to stackrel (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
\usepackage{amsmath}
-\usepackage{stackrel}
+\usepackage{holtxdoc}[2011/11/22]
+\usepackage{stackrel}[2007/11/11]
\begin{document}
\DocInput{stackrel.dtx}%
\end{document}
%</driver>
% \fi
%
-% \CheckSum{90}
+% \CheckSum{93}
%
% \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
@@ -472,6 +477,42 @@ 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{stackrel.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='stackrel'>
+ <name>stackrel</name>
+ <caption>Enhancement to the \stackrel command.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2006,2007'/>
+ <license type='lppl1.3'/>
+ <version number='1.2'/>
+ <description>
+ This package adds an optional argument to <tt>\stackrel</tt> for
+ putting something below the relational symbol and defines
+ <tt>\stackbin</tt> for binary symbols.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref>
+ bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/stackrel.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/stackrel.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \begin{History}
% \begin{Version}{2006/12/02 v1.0}
% \item