aboutsummaryrefslogtreecommitdiff
path: root/test/command/3450.md
AgeCommit message (Collapse)Author
2019-05-29HTML writer: output video and audio elementsmb21
depending on file extension of the image path
2017-12-01LaTeX writer: allow specifying just width or height for image size.John MacFarlane
Previously both needed to be specified (unless the image was being resized to be smaller than its original size). If height but not width is specified, we now set width to textwidth (and similarly if width but not height is specified). Since we have keepaspectratio, this yields the desired result.
2017-12-01Revert "LaTeX writer: Add keepaspectratio to includegraphics..."John MacFarlane
This reverts commit 171187a4527497701b3c77bd56cea2d770d4e3b0.
2017-11-30LaTeX writer: Add keepaspectratio to includegraphics...John MacFarlane
...if only one of height/width is given.
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane
- Export `inEm` from ImageSize [API change]. - Change `showFl` and `show` instance for `Dimension` so extra decimal places are omitted. - Added `Em` as a constructor of `Dimension` [API change]. - Allow `em`, `cm`, `in` to pass through without conversion in HTML, LaTeX. Closes #3450.