Hi folks,
Just a question:
I have this textbackground environment:
\definestartstop
[teoria]
[ before={\startbackground[background=color, backgroundcolor=mteoria, frame=on, width=broad, after={\bigskip}, before={\blank[big]\testpage[2]}, backgroundcorner=round, backgroundradius=5ex, backgroundoffset=5pt, framecorner=round, radius=5ex, frameoffset=5pt]},
after=\stopbackground
]
and I want an equivalent one with starttextbackground.
I try this:
\definetextbackground[provateoria]
[background=color, backgroundcolor=mteoria, location=paragraph, frame=on, width=broad, after={\bigskip}, before={\blank[big]\testpage[2]}, backgroundcorner=round, backgroundradius=5ex, backgroundoffset=5pt, framecorner=round, radius=5ex, frameoffset=5pt
]
\definestartstop
[teoria]
[ before={\starttextbackground[provateoria]},
after=\stoptextbackground
]
But I get:
* The corners are not rounded
* Can I achieve to "unbackground" footnotes inside \startteoria \stopteoria?
Thanks in advance,
Xan