Jürgen Spitzmüller <spitz <at> lyx.org> writes:
>
> 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
>
Thanks Jürgen! Yes, that works perfectly!
Amazing how simple the solution was - I was approaching the issue from so many
wrong directions.
Thanks again,
Hiram