Search found 3 matches

by JL-Quant
Sat Mar 03, 2012 5:08 pm
Forum: Text Formatting
Topic: Modify enumerated Lists to show Nesting on same Line
Replies: 4
Views: 3828

Re: Modify enumerated Lists to show Nesting on same Line

This is exactly how I wanted it. Thank you so much Stefan for your patience and help. I am most grateful.
by JL-Quant
Sat Mar 03, 2012 5:00 pm
Forum: Text Formatting
Topic: Modify enumerated Lists to show Nesting on same Line
Replies: 4
Views: 3828

Modify enumerated Lists to show Nesting on same Line

Hello Stefan,

My apologies for not posting code. My best attempt is with the following:

\begin{enumerate}

\item Question line 1
\begin{enumerate}
\item Part (a) text
\item Part (b) text
\begin{enumerate}
\item Part (b)(i) text
\item Part (b)(ii) text
\end{enumerate}
\end{enumerate}

\item ...
by JL-Quant
Sat Mar 03, 2012 4:12 pm
Forum: Text Formatting
Topic: Modify enumerated Lists to show Nesting on same Line
Replies: 4
Views: 3828

Modify enumerated Lists to show Nesting on same Line

Hi everyone,

I have just started learning LaTex. I am not sure how to modify the enumerate environment to show nestings on the same line. Could someone please kindly show me how to code the following list arrangment (not the actual text) in LaTex
enumeratemod.png
My whole document contains maths ...