From f060c38fbeae55d94e6fb69f0532011a93d6a65a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 8 Jan 2008 14:57:44 +0000 Subject: makecell update CTAN 08-01-08 git-svn-id: svn://tug.org/texlive/trunk@6146 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/makecell/makecell.dtx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/source/latex/makecell/makecell.dtx') 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 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\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] % % %<*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 @@ % % \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} -- cgit v1.2.3