summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oberdiek/tabularkv.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/tabularkv.sty')
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/tabularkv.sty107
1 files changed, 33 insertions, 74 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/tabularkv.sty b/Master/texmf-dist/tex/latex/oberdiek/tabularkv.sty
index 6d84a1f82e1..2798467be17 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/tabularkv.sty
+++ b/Master/texmf-dist/tex/latex/oberdiek/tabularkv.sty
@@ -1,76 +1,35 @@
-% File: tabularkv.sty
-% Version: 2005/07/22 v1.0
-% Author: Heiko Oberdiek
-% Email: <oberdiek@uni-freiburg.de>
-%
-% Copyright: Copyright (C) 2005 Heiko Oberdiek.
-%
-% This work may be distributed and/or modified under
-% the conditions of the LaTeX Project Public License,
-% either version 1.3 of this license or (at your option)
-% any later version. The latest version of this license
-% is in
-% http://www.latex-project.org/lppl.txt
-% and version 1.3 or later is part of all distributions
-% of LaTeX version 2003/12/01 or later.
-%
-% This work has the LPPL maintenance status "maintained".
-%
-% This Current Maintainer of this work is Heiko Oberdiek.
-%
-% Function: This package adds a key value interface for tabular
-% by the new environment "tabularkv". Thus the TeX
-% source code looks better by named parameters,
-% especially if package "tabularht" is used.
-%
-% Use: \usepackage{tabularkv}
-%
-% The package provides the environment "tabularkv"
-% that takes an optional argument with tabular
-% parameters:
-% * width (width specification, "tabular*" is used)
-% * x (width specification, "tabularx" is used,
-% package "tabularx" must be loaded)
-% * height (height specification, see package tabularht)
-% * valign (vertical positioning, this option is optional)
-% values: top, bottom, center
-%
-% Parameter "valign" optional, the following are
-% equivalent:
-% \begin{tabularkv}[..., valign=top]{l}...\end{tabularkv}
-% \begin{tabularkv}[...][t]{l}...\end{tabularkv}
-%
-% Example:
-% \documentclass{article}
-% \usepackage{tabularkv}
-%
-% \begin{document}
-% \fbox{%
-% \begin{tabularkv}[
-% width=4in,
-% height=1in,
-% valign=center
-% ]{@{}l@{\extracolsep{\fill}}r@{}}
-% upper left corner & upper right corner\\%
-% \noalign{\vfill}%
-% \multicolumn{2}{@{}c@{}}{bounding box}\\
-% \noalign{\vfill}%
-% lower left corner & lower right corner\\
-% \end{tabularkv}%
-% }
-% \end{document}
-%
-% Installation:
-% CTAN location: CTAN:macros/latex/contrib/oberdiek/tabularkv.sty
-% TDS location: TDS:tex/latex/oberdiek/tabularkv.sty
-%
-% History: 2005/09/22 v1.0:
-% * first public version,
-%
+%%
+%% This is file `tabularkv.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% tabularkv.dtx (with options: `package')
+%%
+%% This is a generated file.
+%%
+%% Copyright (C) 2005, 2006 by Heiko Oberdiek <oberdiek@uni-freiburg.de>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3 of this license or (at your option) any later
+%% version. The latest version of this license is in
+%% 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.
+%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tabularkv}
- [2005/09/22 v1.0 Key value interface for tabular parameters]
-
+\ProvidesPackage{tabularkv}%
+ [2006/02/20 v1.1 Key value interface for tabular parameters (HO)]
\RequirePackage{keyval}
\RequirePackage{tabularht}
@@ -93,7 +52,6 @@
\define@key{tabKV}{valign}{%
\edef\tabKV@valign{[\@car #1c\@nil]}%
}
-
\newenvironment{tabularkv}[1][]{%
\setkeys{tabKV}{#1}%
\@nameuse{%
@@ -103,5 +61,6 @@
}{%
\@nameuse{endtabular\tabKV@star@x}%
}
-
\endinput
+%%
+%% End of file `tabularkv.sty'.