Re: Indentation AND vertical space between paragraphs?

2011-11-30 Thread Richard Heck
On 11/30/2011 06:51 PM, ChiPro wrote:
 Hi,

 how could I get LYX to add BOTH indentation AND some vertical space between
 paragraphs?


Not absolutely sure, but I think you just need to set \parindent and
\parskip.

rgh



Re: Indentation AND vertical space between paragraphs?

2011-11-30 Thread Richard Heck
On 11/30/2011 06:51 PM, ChiPro wrote:
 Hi,

 how could I get LYX to add BOTH indentation AND some vertical space between
 paragraphs?


Not absolutely sure, but I think you just need to set \parindent and
\parskip.

rgh



Re: Indentation AND vertical space between paragraphs?

2011-11-30 Thread Richard Heck
On 11/30/2011 06:51 PM, ChiPro wrote:
> Hi,
>
> how could I get LYX to add BOTH indentation AND some vertical space between
> paragraphs?
>
>
Not absolutely sure, but I think you just need to set \parindent and
\parskip.

rgh



space between paragraphs

2002-10-23 Thread J.Lauffenburger
A little but enoying presentation problem:

I used the H parameter to specifiy the position of the floatting figures
in my document. Lyx places the figures as I demand it but does not move
the text around it, so I've got some pages with a lot of space between
paragraphs because de figure is to big to appear in this given page. I
looked at the floatingfigure package but it seems that I should
redefine each figure of my document (a big work...). Is that right and
how is it possible to avoid that?

Jean-Philippe




Re: space between paragraphs

2002-10-23 Thread Steve Litt
On Wednesday 23 October 2002 09:18 am, J.Lauffenburger wrote:
 A little but enoying presentation problem:

 I used the H parameter to specifiy the position of the floatting figures
 in my document. Lyx places the figures as I demand it but does not move
 the text around it, so I've got some pages with a lot of space between
 paragraphs because de figure is to big to appear in this given page. I
 looked at the floatingfigure package but it seems that I should
 redefine each figure of my document (a big work...). Is that right and
 how is it possible to avoid that?

 Jean-Philippe

As I remember, you can use \raggedbottom in your Preamble so that paragraphs 
have constant space between them, but you might have a huge space at the 
bottom.

HTH

Steve

-- 
_
Steve Litt
Author: 
  * Universal Troubleshooting Process courseware
  * Troubleshooting Techniques of the Successful Technologist
  * Rapid Learning: Secret Weapon of the Successful Technologist
http://www.troubleshooters.com

Troubleshooters.Com Webmaster 
(Legal Disclaimer) Follow these suggestions at your own risk.
-






Re: space between paragraphs

2002-10-23 Thread Herbert Voss
J.Lauffenburger schrieb:


A little but enoying presentation problem:

I used the H parameter to specifiy the position of the floatting figures
in my document. Lyx places the figures as I demand it but does not move
the text around it, so I've got some pages with a lot of space between
paragraphs because de figure is to big to appear in this given page. I
looked at the floatingfigure package but it seems that I should
redefine each figure of my document (a big work...). Is that right and
how is it possible to avoid that?


in this case use nonfloat.sty instead of float.sty
have a look at the doc for the use of \figcaption{}

Herbert





RE: space between paragraphs

2002-10-23 Thread Reuter, Joseph


 -Original Message-
 From: J.Lauffenburger [mailto:j.lauffenburger;uha.fr]
 Sent: Wednesday, October 23, 2002 6:18 AM
 To: [EMAIL PROTECTED]
 Subject: space between paragraphs
 
 
 A little but enoying presentation problem:
 
 I used the H parameter to specifiy the position of the 
 floatting figures
 in my document. Lyx places the figures as I demand it but 
 does not move
 the text around it, so I've got some pages with a lot of space between
 paragraphs because de figure is to big to appear in this given page. I
 looked at the floatingfigure package but it seems that I should
 redefine each figure of my document (a big work...). Is that right and
 how is it possible to avoid that?
 
 Jean-Philippe
 
 

