From 435227f1f0aa9587874f77979c631338bbbd9ac5 Mon Sep 17 00:00:00 2001 From: wiemann Date: Mon, 9 May 2005 22:38:34 +0000 Subject: added test for images git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3326 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/test/functional/input/data/latex.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docutils/test/functional/input/data') diff --git a/docutils/test/functional/input/data/latex.txt b/docutils/test/functional/input/data/latex.txt index 26c8319aa..39641de3b 100644 --- a/docutils/test/functional/input/data/latex.txt +++ b/docutils/test/functional/input/data/latex.txt @@ -100,3 +100,16 @@ Nested Elements | Literal | | block | +---------------+ + + +Images +====== + +Image with 20% width: + +.. image:: ../../../docs/user/rst/images/title.png + :width: 20 + +Image with 100% width: + +.. image:: ../../../docs/user/rst/images/title.png -- cgit v1.2.1