| Safe Haskell | None |
|---|
Text.LaTeX.Packages.Graphicx.Monad
Description
This module allows you to use the LaTeX graphicx library in order to insert graphics in a document.
Graphicx package
The graphicx package.
usepackage [] graphicx
Package options
Including graphics
Include Graphics Option. This options can be passed as arguments to the includegraphics function.
Constructors
| IGWidth Measure | Specify the preferred width of the imported image. |
| IGHeight Measure | Specify the preferred height of the imported image. |
| KeepAspectRatio Bool | When |
| IGScale Float | Scales the image by the desired scale factor. |
| IGAngle Int | Rotate the image by given degrees. |
| IGTrim Measure Measure Measure Measure | This option will crop the imported image. Arguments are from-left , from-bottom, from-right and from-top respectively. |
| IGClip Bool | |
| IGPage Int | If the image file is a pdf file with multiple pages, this parameter allows you to use a different page than the first. |