|
Option
|
Explanation
|
| scale |
| scaling, affected by "factor" |
| number |
this is expressed in permille units, so 1000 = natural size |
|
| xscale |
| number |
this is expressed in permille units, so 1000 = natural size |
|
| yscale |
| number |
this is expressed in permille units, so 1000 = natural size |
|
| lines |
|
| factor |
| the factor settings take the enclosing environment into account, in some way |
| fit |
scale proportionally, fill the area defined with width and height as possible, don’t exceed it but leave space |
| broad |
like "fit", but result is downscaled by 4x bodyfontsize |
| max |
scale proportionally, fill the area defined with width and height as possible, can exceed it |
| min |
like default, meant for images with a similar aspect ratio as the surrounding box; can exceed the size defined with width and height, combine with \clip |
| auto |
like "fit" |
| default |
width and height are observed, content may get distorted |
|
| hfactor |
|
| wfactor |
|
| maxwidth |
|
| maxheight |
|
| s |
| scale as a simple multiplier, so 1 = natural size |
|
| sx |
| horizontal scale as a simple multiplier, so 1 = natural size |
|
| sy |
| vertical scale as a simple multiplier, so 1 = natural size |
|