RE: A newbie needs help

2002-08-27 Thread Robert Spee

looks like a typo. I think it should be \arabic instead of \arabix in the
redefinition of \labelnumii

Robert

 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}.}
  
   I got errors when I changed the previous ERT commands 
 with the commands
   stated above. 
  
  What are the errors?
 \item Age 



Re: A newbie needs help

2002-08-27 Thread Renaud MICHEL

Le Mardi 27 Août 2002 08:50, Robert Spee a écrit :
 looks like a typo. I think it should be \arabic instead of \arabix in the
 redefinition of \labelnumii

Oups, you are right ;-)
It is \arabic

-- 
Renaud Michel

Ta mere en kit chez Ikea



Re: A newbie needs help

2002-08-27 Thread Dekel Tsur

On Mon, Aug 26, 2002 at 04:22:01AM +0800, Marvin T. Pascual wrote:
 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{\labelenumi}{\arabic{enumi}.}
  \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}
 
 I got errors when I changed the previous ERT commands with the commands
 stated above.

Because there is a typo there: \arabix instead of \arabic.

PS: A better way to change the enumarate style is is to do the following:
(this is needed only if you use references to labels in the list)
  \renewcommand{\theenumi}{\arabic{enumi}}
  \renewcommand{\theenumii}{\arabic{enumii}}
  \newcommand\labelenumii{\theenumi.\theenumii}
  \renewcommand\p@enumii{\theenumi.}

Redefine the command \contentsname
\renewcommand{\contentsname}{Table of Contents}
  
   I did it already but still it doesn't work.  Any other ideas?
 
 Nothing happens.

Use
\usepackage{babel}
\addto\captionsenglish{
  \renewcommand{\contentsname}{Table of Contents}
}

(replace the string english by the language you use in the document)




Re: A newbie needs help

2002-08-27 Thread Dekel Tsur

On Sun, Aug 25, 2002 at 12:58:40PM -0600, [EMAIL PROTECTED] wrote:
 #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 
 
 I want to have my Table of Contents, List of Figures, List of Tables, 
 Bibliography, URLs, e-mails, and anything that is related to links 
 internally and externally goes to right position, section, website, etc..  
 How can I do this? I already tried the Insert -- URL -- and entered the 
 name and the right URL but it doesn't work when I tried to View -- pdflatex 
 and when exporting it to pdflatex. 
 #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 
 
 Lastly, how can I make Bookmarks in PDF using Lyx? 
 
 #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Just add \usepackage[pdftex]{hyperref} to the preamble.



RE: A newbie needs help

2002-08-27 Thread Robert Spee

looks like a typo. I think it should be \arabic instead of \arabix in the
redefinition of \labelnumii

Robert

 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}.}
  
   I got errors when I changed the previous ERT commands 
 with the commands
   stated above. 
  
  What are the errors?
 \item Age 



Re: A newbie needs help

2002-08-27 Thread Renaud MICHEL

Le Mardi 27 Août 2002 08:50, Robert Spee a écrit :
 looks like a typo. I think it should be \arabic instead of \arabix in the
 redefinition of \labelnumii

Oups, you are right ;-)
It is \arabic

-- 
Renaud Michel

Ta mere en kit chez Ikea



Re: A newbie needs help

2002-08-27 Thread Dekel Tsur

On Mon, Aug 26, 2002 at 04:22:01AM +0800, Marvin T. Pascual wrote:
 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{\labelenumi}{\arabic{enumi}.}
  \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}
 
 I got errors when I changed the previous ERT commands with the commands
 stated above.

Because there is a typo there: \arabix instead of \arabic.

PS: A better way to change the enumarate style is is to do the following:
(this is needed only if you use references to labels in the list)
  \renewcommand{\theenumi}{\arabic{enumi}}
  \renewcommand{\theenumii}{\arabic{enumii}}
  \newcommand\labelenumii{\theenumi.\theenumii}
  \renewcommand\p@enumii{\theenumi.}

