All pastes #1547630 Raw Edit

Someone

public diff v1 · immutable
#1547630 ·published 2009-08-29 21:23 UTC
rendered paste body
Index: manual/preamble.tex===================================================================--- manual/preamble.tex	(Revision 22549)+++ manual/preamble.tex	(Arbeitskopie)@@ -106,7 +106,9 @@   \setlength{\belowrulesep}{0pt}   \setlength{\aboverulesep}{0pt}   }{}+\newcommand{\tblhdrstrut}{\rule[-1.3ex]{0mm}{4.0ex}} + %% \newenvironment{example} %%     {\stepcounter{example}\paragraph{Example \theexample:}} %%     {\hfill$\Box$@@ -238,7 +240,7 @@   }   \center   \tabularx{#1}{#2}\toprule\rowcolor{tblhdrbgcolor}-  \rule{0pt}{2.9ex}#3\\\midrule+  \tblhdrstrut#3\\\midrule }{%   \endtabularx }@@ -247,7 +249,7 @@   % command to set the default table heading for button lists-\newcommand{\taghead}{\rule{0pt}{2.9ex}\textbf{Tag} & \textbf{Description} \\\midrule}+\newcommand{\taghead}{\tblhdrstrut\textbf{Tag} & \textbf{Description} \\\midrule}  % environment intended to be used with tag maps (for wps) % usage: \begin{tagmap}{caption}{label} Tag & Description \\ \end{tagmap}@@ -384,7 +386,7 @@     % here is the table width defined for 2 columns     \tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule\rowcolor{tblhdrbgcolor}   }-  \rule{0pt}{2.9ex}\btnhead+  \tblhdrstrut\btnhead }{%   \endtabularx }