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
|
# textpos package
# Matthew Bertucci 7/26/2021 for v1.10
#include:everyshi
#include:keyval
#keyvals:\usepackage/textpos#c
showboxes
noshowtext
absolute
relative
overlay
quiet
verbose
discardcontent
#endkeyvals
\begin{textblock}{hsize}(hpos,vpos)
\begin{textblock}{hsize}[ho,vo](hpos,vpos)
\end{textblock}
\begin{textblock*}{hsize}(hpos,vpos)
\begin{textblock*}{hsize}[ho,vo](hpos,vpos)
\end{textblock*}
\TPoptions{options%keyvals}
#keyvals:\TPoptions
absolute#true,false
overlay#true,false
verbose#true,false
showboxes#true,false
showtext#true,false
discardcontent#true,false
#endkeyvals
\TPGrid{nhoriz}{nvert}
\TPGrid[x,y]{nhoriz}{nvert}
\TPShowGrid{nhoriz}{nvert}
\TPMargin{size%l}
\TPMargin*{size%l}
\TPReferencePosition{val1,val2}
\TPHorizModule
\TPVertModule
\ifTPshowboxes#*
\TPshowboxestrue
\TPshowboxesfalse
\TPboxrulesize
\textblocklabel{label%plain}
\showtextsize
\textblockorigin{hpos}{vpos}
\textblockcolour{color}#*
\textblockcolor{color}
\textblockrulecolour{color}#*
\textblockrulecolor{color}
\tekstblokkulur{color}#*
\tekstblokroolkulur{color}#*
|