diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-29 20:01:19 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-29 20:01:19 +0000 |
| commit | 77f04a55cc598dbfeb97703d5f115048daa01822 (patch) | |
| tree | 85cc4202c83406dc0f1cfb6ab090ceaf2191352e /test/functional | |
| parent | 94b4ee517017362ffc7b56ab5ba945c056da1d7a (diff) | |
| download | docutils-77f04a55cc598dbfeb97703d5f115048daa01822.tar.gz | |
implemented units for image widths; implemented language-support (e.g. for hyphenation)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3635 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional')
| -rw-r--r-- | test/functional/input/data/latex.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/input/data/latex.txt b/test/functional/input/data/latex.txt index df1f66d45..ee9c02a4d 100644 --- a/test/functional/input/data/latex.txt +++ b/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% |