Redefine the command \contentsname
\renewcommand{\contentsname}{Table of Contents}
  
   I did it already but still it doesn't work.  Any other ideas?
 
 Nothing happens.

Use
\usepackage{babel}
\addto\captionsenglish{
  \renewcommand{\contentsname}{Table of Contents}
}

(replace the string english by the language you use in the document)




Re: A newbie needs help

2002-08-27 Thread Dekel Tsur

On Sun, Aug 25, 2002 at 12:58:40PM -0600, [EMAIL PROTECTED] wrote:
 #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 
 
 I want to have my Table of Contents, List of Figures, List of Tables, 
 Bibliography, URLs, e-mails, and anything that is related to links 
 internally and externally goes to right position, section, website, etc..  
 How can I do this? I already tried the Insert -- URL -- and entered the 
 name and the right URL but it doesn't work when I tried to View -- pdflatex 
 and when exporting it to pdflatex. 
 #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 
 
 Lastly, how can I make Bookmarks in PDF using Lyx? 
 
 #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Just add \usepackage[pdftex]{hyperref} to the preamble.



RE: A newbie needs help

2002-08-27 Thread Robert Spee

looks like a typo. I think it should be \arabic instead of \arabix in the
redefinition of \labelnumii

Robert

> > > > > 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}.}
> > >
> > > I got errors when I changed the previous ERT commands 
> with the commands
> > > stated above. 
> > 
> > What are the errors?
> \item Age 



Re: A newbie needs help

2002-08-27 Thread Renaud MICHEL

Le Mardi 27 Août 2002 08:50, Robert Spee a écrit :
> looks like a typo. I think it should be \arabic instead of \arabix in the
> redefinition of \labelnumii

Oups, you are right ;-)
It is \arabic

-- 
Renaud Michel

Ta mere en kit chez Ikea



Re: A newbie needs help

2002-08-27 Thread Dekel Tsur

On Mon, Aug 26, 2002 at 04:22:01AM +0800, Marvin T. Pascual wrote:
> 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{\labelenumi}{\arabic{enumi}.}
> > \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}
> 
> I got errors when I changed the previous ERT commands with the commands
> stated above.

Because there is a typo there: \arabix instead of \arabic.

PS: A better way to change the enumarate style is is to do the following:
(this is needed only if you use references to labels in the list)
  \renewcommand{\theenumi}{\arabic{enumi}}
  \renewcommand{\theenumii}{\arabic{enumii}}
  \newcommand\labelenumii{\theenumi.\theenumii}
  \renewcommand\p@enumii{\theenumi.}

> > > > Redefine the command \contentsname
> > > > \renewcommand{\contentsname}{Table of Contents}
> > >
> > > I did it already but still it doesn't work.  Any other ideas?
> 
> Nothing happens.

Use
\usepackage{babel}
\addto\captionsenglish{
  \renewcommand{\contentsname}{Table of Contents}
}

(replace the string english by the language you use in the document)




Re: A newbie needs help

2002-08-27 Thread Dekel Tsur

On Sun, Aug 25, 2002 at 12:58:40PM -0600, [EMAIL PROTECTED] wrote:
> #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 
> 
> I want to have my Table of Contents, List of Figures, List of Tables, 
> Bibliography, URLs, e-mails, and anything that is related to links 
> internally and externally goes to right position, section, website, etc..  
> How can I do this? I already tried the Insert --> URL --> and entered the 
> name and the right URL but it doesn't work when I tried to View --> pdflatex 
> and when exporting it to pdflatex. 
> #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 
> 
> Lastly, how can I make Bookmarks in PDF using Lyx? 
> 
> #- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Just add \usepackage[pdftex]{hyperref} to the preamble.



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{\labelenumi}{\arabic{enumi}.}
   \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}
 
  I got errors when I changed the previous ERT commands with the commands
  stated above. 
 
 What are the errors?
