diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-18 02:39:13 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-18 02:39:13 +0000 |
| commit | 312d098d351a938d84ecf0e20c6235196f3669c8 (patch) | |
| tree | f562e829fb4dfbd37e24e6ec451762f43c849df9 /tests | |
| parent | a9b0d876d9ec3a0b01be359cc4ab8278bd2d983e (diff) | |
| download | pandoc-312d098d351a938d84ecf0e20c6235196f3669c8.tar.gz | |
Texinfo writer: Handle images in figures.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1901 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/writer.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/writer.texinfo b/tests/writer.texinfo index 65f7aa457..149b5a737 100644 --- a/tests/writer.texinfo +++ b/tests/writer.texinfo @@ -977,7 +977,10 @@ or here: <http://example.com/> @chapter Images From ``Voyage dans la Lune'' by Georges Melies (1902): +@float @image{lalune,,,lalune,jpg} +@caption{lalune} +@end float Here is a movie @image{movie,,,movie,jpg} icon. |
