Re: No first line in double enumeration

2020-11-28 Thread Hal Kierstead
But this is neither the behavior the LaTex example gives nor the behavior I wanted. I wanted the first line to start with the secondary enumeration. The ERT box does this. Hal > On Nov 28, 2020, at 10:32 AM, José Abílio Matos wrote: > > On Thursday, November 26, 2020 4:37:08 PM WET Richard Ki

Re: No first line in double enumeration

2020-11-26 Thread Richard Kimberly Heck
On 11/26/20 6:51 AM, Dr Eberhard W Lisse wrote: > RTFM, > > the TAB button is your friend. To add a bit more: This is what "Increase List Depth" does. Find it on the edit menu. Riki > On 2020-11-25 21:22 , Hal Kierstead wrote: >> All - >> >> Is there a way to enter the following code in LyX wit

Re: No first line in double enumeration

2020-11-26 Thread Dr Eberhard W Lisse
RTFM, the TAB button is your friend. el On 2020-11-25 21:22 , Hal Kierstead wrote: > All - > > Is there a way to enter the following code in LyX without ERT: > > \begin{enumerate} > \item  > \begin{enumerate} > \item a > \item b > \end{enumerate} > \item 2 > \end{enumerate} > > > Thanks, >