\item Age 

The control sequence at the end of the top line of your error message was 
never \def'ed. If you have misspelled it (e.g., '\hobx',), type 'I' and the 
correct spelling (e.g., 'I\hbox'). Otherwise just continue, and I'll forget 
about whatever was undefined. 

It somewhat like looking a variable named Age in my enumerated list. 

Actualy there are 9 errors but the same errors. 

 - - -  s n i p  - - -
1. What is the demographic profile of the respondents according to the 
following: 

  (a) Age 

  (b) Gender 

  (c) Civil status 

  (d) Industry 

  (e) Position 

  (f) Occupation
 - - -  s n i p  - - - 

Thanks. 

God bless... 

Marvin



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{\labelenumi}{\arabic{enumi}.}
   \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}
 
  I got errors when I changed the previous ERT commands with the commands
  stated above. 
 
 What are the errors?
\item Age 

The control sequence at the end of the top line of your error message was 
never \def'ed. If you have misspelled it (e.g., '\hobx',), type 'I' and the 
correct spelling (e.g., 'I\hbox'). Otherwise just continue, and I'll forget 
about whatever was undefined. 

It somewhat like looking a variable named Age in my enumerated list. 

Actualy there are 9 errors but the same errors. 

 - - -  s n i p  - - -
1. What is the demographic profile of the respondents according to the 
following: 

  (a) Age 

  (b) Gender 

  (c) Civil status 

  (d) Industry 

  (e) Position 

  (f) Occupation
 - - -  s n i p  - - - 

Thanks. 

God bless... 

Marvin



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{\labelenumi}{\arabic{enumi}.}
> > > \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}
> >
> > I got errors when I changed the previous ERT commands with the commands
> > stated above. 
> 
> What are the errors?
\item Age 

The control sequence at the end of the top line of your error message was 
never \def'ed. If you have misspelled it (e.g., '\hobx',), type 'I' and the 
correct spelling (e.g., 'I\hbox'). Otherwise just continue, and I'll forget 
about whatever was undefined. 

It somewhat like looking a variable named "Age" in my enumerated list. 

Actualy there are 9 errors but the same errors. 

 - - - < s n i p > - - -
1. What is the demographic profile of the respondents according to the 
following: 

  (a) Age 

  (b) Gender 

  (c) Civil status 

  (d) Industry 

  (e) Position 

  (f) Occupation
 - - - < s n i p > - - - 

Thanks. 

God bless... 

Marvin



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 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? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

  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. 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

  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? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

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.? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

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 have a weird output of my Acknowledgement part of CU-Thesis.  The entire 
thesis has been set to doublespace but the second paragraph of my 
Acknowledgement is singlespace.  How can I fix it? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

I want to have my Table of Contents, List of Figures, List of Tables, 
Bibliography, URLs, e-mails, and anything that is related to links 
internally and externally goes to right position, section, website, etc..  
How can I do this? I already tried the Insert -- URL -- and entered the 
name and the right URL but it doesn't work when I tried to View -- pdflatex 
and when exporting it to pdflatex. 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

How can I customize my Approval Sheet page of my thesis template/class to 
have two names in one line/row?  For example: 

 - - -  s n i p  - - -
 APPROVAL SHEET
This is a paragraph with lots of sentence. 


 
   NameName
   Position  Position 


   
   Name
 Position
 - - -  s n i p  - - - 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Lastly, how can I make Bookmarks in PDF using Lyx? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Thank you very much in advance... 

God bless... 


Marvin



Re: A newbie needs help

2002-08-25 Thread Renaud MICHEL

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{\labelenumi}{\arabic{enumi}.}
  \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}

 I got errors when I changed the previous ERT commands with the commands
 stated above.

What are the errors?

   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?

 I just want that if a cell of a particular column occupies a thickness
 of 3 lines because of long characters, the rest will just occupy a
 thickness equal to 1 line if the characters inside the cell is just
 short enough.

