A newbie needs help

2002-08-21 Thread bintut
Hello all, I am working a thesis and I'm using the CU-Thesis class on my Mandrake Linux 8.2, lyx-1.2.0-6mdk. This is my first time to use Lyx and I can't find the solution of my problems and here they are: 1.) How can I change the second level of my Enumeration to a decimal numbers instead

Re: A newbie needs help

2002-08-25 Thread bintut
On Thu, 2002-08-22 at 00:25, Renaud MICHEL wrote: > > You can do this by redefining the LaTeX command that writes the label, for > the second level it is \labelenumii, use this command in a LaTeX inset > \renewcommand{\labelenumii}{\labelenumi\arabic{enumii}} > (cf sample) I did that already bu

Re: A newbie needs help

2002-08-26 Thread bintut
On Mon, 2002-08-26 at 04:40, Renaud MICHEL wrote: > Le Dimanche 25 Août 2002 22:22, Marvin T. Pascual a écrit : > > On Mon, 2002-08-26 at 03:24, Renaud MICHEL wrote: > > > > How can I change the parenthesis to a dot right beside the number? > > > > > > Just redefine them both > > > \renewcommand{\

Enumerate without reset problem

2002-08-27 Thread bintut
Hello gurus, I have another problem with the "enumerate without reset" feature based from . - - - < s n i p > - - - \newcounter{myEnumCounter} \newcounter{mySaveCounter} \renewenvironment{enumerate}{% \begin{list}{\arabic{myEnumCounter}.}{\usecounter{

Re: Enumerate without reset problem

2002-08-29 Thread bintut
On Fri, 2002-08-30 at 01:17, Dekel Tsur wrote: > > > If you want to define a new environment, use the following code > > \newcounter{enumisave} > \def\myenumerate{% > \ifnum \@enumdepth >\thr@@\@toodeep\else > \advance\@enumdepth\@ne > \edef\@enumctr{enum\romannumeral\the\@enumdepth}