diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-09 22:38:34 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-09 22:38:34 +0000 |
| commit | 435227f1f0aa9587874f77979c631338bbbd9ac5 (patch) | |
| tree | 1d073777ee3002f079c7485ba402d111cad4af91 /docutils/test/functional | |
| parent | 5df957d133ee7014d36bcf850c63fc9db2550108 (diff) | |
| download | docutils-435227f1f0aa9587874f77979c631338bbbd9ac5.tar.gz | |
added test for images
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3326 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
| -rw-r--r-- | docutils/test/functional/input/data/latex.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
