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/01b6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/ctable/01b b/Master/texmf-dist/doc/latex/ctable/01b
index c53dd5eb327..3ae87b4c718 100644
--- a/Master/texmf-dist/doc/latex/ctable/01b
+++ b/Master/texmf-dist/doc/latex/ctable/01b
@@ -1,4 +1,6 @@
-\newcommand{\F}[1]{\includegraphics[width=\hsize]{#1}}
+\newcommand{\F}[1]{
+ \includegraphics[width=\hsize]{#1}
+}
\newcolumntype{H}[1]{>{\hsize=#1\hsize}X}
\ctable[
caption = a figure,
@@ -7,4 +9,4 @@
]{H{.4}H{.6}}{}{\FL
\F{penguin}& \F{lion}\LL
}
-$Id: 01b,v 1.2 2009-09-15 11:19:31 wybo Exp $
+$Id: 01b,v 1.3 2009-12-18 16:49:34 wybo Exp $