2013/1/30 Hiram Ring:
>   Sorry to re-open this thread, but it no longer works, or at least not on my
> system. Does LyX now handle glossing differently? Or has the \leftmargini
> command been subsumed by another command?
>
>   I posted more details of my issue here:
> http://www.latex-community.org/forum/viewtopic.php?f=19&p=75890
>
> Any thoughts/recommendations you have would be greatly appreciated. Of course,
> it may just be my system having this issue, which would also be worth knowing.

The tip on the wiki only changes the example (singular) environment.
To achieve the same with examples (plural), add the following to the
preamble;

\let\oldexamples\examples
\let\endoldexamples\endexamples
\renewenvironment{examples}{%
\setlength\leftmargini{3.05em}
\begin{oldexamples}%
\settowidth{\labelwidth}{(0.00)}}
{\end{oldexamples}}

HTH
Jürgen

> Best,
> Hiram

Reply via email to