|
From: <gr...@us...> - 2007-05-08 08:59:35
|
Author: grubert
Date: 2007-05-08 10:59:25 +0200 (Tue, 08 May 2007)
New Revision: 5073
Modified:
trunk/sandbox/grubert/runtest
trunk/sandbox/grubert/test/images.txt
Log:
test table with verbatim
comments on images.
Modified: trunk/sandbox/grubert/runtest
===================================================================
--- trunk/sandbox/grubert/runtest 2007-05-08 07:43:40 UTC (rev 5072)
+++ trunk/sandbox/grubert/runtest 2007-05-08 08:59:25 UTC (rev 5073)
@@ -78,8 +78,14 @@
do_diff $REFF $OUTF
done
done
+
+INF="test/tables.txt"
+OUTF="$INF-verbatim.tex"
+REFF="$OUTF.ref"
+$CMD --use-verbatim-when-possible $2 $3 $INF > $OUTF
+do_diff $REFF $OUTF
+
# table-style
-
for TABSTYLE in "" standard booktabs nolines ; do
for INF in `ls test/tables.txt` ; do
OUTF="$INF-$TABSTYLE.tex"
Modified: trunk/sandbox/grubert/test/images.txt
===================================================================
--- trunk/sandbox/grubert/test/images.txt 2007-05-08 07:43:40 UTC (rev 5072)
+++ trunk/sandbox/grubert/test/images.txt 2007-05-08 08:59:25 UTC (rev 5073)
@@ -1,5 +1,5 @@
Testing image attributes
-------------------------
+========================
the unscaled image
@@ -16,9 +16,6 @@
:scale: 200
:align: center
-.. image:: biohazard.png
- :rotate: 90
-
an image with a web target
.. image:: debian.png
@@ -32,9 +29,25 @@
:width: 5cm
:align: right
+
figure and scale
.. figure:: biohazard.png
:scale: 300
:align: left
+unsupported things
+------------------
+
+.. image:: biohazard.png
+ :rotate: 90
+
+how to set a label
+
+.. image:: biohazard.png
+ :name: classy pic
+
+.. figure:: biohazard.png
+ :label: classy pic
+
+
|