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 | 3686727ee9114a7d3c30fa4c764c268885ef61c6 (patch) | |
| tree | 5f61977086dbb5e3a7c6fd2b5363b8d5138e05bc /test/functional/input | |
| parent | 8dc84c07c5b8892422dfea066376b9785e53c182 (diff) | |
| download | docutils-3686727ee9114a7d3c30fa4c764c268885ef61c6.tar.gz | |
added test for images
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3326 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/input')
| -rw-r--r-- | test/functional/input/data/latex.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/functional/input/data/latex.txt b/test/functional/input/data/latex.txt index 26c8319aa..39641de3b 100644 --- a/test/functional/input/data/latex.txt +++ b/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 |
