summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-01-05 11:50:39 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-01-05 11:50:39 +0000
commitd558dca1d5d98a4d21db667104cb89ba2b99cb8c (patch)
tree52da091ac442e0e8710ca12bbd166b115b80df53
parent16cf997c99781481e91d7f1469b4ac57e171a4e3 (diff)
downloaddocutils-d558dca1d5d98a4d21db667104cb89ba2b99cb8c.tar.gz
Add test for image with target.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1795 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--sandbox/grubert/latex2e-README.txt2
-rw-r--r--sandbox/grubert/test/images.txt6
2 files changed, 7 insertions, 1 deletions
diff --git a/sandbox/grubert/latex2e-README.txt b/sandbox/grubert/latex2e-README.txt
index a4357accc..58524c7a9 100644
--- a/sandbox/grubert/latex2e-README.txt
+++ b/sandbox/grubert/latex2e-README.txt
@@ -11,7 +11,7 @@ for processing tools/test.txt use pdflatex because it will handle png-images.
To do
~~~~~
-* handle image options : height,width,class,target
+* handle image options : height,width,class.
* setting urls: french does put a spcae before ":" and "?".
diff --git a/sandbox/grubert/test/images.txt b/sandbox/grubert/test/images.txt
index cdcc0e4f3..050d46042 100644
--- a/sandbox/grubert/test/images.txt
+++ b/sandbox/grubert/test/images.txt
@@ -17,3 +17,9 @@ center and scale
:align: center
+an image with a web target
+
+.. image:: debian.png
+ :target: http://www.debian.org
+
+