Hi!
Eugene Toporov wrote:
> I have some issues with different things but both inside itemized lists:
>
> 1. Framed text width is calculated not as I expect. The sample below makes
> framedtext box appear partially on right margin
>
\textwidth is a constant that doesn't change when you enter a smaller box.
Do you want to get rid of the space left of the box or do you want to
have a frame, narrower than textwidth?
a)
\startitemize[n,packed]
\item A normal item paragraph, which normaly gets wrapped ok.
\stopitemize
\startframedtext[background=screen,frame=off,width=\textwidth]
Some listing as framedtext whose width seems calculated incorrectly.
\stopframedtext
\startitemize[n,packed,continue]
\item something else
\stopitemize
b) You can access \leftskip to get idea how much space is left on the
left side, there is also a \hsize, but there must be some better solution.