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
|
# longfbox package
# Matthew Bertucci 2021/09/21 for v1.0
#include:options
#include:longbox
#include:pict2e
#include:ellipse
\lfbox{content%text}
\lfbox[options%keyvals]{content%text}
\begin{longfbox}
\begin{longfbox}[options%keyvals]
\end{longfbox}
\newfboxstyle{name}{options%keyvals}#s#%fboxstyle
\fboxset{options%keyvals}
#keyvals:\lfbox#c,\begin{longfbox}#c,\newfboxstyle#c,\fboxset#c
border-style=#none,hidden,solid,dotted,dashed,double,inset,outset,groove,ridge
border-top-style=#none,hidden,solid,dotted,dashed,double,inset,outset,groove,ridge
border-right-style=#none,hidden,solid,dotted,dashed,double,inset,outset,groove,ridge
border-bottom-style=#none,hidden,solid,dotted,dashed,double,inset,outset,groove,ridge
border-left-style=#none,hidden,solid,dotted,dashed,double,inset,outset,groove,ridge
border-break-style=
border-break-top-style=#none,hidden,solid,dotted,dashed,double,inset,outset,groove,ridge
border-break-bottom-style=#none,hidden,solid,dotted,dashed,double,inset,outset,groove,ridge
border-width=##L
border-top-width=##L
border-right-width=##L
border-bottom-width=##L
border-left-width=##L
border-break-width=
border-break-top-width=##L
border-break-bottom-width=##L
border-color=#%color
border-top-color=#%color
border-right-color=#%color
border-bottom-color=#%color
border-left-color=#%color
border-break-color=#%color
border-break-top-color=#%color
border-break-bottom-color=#%color
border-dark-mix=%<color mix%>
border-radius=##L
border-top-left-radius=##L
border-top-right-radius=##L
border-bottom-left-radius=##L
border-bottom-right-radius=##L
baseline=#bottom,middle,top
vertical-align=#baseline,bottom,middle,top,text-bottom,text-top,super,sub
raise=##L
height-align=#top,middle,bottom
text-align=#default,left,center,right,justify
background-color=#%color
background-clip=border-box,padding-box,content-box
background-padding-color=#%color
background-border-color=#%color
background-content-color=#%color
padding=##L
padding-top=##L
padding-right=##L
padding-bottom=##L
padding-left=##L
margin=##L
margin-top=##L
margin-right=##L
margin-bottom=##L
margin-left=##L
padding-break-top=##L
padding-break-bottom=##L
margin-break-top=##L
margin-break-bottom=##L
breakable#true,false
extra-split=##L
breakat={%<dimen1,dimen2,...%>}
height=##L
width=##L
outer-height=##L
outer-width=##L
tight
rounded
dotted
render=#default,plain,picture
insert-before={%<code%>}
inser-after={%<code%>}
render-insert-before={%<code%>}
render-insert-after={%<code%>}
picture-insert-before={%<code%>}
picture-insert-after={%<code%>}
plain-side-insert-before={%<code%>}
plain-side-insert-after={%<code%>}
picture-side-insert-before={%<code%>}
picture-side-insert-after={%<code%>}
baseline-skip#true,false
show-markers#true,false
marker-color=#%color
marker-width=##L
eject={%<code%>}
debug#true,false
verbose#true,false
border-dash=
border-top-dash=##L
border-right-dash=##L
border-bottom-dash=##L
border-left-dash=##L
border-break-top-dash=##L
border-break-bottom-dash=##L
border-dashskip=##L
border-top-dashskip=##L
border-right-dashskip=##L
border-bottom-dashskip=##L
border-left-dashskip=##L
border-break-top-dashskip=##L
border-break-bottom-dashskip=##L
border-dotskip=##L
border-top-dotskip=##L
border-right-dotskip=##L
border-bottom-dotskip=##L
border-left-dotskip=##L
border-break-top-dotskip=##L
border-break-bottom-dotskip=##L
%fboxstyle
#endkeyvals
\optionlengthlimit{length}{min}{max}#*
\optionradiuslimit{r1}{r2}{min}{max}#*
|