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
|
# dynblocks package
# Matthew Bertucci 2/10/2022 for v0.2b
#include:tikz
#include:etoolbox
#include:xparse
#keyvals:\usepackage/dynblocks#c
customcolors
getthemecolors
roundedcorners
shadow
#endkeyvals
\opaqueblock<overlay specification>{text}
\opaqueblock<overlay specification>[width]{text}
\invblock<overlay specification>
\begin{dynblock}
\end{dynblock}
\setalignment{alignment%keyvals}
#keyvals:\setalignment#c
left
flush left
right
flush right
center
flush center
justify
none
#endkeyvals
\setvisopacity{opacity}
\setinvopacity{opacity}
\dynalert<overlay specification>{text}
\setwordscolor{color}
\setshadowopacity{opacity}
#ifOption:customcolors
\setblockcolor{color}
\setbordercolor{color}
\setinnercolor{color}
\setoutercolor{color}
\settopcolor{color}
\setbottomcolor{color}
\setleftcolor{color}
\setrightcolor{color}
#endif
\fancyblock<overlay specification>{text}
\fancyblock<overlay specification>[width]{text}
\vshadeblock<overlay specification>{text}
\vshadeblock<overlay specification>[width]{text}
\oshadeblock<overlay specification>{text}
\oshadeblock<overlay specification>[width]{text}
\thecol#*
\thebordercol#*
\myalert{text}#*
\printthistext{id}#*
\savetext{id}{text}#*
\thethistext#*
\intdimension#*
|