Re: Adding an abstract section into a book class

2006-07-20 Thread Marcelo Acuña
   I added a chapter* at the begining of the book
  with
   the title Abstract.
   This provide a chapter without number.
   I added a ERT with addcontents command and I get
  that
   this chapter* appears in TOC.
  
   Marcelo
  
  
  I'm very interested in your solution. Can you tell
  me how to add a  
  ERT (and firstly, what is an ERT ;-))?
  Thanks for your answer, I'm a beginner!
  
  Isaac Pante
  
 ERT is a way for add a latex command in lyx.
 In this moment I am not in my computer and I don´t
 remember exactly the command.
 You can try with this:
 click in ERT in menu bar,
 write this command in ERT box:

\addcontentsline{toc}{chapter}{\protectnumber{Abstract}}
 
 The last argument is the title that you want.
 
 I don´t speak English.
 I don´t remember how spell protectnumber.
 
 If it no work try with
 \addcontentsline{toc}{chapter}{Abstract}
 
 Marcelo






__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



Re: Adding an abstract section into a book class

2006-07-20 Thread Marcelo Acuña
   I added a chapter* at the begining of the book
  with
   the title Abstract.
   This provide a chapter without number.
   I added a ERT with addcontents command and I get
  that
   this chapter* appears in TOC.
  
   Marcelo
  
  
  I'm very interested in your solution. Can you tell
  me how to add a  
  ERT (and firstly, what is an ERT ;-))?
  Thanks for your answer, I'm a beginner!
  
  Isaac Pante
  
 ERT is a way for add a latex command in lyx.
 In this moment I am not in my computer and I don´t
 remember exactly the command.
 You can try with this:
 click in ERT in menu bar,
 write this command in ERT box:

\addcontentsline{toc}{chapter}{\protectnumber{Abstract}}
 
 The last argument is the title that you want.
 
 I don´t speak English.
 I don´t remember how spell protectnumber.
 
 If it no work try with
 \addcontentsline{toc}{chapter}{Abstract}
 
 Marcelo






__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



Re: Adding an abstract section into a book class

2006-07-20 Thread Marcelo Acuña
> > > I added a chapter* at the begining of the book
> > with
> > > the title Abstract.
> > > This provide a chapter without number.
> > > I added a ERT with addcontents command and I get
> > that
> > > this chapter* appears in TOC.
> > >
> > > Marcelo
> > >
> > 
> > I'm very interested in your solution. Can you tell
> > me how to add a  
> > ERT (and firstly, what is an ERT ;-))?
> > Thanks for your answer, I'm a beginner!
> > 
> > Isaac Pante
> > 
 ERT is a way for add a latex command in lyx.
 In this moment I am not in my computer and I don´t
 remember exactly the command.
 You can try with this:
 click in ERT in menu bar,
 write this command in ERT box:

\addcontentsline{toc}{chapter}{\protectnumber{Abstract}}
 
 The last argument is the title that you want.
 
 I don´t speak English.
 I don´t remember how spell protectnumber.
 
 If it no work try with
 \addcontentsline{toc}{chapter}{Abstract}
 
 Marcelo






__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



Adding an abstract section into a book class

2006-07-13 Thread Isaac Pante

Hello everybody!

I want to insert an abstract of my work in my document. Is there a  
way to use the abstract environment into a document created with  
the class book?


Thanks for your help!

Isaac Pante






Re: Adding an abstract section into a book class

2006-07-13 Thread Richard Heck
Isaac Pante wrote:
 I want to insert an abstract of my work in my document. Is there a way
 to use the abstract environment into a document created with the
 class book?
No: The abstract environment does not exist in the book class. (It does
exist in amsbook.) Of course, you can define such an environment
yourself, of just use some other environment (say, quote) at the
appropriate point.

Richard




Adding an abstract section into a book class

2006-07-13 Thread Isaac Pante

Hello everybody!

I want to insert an abstract of my work in my document. Is there a  
way to use the abstract environment into a document created with  
the class book?


Thanks for your help!

Isaac Pante






Re: Adding an abstract section into a book class

2006-07-13 Thread Richard Heck
Isaac Pante wrote:
 I want to insert an abstract of my work in my document. Is there a way
 to use the abstract environment into a document created with the
 class book?
No: The abstract environment does not exist in the book class. (It does
exist in amsbook.) Of course, you can define such an environment
yourself, of just use some other environment (say, quote) at the
appropriate point.

Richard




Adding an abstract section into a book class

2006-07-13 Thread Isaac Pante

Hello everybody!

I want to insert an abstract of my work in my document. Is there a  
way to use the "abstract" environment into a document created with  
the class "book"?


Thanks for your help!

Isaac Pante






Re: Adding an abstract section into a book class

2006-07-13 Thread Richard Heck
Isaac Pante wrote:
> I want to insert an abstract of my work in my document. Is there a way
> to use the "abstract" environment into a document created with the
> class "book"?
No: The abstract environment does not exist in the book class. (It does
exist in amsbook.) Of course, you can define such an environment
yourself, of just use some other environment (say, quote) at the
appropriate point.

Richard