1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
# realboxes package
# Matthew Bertucci 10/8/2021 for v0.2
#include:collectbox
#include:adjcalc
#keyvals:\usepackage/realboxes#c
xcolor
color
graphics
graphicx
dashbox
fancybox
all
#endkeyvals
\Mbox{content%text}
\Makebox{content%text}
\Makebox[width]{content%text}
\Makebox[width][position]{content%text}
\Fbox{content%text}
\Framebox{content%text}
\Framebox[width]{content%text}
\Framebox[width][position]{content%text}
\Raisebox{length}{content%text}
\Raisebox{length}[height]{content%text}
\Raisebox{length}[height][depth]{content%text}
\Centerline{content%text}
\Leftline{content%text}
\Rightline{content%text}
\Rlap{content%text}
\Llap{content%text}
\parbox[position][height][inner-pos]{width}{content%text}
\parbox[position][height]{width}{content%text}
\parbox[position]{width}{content%text}
\parbox{width}{content%text}
\Sbox{register}{content%text}
\Savebox{register}{content%text}
\Savebox{register}[width]{content%text}
\Savebox{register}[width][position]{content%text}
#ifOption:color
#include:color
\Colorbox{color}{content%text}
\Colorbox[color model]{color}{content%text}
\Fcolorbox{fcolor}{bgcolor}{content%text}
\Fcolorbox[fc model]{fcolor}[bg model]{bgcolor}{content%text}
#endif
#ifOption:xcolor
#include:xcolor
\Colorbox{color}{content%text}
\Colorbox[color model]{color}{content%text}
\Fcolorbox{fcolor}{bgcolor}{content%text}
\Fcolorbox[fc model]{fcolor}[bg model]{bgcolor}{content%text}
#endif
#ifOption:graphics
#include:graphics
\Rotatebox{angle}{content%text}
\Rotatebox[options%keyvals}{angle}{content%text}
#keyvals:\Rotatebox
x=##L
y=##L
origin=
units=%<number%>
#endkeyvals
\Scalebox{h-scale}{contents%text}
\Scalebox{h-scale}[v-scale]{content%text}
\Reflectbox{contents%text}
\Resizebox{width}{height}{content%text}
\Resizebox*{width}{totalheight}{content%text}
#endif
#ifOption:graphicx
#include:graphicx
\Rotatebox{angle}{content%text}
\Rotatebox[options%keyvals}{angle}{content%text}
#keyvals:\Rotatebox
x=##L
y=##L
origin=
units=%<number%>
#endkeyvals
\Scalebox{h-scale}{contents%text}
\Scalebox{h-scale}[v-scale]{content%text}
\Reflectbox{contents%text}
\Resizebox{width}{height}{content%text}
\Resizebox*{width}{totalheight}{content%text}
#endif
#ifOption:dashbox
#include:dashbox
\Dbox{content%text}
\Dashbox{content%text}
\Dashbox[width]{content%text}
\Dashbox[width][position]{content%text}
\Lbox{content%text}
\Lbox[layers]{content%text}
\Dlbox{content%text}
\Dlbox[layers]{content%text}
#endif
#ifOption:fancybox
#include:fancybox
#endif
#ifOption:all
#include:xcolor
\Colorbox{color}{content%text}
\Colorbox[color model]{color}{content%text}
\Fcolorbox{fcolor}{bgcolor}{content%text}
\Fcolorbox[fc model]{fcolor}[bg model]{bgcolor}{content%text}
#include:graphicx
\Rotatebox{angle}{content%text}
\Rotatebox[options%keyvals}{angle}{content%text}
#keyvals:\Rotatebox
x=##L
y=##L
origin=
units=%<number%>
#endkeyvals
\Scalebox{h-scale}{contents%text}
\Scalebox{h-scale}[v-scale]{content%text}
\Reflectbox{contents%text}
\Resizebox{width}{height}{content%text}
\Resizebox*{width}{totalheight}{content%text}
#include:dashbox
\Dbox{content%text}
\Dashbox{content%text}
\Dashbox[width]{content%text}
\Dashbox[width][position]{content%text}
\Lbox{content%text}
\Lbox[layers]{content%text}
\Dlbox{content%text}
\Dlbox[layers]{content%text}
#include:fancybox
#endif
|