Re: customizing Environments

2001-08-27 Thread Steve Litt

On Monday 27 August 2001 03:34, you wrote:

 Paragraph and paragraph are *really* different things:
  - Paragraph is the lowest sectioning level, with no numbering, title
  in boldface on the same line as the beginning of the text (in the
  current implementation);

I've gotten numbering on my Paragraph and Subparagraph environments by 
cranking up the level on Layout-Document-Section number depth.

Steve



Re: customizing Environments

2001-08-27 Thread Jean-Pierre.Chretien


Date: Fri, 24 Aug 2001 15:03:41 -0300
From: Rodrigo Alexandre Ribeiro Canellas [EMAIL PROTECTED]
To: Jean-Pierre.Chretien  [EMAIL PROTECTED]
CC: Lyx  [EMAIL PROTECTED]
Subject: Re: customizing Environments

I think I need to learn a bit more of LaTex to be able to create or modify 
classes and envinroments.
Untill then, I will try to use just what Lyx offers me, wich is really quite a 
lot!

Thanks!
Merci!
Obrigado!

That was my point, it seemed to me that you asked for class/environment
hacking because of misuse of the Paragraph environment, and that you
had really noting to hack, just to use it as specified...

Paragraph and paragraph are *really* different things:
 - Paragraph is the lowest sectioning level, with no numbering, title
 in boldface on the same line as the beginning of the text (in the
 current implementation);
 - paragraph is the lowest text layout level (implicitly delimited with
 one or more newlines and controlled locally with Layout-Paragraph).

-- 
Jean-Pierre




Re: customizing Environments

2001-08-27 Thread Steve Litt

On Monday 27 August 2001 03:34, you wrote:

 Paragraph and paragraph are *really* different things:
  - Paragraph is the lowest sectioning level, with no numbering, title
  in boldface on the same line as the beginning of the text (in the
  current implementation);

I've gotten numbering on my Paragraph and Subparagraph environments by 
cranking up the level on Layout-Document-Section number depth.

Steve



Re: customizing Environments

2001-08-27 Thread Jean-Pierre.Chretien


>>Date: Fri, 24 Aug 2001 15:03:41 -0300
>>From: "Rodrigo Alexandre Ribeiro Canellas" <[EMAIL PROTECTED]>
>>To: "Jean-Pierre.Chretien"  <[EMAIL PROTECTED]>
>>CC: "Lyx"  <[EMAIL PROTECTED]>
>>Subject: Re: customizing Environments
>>
>>I think I need to learn a bit more of LaTex to be able to create or modify 
classes and envinroments.
>>Untill then, I will try to use just what Lyx offers me, wich is really quite a 
lot!
>>
>>Thanks!
>>Merci!
>>Obrigado!

That was my point, it seemed to me that you asked for class/environment
hacking because of misuse of the Paragraph environment, and that you
had really noting to hack, just to use it as specified...

Paragraph and paragraph are *really* different things:
 - Paragraph is the lowest sectioning level, with no numbering, title
 in boldface on the same line as the beginning of the text (in the
 current implementation);
 - paragraph is the lowest text layout level (implicitly delimited with
 one or more newlines and controlled locally with Layout->Paragraph).

-- 
Jean-Pierre




Re: customizing Environments

2001-08-27 Thread Steve Litt

On Monday 27 August 2001 03:34, you wrote:

> Paragraph and paragraph are *really* different things:
>  - Paragraph is the lowest sectioning level, with no numbering, title
>  in boldface on the same line as the beginning of the text (in the
>  current implementation);

I've gotten numbering on my Paragraph and Subparagraph environments by 
cranking up the level on Layout->Document->Section number depth.

Steve



Re: customizing Environments

2001-08-24 Thread Jose Abilio Oliveira Matos

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas wrote:
 hi!
 
 Very new user posting first question!

  Welcome. :-)
  
 How can I change a Environment? 
 For example:
   - I want to change the font type used in Standard Environment

  Is there any special reason for that? And only for Standard and not any
other layout?

 - After pressing RETURN at the end of a Standard, I do not want the
Santard below to be idented

  That is a standard latex feature, in the LyX documents are presented
