summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/colonequals.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/colonequals.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/colonequals.dtx71
1 files changed, 56 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/colonequals.dtx b/Master/texmf-dist/source/latex/oberdiek/colonequals.dtx
index 4e81397d8ca..0552911a082 100644
--- a/Master/texmf-dist/source/latex/oberdiek/colonequals.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/colonequals.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: colonequals.dtx
% Version: 2006/08/01 v1.0
-%
+% Info: Colon equals symbols
+%
% Copyright (C) 2006 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 colonequals.dtx
% and the derived files
% colonequals.sty, colonequals.pdf, colonequals.ins, colonequals.drv.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/colonequals.dtx
% CTAN:macros/latex/contrib/oberdiek/colonequals.pdf
-%
+%
% Unpacking:
% (a) If colonequals.ins is present:
% tex colonequals.ins
@@ -36,7 +37,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{colonequals.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If colonequals.drv is present:
% latex colonequals.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 colonequals.dtx
% makeindex -s gind.ist colonequals.idx
% pdflatex colonequals.dtx
% makeindex -s gind.ist colonequals.idx
% pdflatex colonequals.dtx
-%
+%
% Installation:
% TDS:tex/latex/oberdiek/colonequals.sty
% TDS:doc/latex/oberdiek/colonequals.pdf
@@ -117,6 +118,10 @@ and the derived files
\file{colonequals.drv}{\from{colonequals.dtx}{driver}}%
\usedir{tex/latex/oberdiek}%
\file{colonequals.sty}{\from{colonequals.dtx}{package}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{colonequals.xml}{\from{colonequals.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -145,7 +150,7 @@ and the derived files
\ProvidesFile{colonequals.drv}%
[2006/08/01 v1.0 Colon equals symbols (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\usepackage{colonequals}
\usepackage{array}
\usepackage{capt-of}
@@ -606,18 +611,54 @@ 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{colonequals.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='colonequals'>
+ <name>colonequals</name>
+ <caption>Colon equals symbols.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2006'/>
+ <license type='lppl1.3'/>
+ <version number='1.0'/>
+ <description>
+ This package defines poor man&#x2018;s symbols for mathematical
+ relation symbols such as &#x201C;colon equals&#x201D;.
+ The colon is centered around the horizontal math axis.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref>
+ bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/colonequals.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/colonequals.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \begin{thebibliography}{9}
-%
+%
% \bibitem{txfonts}
% Young Ryu: \textit{The TX Fonts};
% 2000/12/15;
% \CTAN{fonts/txfonts/}.
-%
+%
% \bibitem{mathabx}
% Anthony Phan: \textit{Mathabx font series};
% 2005/05/16;
% \CTAN{fonts/mathabx/}.
-%
+%
% \end{thebibliography}
%
% \begin{History}