summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/makecell/makecell.dtx
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-08 14:57:44 +0000
committerNorbert Preining <preining@logic.at>2008-01-08 14:57:44 +0000
commitf060c38fbeae55d94e6fb69f0532011a93d6a65a (patch)
tree1d49921bff0220e0d6075da6775a5da2a88ad482 /Master/texmf-dist/source/latex/makecell/makecell.dtx
parentef9f02e1332e604eb441b2a8ff6bca6a8f3c55a1 (diff)
makecell update CTAN 08-01-08
git-svn-id: svn://tug.org/texlive/trunk@6146 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/makecell/makecell.dtx')
-rw-r--r--Master/texmf-dist/source/latex/makecell/makecell.dtx20
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/makecell/makecell.dtx b/Master/texmf-dist/source/latex/makecell/makecell.dtx
index 6e1b30b6ba1..75b094c8198 100644
--- a/Master/texmf-dist/source/latex/makecell/makecell.dtx
+++ b/Master/texmf-dist/source/latex/makecell/makecell.dtx
@@ -16,7 +16,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{makecell}
%<*package>
- [2007/05/24 V0.1d Managing of Tab Column Heads and Cells]
+ [2008/01/12 V0.1e Managing of Tab Column Heads and Cells]
%</package>
%
%<*batchfile>
@@ -34,6 +34,14 @@
%
%<*driver>
\documentclass{ltxdoc}
+
+\usepackage{ifpdf}
+\ifpdf
+ \usepackage{mathptmx,courier}
+ \usepackage[scaled=0.90]{helvet}
+ \addtolength\marginparwidth{15pt}
+\fi
+
\usepackage{makecell}
\IfFileExists{rotating.sty}{\usepackage{rotating}}{}
\IfFileExists{footmisc.sty}{\usepackage[perpage,bottom]{footmisc}}{}
@@ -41,7 +49,7 @@
\IfFileExists{hyperref.sty}{\usepackage{hyperref}}{}
\IfFileExists{hypcap.sty}{\usepackage{hypcap}}{}
\IfFileExists{caption.sty}
- {\usepackage[font=small,labelfont=bf,labelsep=period]{caption}[2004/11/28]
+ {\usepackage[font=small,labelfont=bf,labelsep=period]{caption}
\IfFileExists{floatrow.sty}
{\usepackage[font=small,style=plaintop,captionskip=5pt]{floatrow}}
{}}{}
@@ -62,7 +70,7 @@
\providecommand*{\cls}[1]{\textsf{#1}}
\providecommand*{\env}[1]{\texttt{#1}}
-%\OnlyDescription
+\OnlyDescription
\begin{document}
\DocInput{makecell.dtx}
\PrintChanges
@@ -70,7 +78,7 @@
%</driver>
% \fi
%
-% \CheckSum{1238}
+% \CheckSum{1245}
%
% \GetFileInfo{makecell.dtx}
%
@@ -1090,6 +1098,8 @@
% set |c|-argument as vertical or horizontal centering alignment if necessary.
% For \texttt{l} and \texttt{r} alignments also redefined alignment
% settings for |\makecell| (|\thead|) blocks.
+% \changes{V0.1d}{2007/05/24}{The \cmd{\empty} command changed to \cmd{\relax}
+% for usage inside \cmd{\@classz}}
% \begin{macrocode}
\newcommand\mcell@l{\def\mcell@ii{l}\let\mcell@c\mcell@ic
\global\let\mcell@left\relax}
@@ -1683,8 +1693,10 @@
%
% \begin{macro}{\Xhline}
% The commands for |\hline| and |\cline| with necessary thickness.
+% \changes{0.0e}{2008/01/12}{The \cmd{\Xhline} adds support for long tables.}
% \begin{macrocode}
\newcommand\Xhline[1]{\noalign{\ifnum0=`}\fi\arrayrulewidth#1%
+ \ifx\hline\LT@hline\let\@xhline\LT@@hline\fi
\hrule\@height\arrayrulewidth\futurelet\reserved@a\@xhline}
% \end{macrocode}
% \end{macro}