several ways to disable it.

   - I do not want the font of the Paragraph to be bold

  I think that use misusing the Paragraph layout. Paragraph is next section
level that follows to Subsubsection, if you change the
Layout-Extra-Section number depth you will see it displayed in the Table
of Contents.

  Are you sure that is Paragraph what you need?
  
   - After pressing RETURN at the end of a Paragraph, I want the next to be a 
Paragraph, not a Standard

  To have the same layout as above you should do Alt+Enter.
  
 Is it possible? How?
 
 Thanks!

  De nada. :-)
 --
 Rodrigo Canellas
 www.EverSystems.com.br
 --

-- 
José



Re: customizing Environments

2001-08-24 Thread Dekel Tsur

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas wrote:
 Very new user posting first question!
 
 How can I change a Environment? 

Usually, with ERT.

 For example:
   - I want to change the font type used in Standard Environment 

You probably meant here changing the font for the whole document.
Changing the font size can be done in the document dialog.
Changing the font to a sans serif font can be done by putting
  \renewcommand\familydefault{\sfdefault}
in the preamble (open the preamble dialog using the layout-latex preamble
menu).

   - After pressing RETURN at the end of a Standard, I do not want the
 Santard below to be idented

Open the document dialog, and change separation from Indent to Skip.

   - I do not want the font of the Paragraph to be bold

Put the following lines in the preamble:

\usepackage{sectsty}
\paragraphfont{\normalfont}


   - After pressing RETURN at the end of a Paragraph, I want the next to
 be a Paragraph, not a Standard

I don't understand what you meant here.



Re: customizing Environments

2001-08-24 Thread Jean-Pierre.Chretien


Date: Fri, 24 Aug 2001 14:03:36 +0300
From: Dekel Tsur [EMAIL PROTECTED]
To: Rodrigo Alexandre Ribeiro Canellas [EMAIL PROTECTED], LyX 
users [EMAIL PROTECTED]
Subject: Re: customizing Environments
Mail-Followup-To: Rodrigo Alexandre Ribeiro Canellas 
[EMAIL PROTECTED], LyX users [EMAIL PROTECTED]

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas 
wrote:
 Very new user posting first question!
 
 How can I change a Environment? 

Usually, with ERT.

 For example:
   - I want to change the font type used in Standard Environment 

You probably meant here changing the font for the whole document.
Changing the font size can be done in the document dialog.
Changing the font to a sans serif font can be done by putting
  \renewcommand\familydefault{\sfdefault}
in the preamble (open the preamble dialog using the layout-latex preamble
menu).

   - After pressing RETURN at the end of a Standard, I do not want the
 Santard below to be idented

Open the document dialog, and change separation from Indent to Skip.

   - I do not want the font of the Paragraph to be bold

Put the following lines in the preamble:

\usepackage{sectsty}
\paragraphfont{\normalfont}


   - After pressing RETURN at the end of a Paragraph, I want the next to
 be a Paragraph, not a Standard

I don't understand what you meant here.

I guess that Rodrigo would like to remain in paragraph mode after newline.
I'm afraid that there may be a misunderstanding with the preceding requirement.

When you select paragraph, the words on the line are in bold (e.g. foo) 
and the paragraph text (e.g. bar, after the next newline) in normal font: 
it is labeled Standard, but it comes on the same line in the dvi output, like
foo bar
(with boldfont foo and normalfont bar)
If you want another paragraph, you have to reselect Paragraph on the text 
paragraph title words (or M-p 5). There is no such thing as entering
paragraph mode as for itemize, enumarate ad description.

If you have a sequence of boldface words followed by an explanation in
normal font, Description works like itemize and will do it (keep boldface
words together with protected blanks).

-- 
Jean-Pierre





Re: customizing Environments

2001-08-24 Thread Rodrigo Alexandre Ribeiro Canellas

I think I need to learn a bit more of LaTex to be able to create or modify classes and 
envinroments.
Untill then, I will try to use just what Lyx offers me, wich is really quite a lot!

Thanks!
Merci!
Obrigado!


-- Original Message --
From: Jean-Pierre.Chretien [EMAIL PROTECTED]
Reply-To: Jean-Pierre.Chretien [EMAIL PROTECTED]
Date: Fri, 24 Aug 2001 17:20:32 +0200 (MET DST)