It did EXACTLY what you told it to do. [H] means put it right 
between these two characters, damn it! and it did exactly that.
If you want it to fill in the blank space, you have to let it 
float! Try using [htp]. That means put it right between these 
two characters, if you can. Otherwise, put it at the top of 
the next page, or on a separate page if it is too large. 
That sounds more like what you meant.

Joseph Reuter, Apprentice Wizard
--
In theory, theory and practice are the same; 
in practice, they're not. -- anon



Re: space between paragraphs

2002-10-23 Thread Dekel Tsur
On Wed, Oct 23, 2002 at 03:18:05PM +0200, J.Lauffenburger wrote:
 A little but enoying presentation problem:
 
 I used the H parameter to specifiy the position of the floatting figures
 in my document. Lyx places the figures as I demand it but does not move
 the text around it, so I've got some pages with a lot of space between
 paragraphs because de figure is to big to appear in this given page. I
 looked at the floatingfigure package but it seems that I should
 redefine each figure of my document (a big work...). Is that right and
 how is it possible to avoid that?

You can use sed/perl to do the conversion.
Another option is to add latex commands that will redefine
all floats to be floatingfigure:

\renewenvironment{figure}[1][]
  {\begin{floatingfigure}{0.50\columnwidth}}
  {\end{floatingfigure}}



space between paragraphs

2002-10-23 Thread J.Lauffenburger
A little but enoying presentation problem:

I used the H parameter to specifiy the position of the floatting figures
in my document. Lyx places the figures as I demand it but does not move
the text around it, so I've got some pages with a lot of space between
paragraphs because de figure is to big to appear in this given page. I
looked at the floatingfigure package but it seems that I should
redefine each figure of my document (a big work...). Is that right and
how is it possible to avoid that?

Jean-Philippe




Re: space between paragraphs

2002-10-23 Thread Steve Litt
On Wednesday 23 October 2002 09:18 am, J.Lauffenburger wrote:
 A little but enoying presentation problem:

 I used the H parameter to specifiy the position of the floatting figures
 in my document. Lyx places the figures as I demand it but does not move
 the text around it, so I've got some pages with a lot of space between
 paragraphs because de figure is to big to appear in this given page. I
 looked at the floatingfigure package but it seems that I should
 redefine each figure of my document (a big work...). Is that right and
 how is it possible to avoid that?

 Jean-Philippe

As I remember, you can use \raggedbottom in your Preamble so that paragraphs 
have constant space between them, but you might have a huge space at the 
bottom.

HTH

Steve

-- 
_
Steve Litt
Author: 
  * Universal Troubleshooting Process courseware
  * Troubleshooting Techniques of the Successful Technologist
  * Rapid Learning: Secret Weapon of the Successful Technologist
http://www.troubleshooters.com

Troubleshooters.Com Webmaster 
(Legal Disclaimer) Follow these suggestions at your own risk.
-






Re: space between paragraphs

2002-10-23 Thread Herbert Voss
J.Lauffenburger schrieb:


A little but enoying presentation problem:

I used the H parameter to specifiy the position of the floatting figures
in my document. Lyx places the figures as I demand it but does not move
the text around it, so I've got some pages with a lot of space between
paragraphs because de figure is to big to appear in this given page. I
looked at the floatingfigure package but it seems that I should
redefine each figure of my document (a big work...). Is that right and
how is it possible to avoid that?


in this case use nonfloat.sty instead of float.sty
have a look at the doc for the use of \figcaption{}

Herbert





RE: space between paragraphs

