summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/adjustbox/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/adjustbox/README')
-rw-r--r--Master/texmf-dist/source/latex/adjustbox/README47
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/adjustbox/README b/Master/texmf-dist/source/latex/adjustbox/README
new file mode 100644
index 00000000000..a5557713eb6
--- /dev/null
+++ b/Master/texmf-dist/source/latex/adjustbox/README
@@ -0,0 +1,47 @@
+LaTeX package 'adjustbox'
+~~~~~~~~~~~~~~~~~~~~~~~~~
+Copyright (c) 2011 by Martin Scharrer <martin@scharrer-online.de>
+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{<llx> <lly> <urx> <ury>}{<text>} Trims given amount
+\trimbox*{<llx> <lly> <urx> <ury>}{<text>} Trims to given viewport
+
+\clipbox{<llx> <lly> <urx> <ury>}{<text>} Clips given amount
+\clipbox*{<llx> <lly> <urx> <ury>}{<text>} Clips to given viewport
+
+\adjustbox{<includegraphics options>}{<text>} 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}{<llx> <lly> <urx> <ury>}
+ <text>
+\end{trimbox}
+
+\begin{trimbox*}{<llx> <lly> <urx> <ury>}
+ <text>
+\end{trimbox*}
+
+\begin{clipbox}{<llx> <lly> <urx> <ury>}
+ <text>
+\end{clipbox}
+
+\begin{clipbox*}{<llx> <lly> <urx> <ury>}
+ <text>
+\end{clipbox*}
+
+\begin{adjustbox}{<includegraphics options>}
+ <text>
+\end{adjustbox}
+