Standard indent in description environment?

2001-02-28 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,

I would like output from a set of descriptions to look like this:-


- -aThis switch is the shortest;

- --longer  This switch is longer, but the description starts at the
  same indentation as the previous one;

- --123 Same with this one.


Rather than:-

- -a  This switch is the shortest;

- --longer  This switch is longer, the description no longer starts at the
  same indentation as the previous one;

- --123  Same with this one;


Is there an easy way to do this other than using a borderless table?  Using a 
table seems to defeat the whole elegant concept of using LyX!

TIA,

- -- 
Adrian Ball - Technical Consultant  || Tel: 07050 688565
|| Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-



RE: Standard indent in description environment?

2001-02-28 Thread Van Uffelen Paul
Title: RE: Standard indent in description environment?





you can simply insert the foolowing ERT before you start


-Original Message-
From: Adrian Ball [mailto:[EMAIL PROTECTED]]
Sent: Wednesday 28 February 2001 10:53
To: [EMAIL PROTECTED]
Subject: Standard indent in description environment?



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hi,


I would like output from a set of descriptions to look like this:-



- -a This switch is the shortest;


- --longer This switch is longer, but the description starts at the
 same indentation as the previous one;


- --123 Same with this one.



Rather than:-


- -a This switch is the shortest;


- --longer This switch is longer, the description no longer starts at the
 same indentation as the previous one;


- --123 Same with this one;



Is there an easy way to do this other than using a borderless table? Using a 
table seems to defeat the whole elegant concept of using LyX!


TIA,


- -- 
Adrian Ball - Technical Consultant || Tel: 07050 688565
 || Fax: 07020 965488
 Sun Professional Services || Mailto:[EMAIL PROTECTED]
 Major Data Services Ltd || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org


iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-





RE: Standard indent in description environment?

2001-02-28 Thread Van Uffelen Paul
Title: RE: Standard indent in description environment?





I suggest that you use the list environment instead and include in ERT the following staement right before the list:
\setlength{2 in}


you can then play with the length to suit your needs


Paul


-Original Message-
From: Adrian Ball [mailto:[EMAIL PROTECTED]]
Sent: Wednesday 28 February 2001 10:53
To: [EMAIL PROTECTED]
Subject: Standard indent in description environment?



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hi,


I would like output from a set of descriptions to look like this:-



- -a This switch is the shortest;


- --longer This switch is longer, but the description starts at the
 same indentation as the previous one;


- --123 Same with this one.



Rather than:-


- -a This switch is the shortest;


- --longer This switch is longer, the description no longer starts at the
 same indentation as the previous one;


- --123 Same with this one;



Is there an easy way to do this other than using a borderless table? Using a 
table seems to defeat the whole elegant concept of using LyX!


TIA,


- -- 
Adrian Ball - Technical Consultant || Tel: 07050 688565
 || Fax: 07020 965488
 Sun Professional Services || Mailto:[EMAIL PROTECTED]
 Major Data Services Ltd || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org


iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-





Re[2]: Standard indent in description environment?

2001-02-28 Thread Guenter Milde

On Wed, 28 Feb 2001 11:28:27 +0100 Van Uffelen Paul [EMAIL PROTECTED] wrote:

 I suggest that you use the list environment instead and include in ERT the
 following staement right before the list:
 \setlength{2 in}

It works also without ERT: Go to Layout|Paragraph and Change the Value of
Indentation (I'm not sure about the English names, as I use the German
version, but it is the last line and is 00. by default).

 
 you can then "play" with the length to suit your needs

Guenter

--
[EMAIL PROTECTED]






Re[4]: Standard indent in description environment?

2001-02-28 Thread Guenter Milde

On Wed, 28 Feb 2001 12:44:52 +0100 Van Uffelen Paul [EMAIL PROTECTED] wrote:

  From: Guenter Milde [mailto:[EMAIL PROTECTED]]
 
  On Wed, 28 Feb 2001 11:28:27 +0100 Van Uffelen Paul [EMAIL PROTECTED]
  wrote:
  
   I suggest that you use the list environment instead and include in ERT the
   following staement right before the list:
   \setlength{2 in}
  
  It works also without ERT: Go to Layout|Paragraph and Change the Value of
  Indentation (I'm not sure about the English names, as I use the German
  version, but it is the last line and is 00. by default).

 I have tried this before, but it does not solve the problem: it displaces
 both columns by the same amount of space, not only the second column of the
 list.

I am afraid I did not make myself clear enaugh: I did not mean the paragraph
indentation that can be found in the "more" tab, but what in German ist
called "Titelbreite" ("width of title"), a textfield in the first
paragraph-layout popup.

Guenter

--
[EMAIL PROTECTED]






Standard indent in description environment?

2001-02-28 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,

I would like output from a set of descriptions to look like this:-