2002-10-23 Thread Reuter, Joseph


 -Original Message-
 From: J.Lauffenburger [mailto:j.lauffenburger;uha.fr]
 Sent: Wednesday, October 23, 2002 6:18 AM
 To: [EMAIL PROTECTED]
 Subject: space between paragraphs
 
 
 A little but enoying presentation problem:
 
 I used the H parameter to specifiy the position of the 
 floatting figures
 in my document. Lyx places the figures as I demand it but 
 does not move
 the text around it, so I've got some pages with a lot of space between
 paragraphs because de figure is to big to appear in this given page. I
 looked at the floatingfigure package but it seems that I should
 redefine each figure of my document (a big work...). Is that right and
 how is it possible to avoid that?
 
 Jean-Philippe
 
 

It did EXACTLY what you told it to do. [H] means put it right 
between these two characters, damn it! and it did exactly that.
If you want it to fill in the blank space, you have to let it 
float! Try using [htp]. That means put it right between these 
two characters, if you can. Otherwise, put it at the top of 
the next page, or on a separate page if it is too large. 
That sounds more like what you meant.

Joseph Reuter, Apprentice Wizard
--
In theory, theory and practice are the same; 
in practice, they're not. -- anon



Re: space between paragraphs

2002-10-23 Thread Dekel Tsur
On Wed, Oct 23, 2002 at 03:18:05PM +0200, J.Lauffenburger wrote:
 A little but enoying presentation problem:
 
 I used the H parameter to specifiy the position of the floatting figures
 in my document. Lyx places the figures as I demand it but does not move
 the text around it, so I've got some pages with a lot of space between
 paragraphs because de figure is to big to appear in this given page. I
 looked at the floatingfigure package but it seems that I should
 redefine each figure of my document (a big work...). Is that right and
 how is it possible to avoid that?

You can use sed/perl to do the conversion.
Another option is to add latex commands that will redefine
all floats to be floatingfigure:

\renewenvironment{figure}[1][]
  {\begin{floatingfigure}{0.50\columnwidth}}
  {\end{floatingfigure}}



space between paragraphs

2002-10-23 Thread J.Lauffenburger
A little but enoying presentation problem:

I used the H parameter to specifiy the position of the floatting figures
in my document. Lyx places the figures as I demand it but does not move
the text around it, so I've got some pages with a lot of space between
paragraphs because de figure is to big to appear in this given page. I
looked at the "floatingfigure" package but it seems that I should
redefine each figure of my document (a big work...). Is that right and
how is it possible to avoid that?

Jean-Philippe




Re: space between paragraphs

2002-10-23 Thread Steve Litt
On Wednesday 23 October 2002 09:18 am, J.Lauffenburger wrote:
> A little but enoying presentation problem:
>
> I used the H parameter to specifiy the position of the floatting figures
> in my document. Lyx places the figures as I demand it but does not move
> the text around it, so I've got some pages with a lot of space between
> paragraphs because de figure is to big to appear in this given page. I
> looked at the "floatingfigure" package but it seems that I should
> redefine each figure of my document (a big work...). Is that right and
> how is it possible to avoid that?
>
> Jean-Philippe

As I remember, you can use \raggedbottom in your Preamble so that paragraphs 
have constant space between them, but you might have a huge space at the 
bottom.

HTH

Steve

-- 
_
Steve Litt
Author: 
  * Universal Troubleshooting Process courseware
  * Troubleshooting Techniques of the Successful Technologist
  * Rapid Learning: Secret Weapon of the Successful Technologist
http://www.troubleshooters.com

Troubleshooters.Com Webmaster 
(Legal Disclaimer) Follow these suggestions at your own risk.
-






Re: space between paragraphs

2002-10-23 Thread Herbert Voss
J.Lauffenburger schrieb:


A little but enoying presentation problem:

I used the H parameter to specifiy the position of the floatting figures
in my document. Lyx places the figures as I demand it but does not move
the text around it, so I've got some pages with a lot of space between
paragraphs because de figure is to big to appear in this given page. I
looked at the "floatingfigure" package but it seems that I should
redefine each figure of my document (a big work...). Is that right and
how is it possible to avoid that?


