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 | 5d91e723200ba2b79d0d64798b001901be908159 (patch) | |
| tree | db43b0ee477706078ff09941adaabb07fc85f826 /docutils/test/functional | |
| parent | 9db8f7c8295348ded4cd5c7af27b69168b1ad129 (diff) | |
| download | docutils-5d91e723200ba2b79d0d64798b001901be908159.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@3635 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
| -rw-r--r-- | docutils/test/functional/input/data/latex.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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% |