Date: Fri, 24 Aug 2001 14:03:36 +0300
From: Dekel Tsur [EMAIL PROTECTED]
To: Rodrigo Alexandre Ribeiro Canellas [EMAIL PROTECTED], LyX 
users [EMAIL PROTECTED]
Subject: Re: customizing Environments
Mail-Followup-To: Rodrigo Alexandre Ribeiro Canellas 
[EMAIL PROTECTED], LyX users [EMAIL PROTECTED]

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas 
wrote:
 Very new user posting first question!
 
 How can I change a Environment? 

Usually, with ERT.

 For example:
   - I want to change the font type used in Standard Environment 

You probably meant here changing the font for the whole document.
Changing the font size can be done in the document dialog.
Changing the font to a sans serif font can be done by putting
  \renewcommand\familydefault{\sfdefault}
in the preamble (open the preamble dialog using the layout-latex preamble
menu).

   - After pressing RETURN at the end of a Standard, I do not want the
 Santard below to be idented

Open the document dialog, and change separation from Indent to Skip.

   - I do not want the font of the Paragraph to be bold

Put the following lines in the preamble:

\usepackage{sectsty}
\paragraphfont{\normalfont}


   - After pressing RETURN at the end of a Paragraph, I want the next to
 be a Paragraph, not a Standard

I don't understand what you meant here.

I guess that Rodrigo would like to remain in paragraph mode after newline.
I'm afraid that there may be a misunderstanding with the preceding requirement.

When you select paragraph, the words on the line are in bold (e.g. foo) 
and the paragraph text (e.g. bar, after the next newline) in normal font: 
it is labeled Standard, but it comes on the same line in the dvi output, like
foo bar
(with boldfont foo and normalfont bar)
If you want another paragraph, you have to reselect Paragraph on the text 
paragraph title words (or M-p 5). There is no such thing as entering
paragraph mode as for itemize, enumarate ad description.

If you have a sequence of boldface words followed by an explanation in
normal font, Description works like itemize and will do it (keep boldface
words together with protected blanks).

-- 
Jean-Pierre




--
Rodrigo Canellas
www.EverSystems.com.br
--



Re: customizing Environments

2001-08-24 Thread Jose Abilio Oliveira Matos

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas wrote:
 hi!
 
 Very new user posting first question!

  Welcome. :-)
  
 How can I change a Environment? 
 For example:
   - I want to change the font type used in Standard Environment

  Is there any special reason for that? And only for Standard and not any
other layout?

 - After pressing RETURN at the end of a Standard, I do not want the
Santard below to be idented

  That is a standard latex feature, in the LyX documents are presented
several ways to disable it.

   - I do not want the font of the Paragraph to be bold

  I think that use misusing the Paragraph layout. Paragraph is next section
level that follows to Subsubsection, if you change the
Layout-Extra-Section number depth you will see it displayed in the Table
of Contents.

  Are you sure that is Paragraph what you need?
  
   - After pressing RETURN at the end of a Paragraph, I want the next to be a 
Paragraph, not a Standard

  To have the same layout as above you should do Alt+Enter.
  
 Is it possible? How?
 
 Thanks!

  De nada. :-)
 --
 Rodrigo Canellas
 www.EverSystems.com.br
 --

-- 
José



Re: customizing Environments

2001-08-24 Thread Dekel Tsur

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas wrote:
 Very new user posting first question!
 
 How can I change a Environment? 

Usually, with ERT.

 For example:
   - I want to change the font type used in Standard Environment 

You probably meant here changing the font for the whole document.
Changing the font size can be done in the document dialog.
Changing the font to a sans serif font can be done by putting
  \renewcommand\familydefault{\sfdefault}
in the preamble (open the preamble dialog using the layout-latex preamble
menu).

   - After pressing RETURN at the end of a Standard, I do not want the
 Santard below to be idented

Open the document dialog, and change separation from Indent to Skip.

   - I do not want the font of the Paragraph to be bold

Put the following lines in the preamble:

\usepackage{sectsty}
\paragraphfont{\normalfont}


   - After pressing RETURN at the end of a Paragraph, I want the next to
 be a Paragraph, not a Standard

