From b2a190546d9f8bbc853b5e65539093275252e0ef Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 1 Dec 2017 13:51:00 -0800 Subject: Revert "LaTeX writer: Add keepaspectratio to includegraphics..." This reverts commit 171187a4527497701b3c77bd56cea2d770d4e3b0. --- test/command/3450.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/command') diff --git a/test/command/3450.md b/test/command/3450.md index a8f713ed0..8759aa0c1 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,keepaspectratio]{lalune.jpg} +\includegraphics[height=2em]{lalune.jpg} ``` -- cgit v1.2.3