LaTeX package 'adjustbox' ~~~~~~~~~~~~~~~~~~~~~~~~~ Copyright (c) 2011 by Martin Scharrer WWW: http://latex.scharrer-online.de/ Provides the macros \trimbox, \clipbox and \adjustbox as an addition to the macros \resizebox, \scalebox and \rotatebox from the 'graphics' package. It reuses the key=value interface of the 'graphicx' package. The 'pgf' package is used to implement the trimming and clipping operations as well as to parse the numeric values. Environment versions of the macros are also provided. Both macros and environments support verbatim content. Usage: \trimbox{ }{} Trims given amount \trimbox*{ }{} Trims to given viewport \clipbox{ }{} Clips given amount \clipbox*{ }{} Clips to given viewport \adjustbox{}{} Like graphicx's \includegraphics, but for text Supported options: width, height, totalheight, keepaspectratio, scale, angle, trim, viewport, clip The options is mandatory but can be empty for the trivial case (=\mbox). Environments: \begin{trimbox}{ } \end{trimbox} \begin{trimbox*}{ } \end{trimbox*} \begin{clipbox}{ } \end{clipbox} \begin{clipbox*}{ } \end{clipbox*} \begin{adjustbox}{} \end{adjustbox}