I don't understand what you meant here.



Re: customizing Environments

2001-08-24 Thread Jean-Pierre.Chretien


Date: Fri, 24 Aug 2001 14:03:36 +0300
From: Dekel Tsur [EMAIL PROTECTED]
To: Rodrigo Alexandre Ribeiro Canellas [EMAIL PROTECTED], LyX 
users [EMAIL PROTECTED]
Subject: Re: customizing Environments
Mail-Followup-To: Rodrigo Alexandre Ribeiro Canellas 
[EMAIL PROTECTED], LyX users [EMAIL PROTECTED]

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas 
wrote:
 Very new user posting first question!
 
 How can I change a Environment? 

Usually, with ERT.

 For example:
   - I want to change the font type used in Standard Environment 

You probably meant here changing the font for the whole document.
Changing the font size can be done in the document dialog.
Changing the font to a sans serif font can be done by putting
  \renewcommand\familydefault{\sfdefault}
in the preamble (open the preamble dialog using the layout-latex preamble
menu).

   - After pressing RETURN at the end of a Standard, I do not want the
 Santard below to be idented

Open the document dialog, and change separation from Indent to Skip.

   - I do not want the font of the Paragraph to be bold

Put the following lines in the preamble:

\usepackage{sectsty}
\paragraphfont{\normalfont}


   - After pressing RETURN at the end of a Paragraph, I want the next to
 be a Paragraph, not a Standard

I don't understand what you meant here.

I guess that Rodrigo would like to remain in paragraph mode after newline.
I'm afraid that there may be a misunderstanding with the preceding requirement.

When you select paragraph, the words on the line are in bold (e.g. foo) 
and the paragraph text (e.g. bar, after the next newline) in normal font: 
it is labeled Standard, but it comes on the same line in the dvi output, like
foo bar
(with boldfont foo and normalfont bar)
If you want another paragraph, you have to reselect Paragraph on the text 
paragraph title words (or M-p 5). There is no such thing as entering
paragraph mode as for itemize, enumarate ad description.

If you have a sequence of boldface words followed by an explanation in
normal font, Description works like itemize and will do it (keep boldface
words together with protected blanks).

-- 
Jean-Pierre





Re: customizing Environments

2001-08-24 Thread Rodrigo Alexandre Ribeiro Canellas

I think I need to learn a bit more of LaTex to be able to create or modify classes and 
envinroments.
Untill then, I will try to use just what Lyx offers me, wich is really quite a lot!

Thanks!
Merci!
Obrigado!


-- Original Message --
From: Jean-Pierre.Chretien [EMAIL PROTECTED]
Reply-To: Jean-Pierre.Chretien [EMAIL PROTECTED]
Date: Fri, 24 Aug 2001 17:20:32 +0200 (MET DST)


Date: Fri, 24 Aug 2001 14:03:36 +0300
From: Dekel Tsur [EMAIL PROTECTED]
To: Rodrigo Alexandre Ribeiro Canellas [EMAIL PROTECTED], LyX 
users [EMAIL PROTECTED]
Subject: Re: customizing Environments
Mail-Followup-To: Rodrigo Alexandre Ribeiro Canellas 
[EMAIL PROTECTED], LyX users [EMAIL PROTECTED]

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas 
wrote:
 Very new user posting first question!
 
 How can I change a Environment? 

Usually, with ERT.

 For example:
   - I want to change the font type used in Standard Environment 

You probably meant here changing the font for the whole document.
Changing the font size can be done in the document dialog.
Changing the font to a sans serif font can be done by putting
  \renewcommand\familydefault{\sfdefault}
in the preamble (open the preamble dialog using the layout-latex preamble
menu).

   - After pressing RETURN at the end of a Standard, I do not want the
 Santard below to be idented

Open the document dialog, and change separation from Indent to Skip.

   - I do not want the font of the Paragraph to be bold

Put the following lines in the preamble:

\usepackage{sectsty}
\paragraphfont{\normalfont}


   - After pressing RETURN at the end of a Paragraph, I want the next to
 be a Paragraph, not a Standard

I don't understand what you meant here.

I guess that Rodrigo would like to remain in paragraph mode after newline.
I'm afraid that there may be a misunderstanding with the preceding requirement.