in this case use nonfloat.sty instead of float.sty
have a look at the doc for the use of \figcaption{}

Herbert





RE: space between paragraphs

2002-10-23 Thread Reuter, Joseph


> -Original Message-
> From: J.Lauffenburger [mailto:j.lauffenburger;uha.fr]
> Sent: Wednesday, October 23, 2002 6:18 AM
> To: [EMAIL PROTECTED]
> Subject: space between paragraphs
> 
> 
> A little but enoying presentation problem:
> 
> I used the H parameter to specifiy the position of the 
> floatting figures
> in my document. Lyx places the figures as I demand it but 
> does not move
> the text around it, so I've got some pages with a lot of space between
> paragraphs because de figure is to big to appear in this given page. I
> looked at the "floatingfigure" package but it seems that I should
> redefine each figure of my document (a big work...). Is that right and
> how is it possible to avoid that?
> 
> Jean-Philippe
> 
> 

It did EXACTLY what you told it to do. [H] means "put it right 
between these two characters, damn it!" and it did exactly that.
If you want it to fill in the blank space, you have to let it 
float! Try using [htp]. That means "put it right between these 
two characters, if you can. Otherwise, put it at the top of 
the next page, or on a separate page if it is too large." 
That sounds more like what you meant.

Joseph Reuter, Apprentice Wizard
--
"In theory, theory and practice are the same; 
in practice, they're not." -- anon



Re: space between paragraphs

2002-10-23 Thread Dekel Tsur
On Wed, Oct 23, 2002 at 03:18:05PM +0200, J.Lauffenburger wrote:
> A little but enoying presentation problem:
> 
> I used the H parameter to specifiy the position of the floatting figures
> in my document. Lyx places the figures as I demand it but does not move
> the text around it, so I've got some pages with a lot of space between
> paragraphs because de figure is to big to appear in this given page. I
> looked at the "floatingfigure" package but it seems that I should
> redefine each figure of my document (a big work...). Is that right and
> how is it possible to avoid that?

You can use sed/perl to do the conversion.
Another option is to add latex commands that will redefine
all floats to be floatingfigure:

\renewenvironment{figure}[1][]
  {\begin{floatingfigure}{0.50\columnwidth}}
  {\end{floatingfigure}}



Space between paragraphs in books

2001-11-04 Thread Laurent Duperval

Hi,

In a lot of American books, I've noticed that when the subject changes
in a chapter, there is a space between the two paragraphs. SOme times
that space is empty, sometimes it contains

***

and sometimes

 *
* *

Is there a Lyx (or LaTeX) construct that you're supposed to use to get
this effect?

L

-- 
Laurent Duperval mailto:[EMAIL PROTECTED]

Noël sans sapin, c'est comme un théorème sans corrolaire: ça ne
ressemble à rien!
 -Achille Talon




Space between paragraphs in books

2001-11-04 Thread Laurent Duperval

Hi,

In a lot of American books, I've noticed that when the subject changes
in a chapter, there is a space between the two paragraphs. SOme times
that space is empty, sometimes it contains

***

and sometimes

 *
* *

Is there a Lyx (or LaTeX) construct that you're supposed to use to get
this effect?

L

-- 
Laurent Duperval mailto:[EMAIL PROTECTED]

Noël sans sapin, c'est comme un théorème sans corrolaire: ça ne
ressemble à rien!
 -Achille Talon




Space between paragraphs in books

2001-11-04 Thread Laurent Duperval

Hi,

In a lot of American books, I've noticed that when the subject changes
in a chapter, there is a space between the two paragraphs. SOme times
that space is empty, sometimes it contains

***

and sometimes

 *
* *

Is there a Lyx (or LaTeX) construct that you're supposed to use to get
this effect?

L

-- 
Laurent Duperval 

Noël sans sapin, c'est comme un théorème sans corrolaire: ça ne
ressemble à rien!
 -Achille Talon