Re: Setting values for lists

2007-02-27 Thread Richard Heck
It's kind of a theme on the list that \let is almost always the way to go in these situations. Paul Tremblay wrote: > On Tue, 27 Feb 2007 17:58:09 -0500 > "Paul A. Rubin" <[EMAIL PROTECTED]> wrote: > >> Paul Tremblay wrote: >> >>> How do you customize lists such as enumerate in LyX? I kno

Re: Setting values for lists

2007-02-27 Thread Paul Tremblay
On Tue, 27 Feb 2007 17:58:09 -0500 "Paul A. Rubin" <[EMAIL PROTECTED]> wrote: > Paul Tremblay wrote: > > How do you customize lists such as enumerate in LyX? I know in raw > > latex you type something like > > > > \begin{itemize}{\setlength{\itemsep}{0pt}} > > \item{foo} > > \end{itemize} > > >

Re: Setting values for lists

2007-02-27 Thread Paul A. Rubin
Paul Tremblay wrote: How do you customize lists such as enumerate in LyX? I know in raw latex you type something like \begin{itemize}{\setlength{\itemsep}{0pt}} \item{foo} \end{itemize} But how does one set the \itemsep and so fourth? I don't believe you can set these vaules in the preamble,

Setting values for lists

2007-02-27 Thread Paul Tremblay
How do you customize lists such as enumerate in LyX? I know in raw latex you type something like \begin{itemize}{\setlength{\itemsep}{0pt}} \item{foo} \end{itemize} But how does one set the \itemsep and so fourth? I don't believe you can set these vaules in the preamble, since list values outsid