Le Dimanche 25 Ao�t 2002 20:58, [EMAIL PROTECTED] a �crit :
> 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 but I got this instead:
>
>  - - - < s n i p > - - -
> (1) First, first level enumeration
>    (1)1 First, second level enumeration
>    (1)2 Second, second level enumeration
> (2) Second, first level enumeration
>    (2)1 First, second level enumeration
>    (2)2 Second, second level enumeration
>  - - - < s n i p > - - -
>
> How can I change the parenthesis to a dot right beside the number?

Just redefine them both
\renewcommand{\labelenumi}{\arabic{enumi}.}
\renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}

> #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -#
>
> > > 2.) How can i fit the table that I created that will not exceed the
> > > defined margin? What is happening with my thesis is if I have a long
> > > table header/caption, the cell extends.  All I want is to have a
> > > fixed width of a particular column and if the data within the cell is
> > > long, it will just moves down the next line but not the next row,
> > > just like in MS Word.
> >
> > Check the table dialog, you can set a fixed size for a column.
>
> I did it and it works - to have a fixed size of the column.  But the new
> problem is if one of the cells has a long number of characters and if,
> for example, I fixed the size of that particular column what happens is
> it occupies 3 equal lines for that row INCLUDING all other cells.  In
> short, all cells has the height of 3 equal lines.

Of course, how do you want it to behave?

> #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -#
>
> > > 3.) How will I change the label "Contents" to "Table of Contents" in
> > > my thesis.cls or any other options to do it?
> >
> > Redefine the command \contentsname
> > \renewcommand{\contentsname}{Table of Contents}
>
> I did it already but still it doesn't work.  Any other ideas?

Did you put the command in the preamble?

> #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -#
>
> How can I change the font size of the selected parts of the (CU -)
> Thesis, for example, I want to set the font size of the characters inside
> the table to 10pt. and the rest are 12pt.?

Just select the whole table and set the font size to small.

> #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -#
>
> How can I add a page in the preamble of CU-Thesis, let say I want to add
> a Recommendation for Oral Examination page?

I don't see the problem here, just add your page where it should be.

-- 
Renaud Michel

Ne soyons pas si difficiles :
Les accommodants, ce sont les plus habiles.

        -- Jean de La Fontaine, Le Heron

Reply via email to