- -aThis switch is the shortest;

- --longer  This switch is longer, but the description starts at the
  same indentation as the previous one;

- --123 Same with this one.


Rather than:-

- -a  This switch is the shortest;

- --longer  This switch is longer, the description no longer starts at the
  same indentation as the previous one;

- --123  Same with this one;


Is there an easy way to do this other than using a borderless table?  Using a 
table seems to defeat the whole elegant concept of using LyX!

TIA,

- -- 
Adrian Ball - Technical Consultant  || Tel: 07050 688565
|| Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-



RE: Standard indent in description environment?

2001-02-28 Thread Van Uffelen Paul
Title: RE: Standard indent in description environment?





you can simply insert the foolowing ERT before you start


-Original Message-
From: Adrian Ball [mailto:[EMAIL PROTECTED]]
Sent: Wednesday 28 February 2001 10:53
To: [EMAIL PROTECTED]
Subject: Standard indent in description environment?



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hi,


I would like output from a set of descriptions to look like this:-



- -a This switch is the shortest;


- --longer This switch is longer, but the description starts at the
 same indentation as the previous one;


- --123 Same with this one.



Rather than:-


- -a This switch is the shortest;


- --longer This switch is longer, the description no longer starts at the
 same indentation as the previous one;


- --123 Same with this one;



Is there an easy way to do this other than using a borderless table? Using a 
table seems to defeat the whole elegant concept of using LyX!


TIA,


- -- 
Adrian Ball - Technical Consultant || Tel: 07050 688565
 || Fax: 07020 965488
 Sun Professional Services || Mailto:[EMAIL PROTECTED]
 Major Data Services Ltd || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org


iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-





RE: Standard indent in description environment?

2001-02-28 Thread Van Uffelen Paul
Title: RE: Standard indent in description environment?





I suggest that you use the list environment instead and include in ERT the following staement right before the list:
\setlength{2 in}


you can then play with the length to suit your needs


Paul


-Original Message-
From: Adrian Ball [mailto:[EMAIL PROTECTED]]
Sent: Wednesday 28 February 2001 10:53
To: [EMAIL PROTECTED]
Subject: Standard indent in description environment?



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hi,


I would like output from a set of descriptions to look like this:-



- -a This switch is the shortest;


- --longer This switch is longer, but the description starts at the
 same indentation as the previous one;


- --123 Same with this one.



Rather than:-


- -a This switch is the shortest;


- --longer This switch is longer, the description no longer starts at the
 same indentation as the previous one;


- --123 Same with this one;



Is there an easy way to do this other than using a borderless table? Using a 
table seems to defeat the whole elegant concept of using LyX!


TIA,


- -- 
Adrian Ball - Technical Consultant || Tel: 07050 688565
 || Fax: 07020 965488
 Sun Professional Services || Mailto:[EMAIL PROTECTED]
 Major Data Services Ltd || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org


iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-





Re[2]: Standard indent in description environment?

2001-02-28 Thread Guenter Milde

On Wed, 28 Feb 2001 11:28:27 +0100 Van Uffelen Paul [EMAIL PROTECTED] wrote:

 I suggest that you use the list environment instead and include in ERT the
 following staement right before the list:
 \setlength{2 in}

It works also without ERT: Go to Layout|Paragraph and Change the Value of
Indentation (I'm not sure about the English names, as I use the German
version, but it is the last line and is 00. by default).

 
 you can then "play" with the length to suit your needs

Guenter

--
[EMAIL PROTECTED]






Re[4]: Standard indent in description environment?

2001-02-28 Thread Guenter Milde

On Wed, 28 Feb 2001 12:44:52 +0100 Van Uffelen Paul [EMAIL PROTECTED] wrote:

  From: Guenter Milde [mailto:[EMAIL PROTECTED]]
 
  On Wed, 28 Feb 2001 11:28:27 +0100 Van Uffelen Paul [EMAIL PROTECTED]
  wrote:
  
   I suggest that you use the list environment instead and include in ERT the
   following staement right before the list:
   \setlength{2 in}
  
  It works also without ERT: Go to Layout|Paragraph and Change the Value of
  Indentation (I'm not sure about the English names, as I use the German
  version, but it is the last line and is 00. by default).

 I have tried this before, but it does not solve the problem: it displaces
 both columns by the same amount of space, not only the second column of the
 list.

I am afraid I did not make myself clear enaugh: I did not mean the paragraph
indentation that can be found in the "more" tab, but what in German ist
called "Titelbreite" ("width of title"), a textfield in the first
paragraph-layout popup.

Guenter

--
[EMAIL PROTECTED]






Standard indent in description environment?

2001-02-28 Thread Adrian Ball

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,

I would like output from a set of descriptions to look like this:-


- -aThis switch is the shortest;

