aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-30 16:02:59 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-30 16:03:28 -0800
commit171187a4527497701b3c77bd56cea2d770d4e3b0 (patch)
treefb433e3135ef5330b7f4323e35045f64a2a37997 /test/command
parent7a8c830734688a6ff9db805df8e3e5a9bd71033f (diff)
downloadpandoc-171187a4527497701b3c77bd56cea2d770d4e3b0.tar.gz
LaTeX writer: Add keepaspectratio to includegraphics...
...if only one of height/width is given.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3450.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/3450.md b/test/command/3450.md
index 8759aa0c1..a8f713ed0 100644
--- a/test/command/3450.md
+++ b/test/command/3450.md
@@ -8,5 +8,5 @@
% pandoc -fmarkdown-implicit_figures -t latex
![image](lalune.jpg){height=2em}
^D
-\includegraphics[height=2em]{lalune.jpg}
+\includegraphics[height=2em,keepaspectratio]{lalune.jpg}
```