You can't, each cell of a line must have the same height.

 Please forgive me for my broken English.

No problem, english isn't my first language too ;)

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?

 Nothing happens.

No more idea here.

   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.

 Where will I select the font size?  Is it in the LAYOUT -- DOCUMENT --
 FONT SIZE?  If it is, then what happens is it converts the entire fonts
 to the new size.

No, it is LAYOUT -- CHARACTER

   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.

 Where?  All of the pages before Chapter 1 of my thesis is autogenerated
 from the PREAMBLE that I wrote in my Lyx.

Sorry, don't know what to do here.

-- 
Renaud Michel

Ce qui ne fut pas sera, et nul n'en est à l'abri. Jacques Bergier



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 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? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

  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. 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

  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? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

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.? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

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 have a weird output of my Acknowledgement part of CU-Thesis.  The entire 
thesis has been set to doublespace but the second paragraph of my 
Acknowledgement is singlespace.  How can I fix it? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

I want to have my Table of Contents, List of Figures, List of Tables, 
Bibliography, URLs, e-mails, and anything that is related to links 
internally and externally goes to right position, section, website, etc..  
How can I do this? I already tried the Insert -- URL -- and entered the 
name and the right URL but it doesn't work when I tried to View -- pdflatex 
and when exporting it to pdflatex. 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

How can I customize my Approval Sheet page of my thesis template/class to 
have two names in one line/row?  For example: 

 - - -  s n i p  - - -
 APPROVAL SHEET
This is a paragraph with lots of sentence. 


 
   NameName
   Position  Position 


   
   Name
 Position
 - - -  s n i p  - - - 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Lastly, how can I make Bookmarks in PDF using Lyx? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Thank you very much in advance... 

God bless... 


Marvin



Re: A newbie needs help

2002-08-25 Thread Renaud MICHEL

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{\labelenumi}{\arabic{enumi}.}
  \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}

 I got errors when I changed the previous ERT commands with the commands
 stated above.

What are the errors?

   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?

 I just want that if a cell of a particular column occupies a thickness
 of 3 lines because of long characters, the rest will just occupy a
 thickness equal to 1 line if the characters inside the cell is just
 short enough.

You can't, each cell of a line must have the same height.

 Please forgive me for my broken English.

No problem, english isn't my first language too ;)

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?

 Nothing happens.

No more idea here.

   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.

 Where will I select the font size?  Is it in the LAYOUT -- DOCUMENT --
 FONT SIZE?  If it is, then what happens is it converts the entire fonts
 to the new size.

No, it is LAYOUT -- CHARACTER

   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.

 Where?  All of the pages before Chapter 1 of my thesis is autogenerated
 from the PREAMBLE that I wrote in my Lyx.

Sorry, don't know what to do here.

-- 
Renaud Michel

Ce qui ne fut pas sera, et nul n'en est à l'abri. Jacques Bergier



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 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? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

> > 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. 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

> > 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? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

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.? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

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 have a weird output of my "Acknowledgement" part of CU-Thesis.  The entire 
thesis has been set to "doublespace" but the second paragraph of my 
Acknowledgement is singlespace.  How can I fix it? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

I want to have my Table of Contents, List of Figures, List of Tables, 
Bibliography, URLs, e-mails, and anything that is related to links 
internally and externally goes to right position, section, website, etc..  
How can I do this? I already tried the Insert --> URL --> and entered the 
name and the right URL but it doesn't work when I tried to View --> pdflatex 
and when exporting it to pdflatex. 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

How can I customize my Approval Sheet page of my thesis template/class to 
have two names in one line/row?  For example: 

 - - - < s n i p > - - -
 APPROVAL SHEET
This is a paragraph with lots of sentence. 


 
   NameName
   Position  Position 


   
   Name
 Position
 - - - < s n i p > - - - 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Lastly, how can I make Bookmarks in PDF using Lyx? 

#- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -# 

Thank you very much in advance... 