- --longer  This switch is longer, but the description starts at the
  same indentation as the previous one;

- --123 Same with this one.


Rather than:-

- -a  This switch is the shortest;

- --longer  This switch is longer, the description no longer starts at the
  same indentation as the previous one;

- --123  Same with this one;


Is there an easy way to do this other than using a borderless table?  Using a 
table seems to defeat the whole elegant concept of using LyX!

TIA,

- -- 
Adrian Ball - Technical Consultant  || Tel: 07050 688565
|| Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-



RE: Standard indent in description environment?

2001-02-28 Thread Van Uffelen Paul
Title: RE: Standard indent in description environment?





you can simply insert the foolowing ERT before you start


-Original Message-
From: Adrian Ball [mailto:[EMAIL PROTECTED]]
Sent: Wednesday 28 February 2001 10:53
To: [EMAIL PROTECTED]
Subject: Standard indent in description environment?



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hi,


I would like output from a set of descriptions to look like this:-



- -a    This switch is the shortest;


- --longer  This switch is longer, but the description starts at the
  same indentation as the previous one;


- --123 Same with this one.



Rather than:-


- -a  This switch is the shortest;


- --longer  This switch is longer, the description no longer starts at the
  same indentation as the previous one;


- --123  Same with this one;



Is there an easy way to do this other than using a borderless table?  Using a 
table seems to defeat the whole elegant concept of using LyX!


TIA,


- -- 
Adrian Ball - Technical Consultant  || Tel: 07050 688565
    || Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org


iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-





RE: Standard indent in description environment?

2001-02-28 Thread Van Uffelen Paul
Title: RE: Standard indent in description environment?





I suggest that you use the list environment instead and include in ERT the following staement right before the list:
\setlength{2 in}


you can then "play" with the length to suit your needs


Paul


-Original Message-
From: Adrian Ball [mailto:[EMAIL PROTECTED]]
Sent: Wednesday 28 February 2001 10:53
To: [EMAIL PROTECTED]
Subject: Standard indent in description environment?



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hi,


I would like output from a set of descriptions to look like this:-



- -a    This switch is the shortest;


- --longer  This switch is longer, but the description starts at the
  same indentation as the previous one;


- --123 Same with this one.



Rather than:-


- -a  This switch is the shortest;


- --longer  This switch is longer, the description no longer starts at the
  same indentation as the previous one;


- --123  Same with this one;



Is there an easy way to do this other than using a borderless table?  Using a 
table seems to defeat the whole elegant concept of using LyX!


TIA,


- -- 
Adrian Ball - Technical Consultant  || Tel: 07050 688565
    || Fax: 07020 965488
 Sun Professional Services  || Mailto:[EMAIL PROTECTED]
  Major Data Services Ltd   || Text message: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org


iEYEARECAAYFAjqcymYACgkQ/85LxrzScmcSfQCbBqraC5ccCOoUwcweolsVS3r+
ihgAnjy7oGjalL/KH13guAc+x/gY7dtd
=PpwL
-END PGP SIGNATURE-





Re[2]: Standard indent in description environment?

2001-02-28 Thread Guenter Milde

On Wed, 28 Feb 2001 11:28:27 +0100 Van Uffelen Paul <[EMAIL PROTECTED]> wrote:

> I suggest that you use the list environment instead and include in ERT the
> following staement right before the list:
> \setlength{2 in}

It works also without ERT: Go to >Layout|Paragraph and Change the Value of
Indentation (I'm not sure about the English names, as I use the German
version, but it is the last line and is 00. by default).

> 
> you can then "play" with the length to suit your needs

Guenter

--
[EMAIL PROTECTED]






Re[4]: Standard indent in description environment?

2001-02-28 Thread Guenter Milde

On Wed, 28 Feb 2001 12:44:52 +0100 Van Uffelen Paul <[EMAIL PROTECTED]> wrote:

> > From: Guenter Milde [mailto:[EMAIL PROTECTED]]
> >
> > On Wed, 28 Feb 2001 11:28:27 +0100 Van Uffelen Paul <[EMAIL PROTECTED]>
> > wrote:
> > 
> > > I suggest that you use the list environment instead and include in ERT the
> > > following staement right before the list:
> > > \setlength{2 in}
> > 
> > It works also without ERT: Go to >Layout|Paragraph and Change the Value of
> > Indentation (I'm not sure about the English names, as I use the German
> > version, but it is the last line and is 00. by default).

> I have tried this before, but it does not solve the problem: it displaces
> both columns by the same amount of space, not only the second column of the
> list.

I am afraid I did not make myself clear enaugh: I did not mean the paragraph
indentation that can be found in the "more" tab, but what in German ist
called "Titelbreite" ("width of title"), a textfield in the first
paragraph-layout popup.

Guenter

--
[EMAIL PROTECTED]