summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/realboxes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-12 15:32:16 +0000
committerKarl Berry <karl@freefriends.org>2011-08-12 15:32:16 +0000
commit8b2864e5e56bf67ac61ff644c72cb5575ff1135c (patch)
treec502a55d311cd95bff456bb2c3f4ce870a07999c /Master/texmf-dist/doc/latex/realboxes
parent11c484aba65897a075decb96db9796579daa4ecb (diff)
new latex package realboxes (11aug11)
git-svn-id: svn://tug.org/texlive/trunk@23511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/realboxes')
-rw-r--r--Master/texmf-dist/doc/latex/realboxes/README60
-rw-r--r--Master/texmf-dist/doc/latex/realboxes/realboxes.pdfbin0 -> 672765 bytes
2 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/realboxes/README b/Master/texmf-dist/doc/latex/realboxes/README
new file mode 100644
index 00000000000..69b5400bc36
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/realboxes/README
@@ -0,0 +1,60 @@
+LaTeX package 'realboxes'
+~~~~~~~~~~~~~~~~~~~~~~~~~
+Copyright (c) 2011 by Martin Scharrer <martin@scharrer-online.de>
+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[<width>][<position>]{<content>}
+ \Fbox{<content>}
+ \Mbox{<content>}
+ \Raisebox{<length>}[<height>][<depth>]{<content>}
+ \Leftline{<content>}
+ \Rightline{<content>}
+ \Centerline{<content>}
+ \Rlap{<content>}
+ \Llap{<content>}
+ \Framebox[<width>][<position>]{<content>}
+ \Parbox[<pos>][<height>][<inner-pos>]{<width>}{<content>}
+ \Savebox{<box register>}[<width>][<position>]{<content>}
+ \Sbox{<box register>}{<content>}
+
+
+## color/xcolor ##
+
+ \Colorbox[<model>]{<color>}{<content>}
+ \Fcolorbox[<frame model>]{<frame color>}[<bg model>]{<bg color>}{<content>}
+
+## graphics/graphicx ##
+
+ \Rotatebox[<options>]{<angle>}{<content>}
+ \Scalebox{<h-scale>}{<v-scale>}{<content>}
+ \Reflectbox{<content>}
+ \Resizebox*{<width>}{<height>}{<content>}
+
+## dashbox ##
+
+ \Dbox{<content>}
+ \Dashbox[<width>][<position>]{<content>}
+ \Lbox[<layers>]{<content>}
+ \Dlbox[<layers>]{<content>}
+
+## fancybox ##
+
+The \Sbox macro provided by the 'core' option is defined in a way to not
+collide with the 'Sbox' environment of this package.
+
+
diff --git a/Master/texmf-dist/doc/latex/realboxes/realboxes.pdf b/Master/texmf-dist/doc/latex/realboxes/realboxes.pdf
new file mode 100644
index 00000000000..77a534e8c92
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/realboxes/realboxes.pdf
Binary files differ