God bless... 


Marvin



Re: A newbie needs help

2002-08-25 Thread Renaud MICHEL

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{\labelenumi}{\arabic{enumi}.}
> > \renewcommand{\labelenumii}{\labelenumi\arabix{enumii}.}
>
> I got errors when I changed the previous ERT commands with the commands
> stated above.

What are the errors?

> > > 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?
>
> I just want that if a cell of a particular column occupies a thickness
> of 3 lines because of long characters, the rest will just occupy a
> thickness equal to 1 line if the characters inside the cell is just
> short enough.

You can't, each cell of a line must have the same height.

> Please forgive me for my broken English.

No problem, english isn't my first language too ;)

> > > > 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?
>
> Nothing happens.

No more idea here.

> > > 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.
>
> Where will I select the font size?  Is it in the LAYOUT --> DOCUMENT -->
> FONT SIZE?  If it is, then what happens is it converts the entire fonts
> to the new size.

No, it is LAYOUT --> CHARACTER

> > > 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.
>
> Where?  All of the pages before Chapter 1 of my thesis is autogenerated
> from the PREAMBLE that I wrote in my Lyx.

Sorry, don't know what to do here.

-- 
Renaud Michel

Ce qui ne fut pas sera, et nul n'en est à l'abri. Jacques Bergier



Re: A newbie needs help

2002-08-21 Thread Renaud MICHEL

Le Mercredi 21 Août 2002 12:21, [EMAIL PROTECTED] a écrit :
 1.) How can I change the second level of my Enumeration to a decimal
 numbers instead of the default letters?  For example:

  - - -  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  - - -

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)

 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.

 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}

 4.) I want to have a ladder type of indention, how will I do it?  For
 example:

  - - -  s n i p  - - -
   This is the first paragraph.

  This is the first indention that I want to make.

 This is the second indention that I want to make.

   Then goes back to the normal indention for the second paragraph.
  - - -  s n i p  - - -

You can simulate this with minipages that are right aligned (cf sample)

PS: the sample file was created with LyX 1.2.1

-- 
Renaud Michel

Ta mere c'est Chantal Goya 



sample.lyx
Description: application/lyx


Re: A newbie needs help

2002-08-21 Thread Renaud MICHEL

Le Mercredi 21 Août 2002 12:21, [EMAIL PROTECTED] a écrit :
 1.) How can I change the second level of my Enumeration to a decimal
 numbers instead of the default letters?  For example:

  - - -  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  - - -

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)

 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.

 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}

 4.) I want to have a ladder type of indention, how will I do it?  For
 example:

  - - -  s n i p  - - -
   This is the first paragraph.

  This is the first indention that I want to make.

 This is the second indention that I want to make.

   Then goes back to the normal indention for the second paragraph.
  - - -  s n i p  - - -

You can simulate this with minipages that are right aligned (cf sample)

PS: the sample file was created with LyX 1.2.1

-- 
Renaud Michel

Ta mere c'est Chantal Goya 



sample.lyx
Description: application/lyx


Re: A newbie needs help

2002-08-21 Thread Renaud MICHEL

Le Mercredi 21 Août 2002 12:21, [EMAIL PROTECTED] a écrit :
> 1.) How can I change the second level of my Enumeration to a decimal
> numbers instead of the default letters?  For example:
>
>  - - - < 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 > - - -

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)

> 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.

> 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}

> 4.) I want to have a ladder type of indention, how will I do it?  For
> example:
>
>  - - - < s n i p > - - -
>   This is the first paragraph.
>
>  This is the first indention that I want to make.
>
> This is the second indention that I want to make.
>
>   Then goes back to the normal indention for the second paragraph.
>  - - - < s n i p > - - -

You can simulate this with minipages that are right aligned (cf sample)

PS: the sample file was created with LyX 1.2.1

-- 
Renaud Michel

Ta mere c'est Chantal Goya 



sample.lyx
Description: application/lyx