From 5d91e723200ba2b79d0d64798b001901be908159 Mon Sep 17 00:00:00 2001 From: wiemann Date: Wed, 29 Jun 2005 20:01:19 +0000 Subject: implemented units for image widths; implemented language-support (e.g. for hyphenation) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3635 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/test/functional/input/data/latex.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docutils/test/functional') diff --git a/docutils/test/functional/input/data/latex.txt b/docutils/test/functional/input/data/latex.txt index df1f66d45..ee9c02a4d 100644 --- a/docutils/test/functional/input/data/latex.txt +++ b/docutils/test/functional/input/data/latex.txt @@ -113,8 +113,9 @@ Images Image with 20% width: .. image:: ../../../docs/user/rst/images/title.png - :width: 20 + :width: 20% Image with 100% width: .. image:: ../../../docs/user/rst/images/title.png + :width: 100% -- cgit v1.2.1