summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ctable/01b
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ctable/01b')
-rw-r--r--Master/texmf-dist/doc/latex/ctable/01b12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/ctable/01b b/Master/texmf-dist/doc/latex/ctable/01b
index 6ab8de43d53..c53dd5eb327 100644
--- a/Master/texmf-dist/doc/latex/ctable/01b
+++ b/Master/texmf-dist/doc/latex/ctable/01b
@@ -1,10 +1,10 @@
-\let\H\hsize
+\newcommand{\F}[1]{\includegraphics[width=\hsize]{#1}}
+\newcolumntype{H}[1]{>{\hsize=#1\hsize}X}
\ctable[
caption = a figure,
figure, botcap,
- width=.4\H,
-]{@{}>{\H=.4\H}X>{\H=.6\H}X@{}}{}{\FL
- \includegraphics[width=\H]{penguin}&
- \includegraphics[width=\H]{lion}\LL
+ width=.4\hsize,
+]{H{.4}H{.6}}{}{\FL
+ \F{penguin}& \F{lion}\LL
}
-$Id: 01b,v 1.1 2007/07/22 15:30:56 wybo Exp $
+$Id: 01b,v 1.2 2009-09-15 11:19:31 wybo Exp $