When you select paragraph, the words on the line are in bold (e.g. foo) 
and the paragraph text (e.g. bar, after the next newline) in normal font: 
it is labeled Standard, but it comes on the same line in the dvi output, like
foo bar
(with boldfont foo and normalfont bar)
If you want another paragraph, you have to reselect Paragraph on the text 
paragraph title words (or M-p 5). There is no such thing as entering
paragraph mode as for itemize, enumarate ad description.

If you have a sequence of boldface words followed by an explanation in
normal font, Description works like itemize and will do it (keep boldface
words together with protected blanks).

-- 
Jean-Pierre




--
Rodrigo Canellas
www.EverSystems.com.br
--



Re: customizing Environments

2001-08-24 Thread Jose Abilio Oliveira Matos

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas wrote:
> hi!
> 
> Very new user posting first question!

  Welcome. :-)
  
> How can I change a Environment? 
> For example:
>   - I want to change the font type used in Standard Environment

  Is there any special reason for that? And only for Standard and not any
other layout?

> - After pressing RETURN at the end of a Standard, I do not want the
Santard below to be idented

  That is a standard latex feature, in the LyX documents are presented
several ways to disable it.

>   - I do not want the font of the Paragraph to be bold

  I think that use misusing the Paragraph layout. Paragraph is next section
level that follows to Subsubsection, if you change the
Layout->Extra->Section number depth you will see it displayed in the Table
of Contents.

  Are you sure that is Paragraph what you need?
  
>   - After pressing RETURN at the end of a Paragraph, I want the next to be a 
>Paragraph, not a Standard

  To have the same layout as above you should do Alt+Enter.
  
> Is it possible? How?
> 
> Thanks!

  De nada. :-)
> --
> Rodrigo Canellas
> www.EverSystems.com.br
> --

-- 
José



Re: customizing Environments

2001-08-24 Thread Dekel Tsur

On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas wrote:
> Very new user posting first question!
> 
> How can I change a Environment? 

Usually, with ERT.

> For example:
>   - I want to change the font type used in Standard Environment 

You probably meant here changing the font for the whole document.
Changing the font size can be done in the document dialog.
Changing the font to a sans serif font can be done by putting
  \renewcommand\familydefault{\sfdefault}
in the preamble (open the preamble dialog using the layout->latex preamble
menu).

>   - After pressing RETURN at the end of a Standard, I do not want the
> Santard below to be idented

Open the document dialog, and change separation from Indent to Skip.

>   - I do not want the font of the Paragraph to be bold

Put the following lines in the preamble:

\usepackage{sectsty}
\paragraphfont{\normalfont}


>   - After pressing RETURN at the end of a Paragraph, I want the next to
> be a Paragraph, not a Standard

I don't understand what you meant here.



Re: customizing Environments

2001-08-24 Thread Jean-Pierre.Chretien


>>Date: Fri, 24 Aug 2001 14:03:36 +0300
>>From: Dekel Tsur <[EMAIL PROTECTED]>
>>To: Rodrigo Alexandre Ribeiro Canellas <[EMAIL PROTECTED]>, LyX 
users <[EMAIL PROTECTED]>
>>Subject: Re: customizing Environments
>>Mail-Followup-To: Rodrigo Alexandre Ribeiro Canellas 
<[EMAIL PROTECTED]>, LyX users <[EMAIL PROTECTED]>
>>
>>On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas 
wrote:
>>> Very new user posting first question!
>>> 
>>> How can I change a Environment? 
>>
>>Usually, with ERT.
>>
>>> For example:
>>>   - I want to change the font type used in Standard Environment 
>>
>>You probably meant here changing the font for the whole document.
>>Changing the font size can be done in the document dialog.
>>Changing the font to a sans serif font can be done by putting
>>  \renewcommand\familydefault{\sfdefault}
>>in the preamble (open the preamble dialog using the layout->latex preamble
>>menu).
>>
>>>   - After pressing RETURN at the end of a Standard, I do not want the
>>> Santard below to be idented
>>
>>Open the document dialog, and change separation from Indent to Skip.
>>
>>>   - I do not want the font of the Paragraph to be bold
>>
>>Put the following lines in the preamble:
>>
>>\usepackage{sectsty}
>>\paragraphfont{\normalfont}
>>
>>
>>>   - After pressing RETURN at the end of a Paragraph, I want the next to
>>> be a Paragraph, not a Standard
>>
>>I don't understand what you meant here.

