summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/tabularkv.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/tabularkv.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/tabularkv.dtx73
1 files changed, 58 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/tabularkv.dtx b/Master/texmf-dist/source/latex/oberdiek/tabularkv.dtx
index 628dfeadd06..ffe6f12756c 100644
--- a/Master/texmf-dist/source/latex/oberdiek/tabularkv.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/tabularkv.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: tabularkv.dtx
% Version: 2006/02/20 v1.1
-%
+% Info: Tabular with key value interface
+%
% Copyright (C) 2005, 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,20 +16,20 @@
% 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 tabularkv.dtx
% and the derived files
% tabularkv.sty, tabularkv.pdf, tabularkv.ins, tabularkv.drv,
% tabularkv-example.tex.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/tabularkv.dtx
% CTAN:macros/latex/contrib/oberdiek/tabularkv.pdf
-%
+%
% Unpacking:
% (a) If tabularkv.ins is present:
% tex tabularkv.ins
@@ -37,7 +38,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{tabularkv.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If tabularkv.drv is present:
% latex tabularkv.drv
@@ -47,14 +48,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 tabularkv.dtx
% makeindex -s gind.ist tabularkv.idx
% pdflatex tabularkv.dtx
% makeindex -s gind.ist tabularkv.idx
% pdflatex tabularkv.dtx
-%
+%
% Installation:
% TDS:tex/latex/oberdiek/tabularkv.sty
% TDS:doc/latex/oberdiek/tabularkv.pdf
@@ -76,7 +77,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: tabularkv 2006/02/20 v1.1 Key value interface for tabular parameters (HO)}
+\Msg{* Package: tabularkv 2006/02/20 v1.1 Tabular with key value interface (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -122,6 +123,10 @@ and the derived files
\file{tabularkv.sty}{\from{tabularkv.dtx}{package}}%
\usedir{doc/latex/oberdiek}%
\file{tabularkv-example.tex}{\from{tabularkv.dtx}{example}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{tabularkv.xml}{\from{tabularkv.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -148,9 +153,9 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{tabularkv.drv}%
- [2006/02/20 v1.1 Key value interface for tabular parameters (HO)]%
+ [2006/02/20 v1.1 Tabular with key value interface (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\begin{document}
\DocInput{tabularkv.dtx}%
\end{document}
@@ -253,7 +258,7 @@ and the derived files
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tabularkv}%
- [2006/02/20 v1.1 Key value interface for tabular parameters (HO)]
+ [2006/02/20 v1.1 Tabular with key value interface (HO)]
% \end{macrocode}
%
% \begin{macrocode}
@@ -478,6 +483,44 @@ 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{tabularkv.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='tabularkv'>
+ <name>tabularkv</name>
+ <caption>Tabular environments with key-value interface.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2005,2006'/>
+ <license type='lppl1.3'/>
+ <version number='1.1'/>
+ <description>
+ The tabularkv package creates an environment <tt>tabularkv</tt>, whose
+ arguments are specified in key-value form. The arguments chosen
+ determine which other type of tabular is to be used (whether
+ standard LaTeX ones, or environments from the
+ <xref refid='tabularx'>tabularx</xref> or the
+ <xref refid='tabularht'>tabularx</xref> package).
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/tabularkv.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/tabularkv.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \begin{History}
% \begin{Version}{2005/09/22 v1.0}
% \item