LaTeX package 'realboxes' ~~~~~~~~~~~~~~~~~~~~~~~~~ Copyright (c) 2011 by Martin Scharrer WWW: http://latex.scharrer-online.de/ This LaTeX package uses the authors other package 'collectbox' to define variants of common box related macros which read the content as real box and not as macro argument. This enables the use of verbatim or other special material as part of this content. The provided macros simply have the same names as the original versions but start with an upper-case letter instead. The "long-form" macros, like \Makebox, can also be used as environments, but not the "short-form" macros, like \Mbox. However, normally the long form uses the short form anyway when no optional arguments are used. The following macros (taken from the shown packages) are provided: ## LaTeX core (option 'core') ## \Makebox[][]{} \Fbox{} \Mbox{} \Raisebox{}[][]{} \Leftline{} \Rightline{} \Centerline{} \Rlap{} \Llap{} \Framebox[][]{} \Parbox[][][]{}{} \Savebox{}[][]{} \Sbox{}{} ## color/xcolor ## \Colorbox[]{}{} \Fcolorbox[]{}[]{}{} ## graphics/graphicx ## \Rotatebox[]{}{} \Scalebox{}{}{} \Reflectbox{} \Resizebox*{}{}{} ## dashbox ## \Dbox{} \Dashbox[][]{} \Lbox[]{} \Dlbox[]{} ## fancybox ## The \Sbox macro provided by the 'core' option is defined in a way to not collide with the 'Sbox' environment of this package.