I guess that Rodrigo would like to remain in paragraph mode after newline.
I'm afraid that there may be a misunderstanding with the preceding requirement.

When you select paragraph, the words on the line are in bold (e.g. foo) 
and the paragraph text (e.g. bar, after the next newline) in normal font: 
it is labeled Standard, but it comes on the same line in the dvi output, like
foo bar
(with boldfont foo and normalfont bar)
If you want another paragraph, you have to reselect Paragraph on the text 
paragraph title words (or M-p 5). There is no such thing as entering
paragraph mode as for itemize, enumarate ad description.

If you have a sequence of boldface words followed by an explanation in
normal font, Description works like itemize and will do it (keep boldface
words together with protected blanks).

-- 
Jean-Pierre





Re: customizing Environments

2001-08-24 Thread Rodrigo Alexandre Ribeiro Canellas

I think I need to learn a bit more of LaTex to be able to create or modify classes and 
envinroments.
Untill then, I will try to use just what Lyx offers me, wich is really quite a lot!

Thanks!
Merci!
Obrigado!


-- Original Message --
From: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]>
Reply-To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]>
Date: Fri, 24 Aug 2001 17:20:32 +0200 (MET DST)

>
>>>Date: Fri, 24 Aug 2001 14:03:36 +0300
>>>From: Dekel Tsur <[EMAIL PROTECTED]>
>>>To: Rodrigo Alexandre Ribeiro Canellas <[EMAIL PROTECTED]>, LyX 
>users <[EMAIL PROTECTED]>
>>>Subject: Re: customizing Environments
>>>Mail-Followup-To: Rodrigo Alexandre Ribeiro Canellas 
><[EMAIL PROTECTED]>, LyX users <[EMAIL PROTECTED]>
>>>
>>>On Thu, Aug 23, 2001 at 05:17:23PM -0300, Rodrigo Alexandre Ribeiro Canellas 
>wrote:
>>>> Very new user posting first question!
>>>> 
>>>> How can I change a Environment? 
>>>
>>>Usually, with ERT.
>>>
>>>> For example:
>>>>   - I want to change the font type used in Standard Environment 
>>>
>>>You probably meant here changing the font for the whole document.
>>>Changing the font size can be done in the document dialog.
>>>Changing the font to a sans serif font can be done by putting
>>>  \renewcommand\familydefault{\sfdefault}
>>>in the preamble (open the preamble dialog using the layout->latex preamble
>>>menu).
>>>
>>>>   - After pressing RETURN at the end of a Standard, I do not want the
>>>> Santard below to be idented
>>>
>>>Open the document dialog, and change separation from Indent to Skip.
>>>
>>>>   - I do not want the font of the Paragraph to be bold
>>>
>>>Put the following lines in the preamble:
>>>
>>>\usepackage{sectsty}
>>>\paragraphfont{\normalfont}
>>>
>>>
>>>>   - After pressing RETURN at the end of a Paragraph, I want the next to
>>>> be a Paragraph, not a Standard
>>>
>>>I don't understand what you meant here.
>
>I guess that Rodrigo would like to remain in paragraph mode after newline.
>I'm afraid that there may be a misunderstanding with the preceding requirement.
>
>When you select paragraph, the words on the line are in bold (e.g. foo) 
>and the paragraph text (e.g. bar, after the next newline) in normal font: 
>it is labeled Standard, but it comes on the same line in the dvi output, like
>foo bar
>(with boldfont foo and normalfont bar)
>If you want another paragraph, you have to reselect Paragraph on the text 
>paragraph title words (or M-p 5). There is no such thing as entering
>paragraph mode as for itemize, enumarate ad description.
>
>If you have a sequence of boldface words followed by an explanation in
>normal font, Description works like itemize and will do it (keep boldface
>words together with protected blanks).
>
>-- 
>Jean-Pierre
>
>
>

--
Rodrigo Canellas
www.EverSystems.com.br
--