Indentation inside environment
Hi, I would have no indentation for the text (ward) thank you, Fabrice \starttext \startitemize[A][stopper={.},style=bold] \iem \blank[big] \input ward \startitemize[n][stopper={.},style=bold] \item \item \item \stopitemize \item \blank[big] \input ward \startitemize[n][stopper={.},style=bold] \item \item \item \stopitemize \stopitemize \stoptext
Am 30.01.2015 um 12:59 schrieb Fabrice Couvreur
: Hi, I would have no indentation for the text (ward) thank you, Fabrice
\starttext \startitemize[A][stopper={.},style=bold] \iem
^^^^ \item
\blank[big] \input ward \startitemize[n][stopper={.},style=bold] \item \item \item \stopitemize \item \blank[big] \input ward \startitemize[n][stopper={.},style=bold] \item \item \item \stopitemize \stopitemize \stoptext
You can use the “intent” keyword (i.e. \startitemize[intext][..,..=..,..]) or as alternative use a enumeration for the outer level of your list. Wolfgang
Hi Wolfgang, For the first option, it's ok, thank you. Can you clarify for the second option? Best regards, Fabrice
Am 30.01.2015 um 19:56 schrieb Fabrice
: Hi Wolfgang, For the first option, it's ok, thank you. Can you clarify for the second option?
Something like (untested): \defineenumeration[FirstLevel][numberconversion=A,alternative=top] \starttext \startFirstLevel \startitemize[n] \item \item \item \stopitemize \stopFirstLevel \stoptext Wolfgang
participants (3)
-
Fabrice
-
Fabrice Couvreur
-
Wolfgang Schuster