spacing for list of tables

2007-12-18 Thread reed
Notice the following table captions next to the numbers without spacing:

10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 540
10.11Diffie Hellman Groups . . . . . . . . . . .   . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 541
10.12SSH Protocols . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 549
10.13IPsec RFCs . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 555
10.14IKE Key Management Daemon Parameters  . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 559
10.15My VPN Policy . . . . . . . . . . . . . . .   . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 560


I have had same problem with contents, but use:
\addtolength{\cftsecnumwidth}{1em}


What can I use for the list of tables to add spacing?

  Jeremy C. Reed


Re: spacing for list of tables

2007-12-18 Thread reed
On Tue, 18 Dec 2007, [EMAIL PROTECTED] wrote:

 Notice the following table captions next to the numbers without spacing:
 
 10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 540
 10.11Diffie Hellman Groups . . . . . . . . . . .   . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 541
 10.12SSH Protocols . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 549
 10.13IPsec RFCs . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 555
 10.14IKE Key Management Daemon Parameters  . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 559
 10.15My VPN Policy . . . . . . . . . . . . . . .   . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 560
 
 
 I have had same problem with contents, but use:
 \addtolength{\cftsecnumwidth}{1em}
 
 
 What can I use for the list of tables to add spacing?

I found the answer ...

I didn't realize that this was from tocloft package. And I also didn't 
know that tocloft was also for list of tables (and list of figures). 

I found the docs in the 
/usr/pkg/share/texmf-dist/doc/latex/tocloft/tocloft.dvi file on my system.

So I fixed this with:

\usepackage{tocloft}  % I already had that

\addtolength{\cfttabnumwidth}{1em}



  Jeremy C. Reed


Re: spacing for list of tables

2007-12-18 Thread Uwe Stöhr

[EMAIL PROTECTED] schrieb:


Notice the following table captions next to the numbers without spacing:

10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 540



What can I use for the list of tables to add spacing?


For the TOC use

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

in the preamble. For the other lists use
[EMAIL PROTECTED]
or
[EMAIL PROTECTED]
accordingly. For more infos about this, have a look in the LaTeX Companion 2nd 
Edition.

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

regards Uwe


spacing for list of tables

2007-12-18 Thread reed
Notice the following table captions next to the numbers without spacing:

10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 540
10.11Diffie Hellman Groups . . . . . . . . . . .   . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 541
10.12SSH Protocols . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 549
10.13IPsec RFCs . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 555
10.14IKE Key Management Daemon Parameters  . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 559
10.15My VPN Policy . . . . . . . . . . . . . . .   . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 560


I have had same problem with contents, but use:
\addtolength{\cftsecnumwidth}{1em}


What can I use for the list of tables to add spacing?

  Jeremy C. Reed


Re: spacing for list of tables

2007-12-18 Thread reed
On Tue, 18 Dec 2007, [EMAIL PROTECTED] wrote:

 Notice the following table captions next to the numbers without spacing:
 
 10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 540
 10.11Diffie Hellman Groups . . . . . . . . . . .   . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 541
 10.12SSH Protocols . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 549
 10.13IPsec RFCs . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 555
 10.14IKE Key Management Daemon Parameters  . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 559
 10.15My VPN Policy . . . . . . . . . . . . . . .   . . . . . . . . . . . . 
 . . . . . . . . . . . . . . . 560
 
 
 I have had same problem with contents, but use:
 \addtolength{\cftsecnumwidth}{1em}
 
 
 What can I use for the list of tables to add spacing?

I found the answer ...

I didn't realize that this was from tocloft package. And I also didn't 
know that tocloft was also for list of tables (and list of figures). 

I found the docs in the 
/usr/pkg/share/texmf-dist/doc/latex/tocloft/tocloft.dvi file on my system.

So I fixed this with:

\usepackage{tocloft}  % I already had that

\addtolength{\cfttabnumwidth}{1em}



  Jeremy C. Reed


Re: spacing for list of tables

2007-12-18 Thread Uwe Stöhr

[EMAIL PROTECTED] schrieb:


Notice the following table captions next to the numbers without spacing:

10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 540



What can I use for the list of tables to add spacing?


For the TOC use

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

in the preamble. For the other lists use
[EMAIL PROTECTED]
or
[EMAIL PROTECTED]
accordingly. For more infos about this, have a look in the LaTeX Companion 2nd 
Edition.

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

regards Uwe


spacing for list of tables

2007-12-18 Thread reed
Notice the following table captions next to the numbers without spacing:

10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 540
10.11Diffie Hellman Groups . . . . . . . . . . .   . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 541
10.12SSH Protocols . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 549
10.13IPsec RFCs . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 555
10.14IKE Key Management Daemon Parameters  . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 559
10.15My VPN Policy . . . . . . . . . . . . . . .   . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 560


I have had same problem with contents, but use:
\addtolength{\cftsecnumwidth}{1em}


What can I use for the list of tables to add spacing?

  Jeremy C. Reed


Re: spacing for list of tables

2007-12-18 Thread reed
On Tue, 18 Dec 2007, [EMAIL PROTECTED] wrote:

> Notice the following table captions next to the numbers without spacing:
> 
> 10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
> . . . . . . . . . . . . . . . 540
> 10.11Diffie Hellman Groups . . . . . . . . . . .   . . . . . . . . . . . . 
> . . . . . . . . . . . . . . . 541
> 10.12SSH Protocols . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
> . . . . . . . . . . . . . . . 549
> 10.13IPsec RFCs . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . 
> . . . . . . . . . . . . . . . 555
> 10.14IKE Key Management Daemon Parameters  . . . . . . . . . . . . 
> . . . . . . . . . . . . . . . 559
> 10.15My VPN Policy . . . . . . . . . . . . . . .   . . . . . . . . . . . . 
> . . . . . . . . . . . . . . . 560
> 
> 
> I have had same problem with contents, but use:
> \addtolength{\cftsecnumwidth}{1em}
> 
> 
> What can I use for the list of tables to add spacing?

I found the answer ...

I didn't realize that this was from tocloft package. And I also didn't 
know that tocloft was also for list of tables (and list of figures). 

I found the docs in the 
/usr/pkg/share/texmf-dist/doc/latex/tocloft/tocloft.dvi file on my system.

So I fixed this with:

\usepackage{tocloft}  % I already had that

\addtolength{\cfttabnumwidth}{1em}



  Jeremy C. Reed


Re: spacing for list of tables

2007-12-18 Thread Uwe Stöhr

[EMAIL PROTECTED] schrieb:


Notice the following table captions next to the numbers without spacing:

10.10Cryptographic Checksums . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . 540

>

What can I use for the list of tables to add spacing?


For the TOC use

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

in the preamble. For the other lists use
[EMAIL PROTECTED]
or
[EMAIL PROTECTED]
accordingly. For more infos about this, have a look in the LaTeX Companion 2nd 
Edition.

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

regards Uwe


Editing spacing in List of Tables/Figures

2007-07-20 Thread Lyx Physicst

Hi all, I have a thesis with lots of figures and tables.  Im using report
class and the default method in the List of Figures/Tables is to group
figures/tables together by chapter, double space, and then group the
figures/tables for the next chapter. ie
Fig 1.2  blah blah
Fig 1.3  Blha ldskjf

Fig 2.1 ...  Blahsdh
Fig 2.2   ldsajfkls

I need to remove that space and have single spacing consistently throughout
the LOT and LOF.  I tried to edit this using the Layouts package in my
preamble, but Im doing something wrong with the syntax and getting errors:
\usepackage{layouts}
\makeatletter
[EMAIL PROTECTED]
\makeatother

Can someone tell me what Im doing wrong or suggest an alternative method?
Thanks,
Charles


Editing spacing in List of Tables/Figures

2007-07-20 Thread Lyx Physicst

Hi all, I have a thesis with lots of figures and tables.  Im using report
class and the default method in the List of Figures/Tables is to group
figures/tables together by chapter, double space, and then group the
figures/tables for the next chapter. ie
Fig 1.2  blah blah
Fig 1.3  Blha ldskjf

Fig 2.1 ...  Blahsdh
Fig 2.2   ldsajfkls

I need to remove that space and have single spacing consistently throughout
the LOT and LOF.  I tried to edit this using the Layouts package in my
preamble, but Im doing something wrong with the syntax and getting errors:
\usepackage{layouts}
\makeatletter
[EMAIL PROTECTED]
\makeatother

Can someone tell me what Im doing wrong or suggest an alternative method?
Thanks,
Charles


Editing spacing in List of Tables/Figures

2007-07-20 Thread Lyx Physicst

Hi all, I have a thesis with lots of figures and tables.  Im using report
class and the default method in the List of Figures/Tables is to group
figures/tables together by chapter, double space, and then group the
figures/tables for the next chapter. ie
Fig 1.2  blah blah
Fig 1.3  Blha ldskjf

Fig 2.1 ...  Blahsdh
Fig 2.2   ldsajfkls

I need to remove that space and have single spacing consistently throughout
the LOT and LOF.  I tried to edit this using the Layouts package in my
preamble, but Im doing something wrong with the syntax and getting errors:
\usepackage{layouts}
\makeatletter
[EMAIL PROTECTED]
\makeatother

Can someone tell me what Im doing wrong or suggest an alternative method?
Thanks,
Charles


Re: Spacing in List of Tables

2005-01-29 Thread =?ISO-8859-1?Q?Uwe_St=F6hr?=
Rich Shepard wrote:
I've made the {numwidth} field 5.8em! The space is clearly visible in the
Table of Contents but no effect on the List of Tables. ARRRGGGHH-H-H-H!
In this case you have to redefine the comand [EMAIL PROTECTED], e.g.:
[EMAIL PROTECTED]@dottedtocline{1}{1.5em}{2.8em}}
([EMAIL PROTECTED] is for the LOF, found on page 50 in TLC2.)
regards Uwe


Re: Spacing in List of Tables

2005-01-29 Thread Rich Shepard
On Sat, 29 Jan 2005, Herbert Voss wrote:
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
Hebrert,
  I tried the tocloft package. However, when I try this I get two
compilation errors because the figure and table depths are being redefined
by tocloft and TeX doesn't like that. I think I need the manual approach.
  I'm using Spriger-Verlag's 'svmono.cls'. Grepping for
[EMAIL PROTECTED]@figure returns nothing. Paging through the file I cannot find
a reference to [EMAIL PROTECTED]
  The 19-line example on the referenced Web page is for Koma-script. I need
some hand-holding here to learn what I need to do with the svmono.cls to get
that same spacing result only for the List of Tables. Do I change the
reference from [EMAIL PROTECTED] to [EMAIL PROTECTED], then copy verbatim all 
the example to
the preamble of my document?
Many thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Spacing in List of Tables

2005-01-29 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
In this case you have to redefine the comand [EMAIL PROTECTED], e.g.:
[EMAIL PROTECTED]@dottedtocline{1}{1.5em}{2.8em}}
Uwe,
  Eureka! So that's how it's done. It worked, thank you very much.
  So, rather than using the tocloft package (because it genereated errors),
or using the 19-line code on the Web page to which Herbert pointed me, the
simple redefinition of [EMAIL PROTECTED]'s label field is all I needed. I just 
did not
see this from reading the TLC2.
  This has been a valuable lesson, Uwe and Herbert, and I thank you for
teaching me something new and for your patience.
  Back to the copyeditor's corrections ...
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-29 Thread =?ISO-8859-1?Q?Uwe_St=F6hr?=
Rich Shepard wrote:
I've made the {numwidth} field 5.8em! The space is clearly visible in the
Table of Contents but no effect on the List of Tables. ARRRGGGHH-H-H-H!
In this case you have to redefine the comand [EMAIL PROTECTED], e.g.:
[EMAIL PROTECTED]@dottedtocline{1}{1.5em}{2.8em}}
([EMAIL PROTECTED] is for the LOF, found on page 50 in TLC2.)
regards Uwe


Re: Spacing in List of Tables

2005-01-29 Thread Rich Shepard
On Sat, 29 Jan 2005, Herbert Voss wrote:
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
Hebrert,
  I tried the tocloft package. However, when I try this I get two
compilation errors because the figure and table depths are being redefined
by tocloft and TeX doesn't like that. I think I need the manual approach.
  I'm using Spriger-Verlag's 'svmono.cls'. Grepping for
[EMAIL PROTECTED]@figure returns nothing. Paging through the file I cannot find
a reference to [EMAIL PROTECTED]
  The 19-line example on the referenced Web page is for Koma-script. I need
some hand-holding here to learn what I need to do with the svmono.cls to get
that same spacing result only for the List of Tables. Do I change the
reference from [EMAIL PROTECTED] to [EMAIL PROTECTED], then copy verbatim all 
the example to
the preamble of my document?
Many thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: Spacing in List of Tables

2005-01-29 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
In this case you have to redefine the comand [EMAIL PROTECTED], e.g.:
[EMAIL PROTECTED]@dottedtocline{1}{1.5em}{2.8em}}
Uwe,
  Eureka! So that's how it's done. It worked, thank you very much.
  So, rather than using the tocloft package (because it genereated errors),
or using the 19-line code on the Web page to which Herbert pointed me, the
simple redefinition of [EMAIL PROTECTED]'s label field is all I needed. I just 
did not
see this from reading the TLC2.
  This has been a valuable lesson, Uwe and Herbert, and I thank you for
teaching me something new and for your patience.
  Back to the copyeditor's corrections ...
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in "List of Tables"

2005-01-29 Thread =?ISO-8859-1?Q?Uwe_St=F6hr?=
Rich Shepard wrote:
I've made the {numwidth} field 5.8em! The space is clearly visible in the
Table of Contents but no effect on the List of Tables. ARRRGGGHH-H-H-H!
In this case you have to redefine the comand [EMAIL PROTECTED], e.g.:
[EMAIL PROTECTED]@dottedtocline{1}{1.5em}{2.8em}}
([EMAIL PROTECTED] is for the LOF, found on page 50 in TLC2.)
regards Uwe


Re: Spacing in "List of Tables"

2005-01-29 Thread Rich Shepard
On Sat, 29 Jan 2005, Herbert Voss wrote:
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
Hebrert,
  I tried the tocloft package. However, when I try this I get two
compilation errors because the figure and table depths are being redefined
by tocloft and TeX doesn't like that. I think I need the manual approach.
  I'm using Spriger-Verlag's 'svmono.cls'. Grepping for
[EMAIL PROTECTED]@figure returns nothing. Paging through the file I cannot find
a reference to [EMAIL PROTECTED]
  The 19-line example on the referenced Web page is for Koma-script. I need
some hand-holding here to learn what I need to do with the svmono.cls to get
that same spacing result only for the List of Tables. Do I change the
reference from [EMAIL PROTECTED] to [EMAIL PROTECTED], then copy verbatim all 
the example to
the preamble of my document?
Many thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Spacing in "List of Tables"

2005-01-29 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
In this case you have to redefine the comand [EMAIL PROTECTED], e.g.:
[EMAIL PROTECTED]@dottedtocline{1}{1.5em}{2.8em}}
Uwe,
  Eureka! So that's how it's done. It worked, thank you very much.
  So, rather than using the tocloft package (because it genereated errors),
or using the 19-line code on the Web page to which Herbert pointed me, the
simple redefinition of [EMAIL PROTECTED]'s label field is all I needed. I just 
did not
see this from reading the TLC2.
  This has been a valuable lesson, Uwe and Herbert, and I thank you for
teaching me something new and for your patience.
  Back to the copyeditor's corrections ...
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Stephen Buonopane
  This is one the copyeditor caught. In the list of tables, the table
numbers are left-aligned and there's a small space between the number 
and
the table caption. This works fine until it gets to Chapter 12, Table 
10 and
beyond. With the four digits (and separating period; e.g., 12.10) 
there is
no longer a space between the digits and the title.

Rich,
I think this will take a bit of latex hacking, but there might also be 
some package out there that does this?
The command \listoftables uses a predefined List environment, so you 
need to change \labelwidth that is defined by \listoftables. My first 
try would be to use a \renewcommand. You might also dig around in your 
tex tree a bit and look at the Latex code that is invoked by 
\listoftables.

Steve


Re: Spacing in List of Tables

2005-01-28 Thread =?ISO-8859-1?Q?Uwe_St=F6hr?=
Rich Shepard wrote:
In the list of tables, the table
numbers are left-aligned and there's a small space between the number and
the table caption. This works fine until it gets to Chapter 12, Table 10 
and beyond. With the four digits (and separating period; e.g., 12.10) there is
no longer a space between the digits and the title.
To change this, redefine the [EMAIL PROTECTED] commands. They are described in 
detail in the book The LaTeX Companion 2nd Edition in sec. 2.3.2 (p.49).

regards Uwe


Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
To change this, redefine the [EMAIL PROTECTED] commands. They are described in
detail in the book The LaTeX Companion 2nd Edition in sec. 2.3.2 (p.49).
Uwe,
  Thank you very much. TLC2 is right here at my desk as I write; it answers
many of my questions, but sometimes I need a pointer.
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
To change this, redefine the [EMAIL PROTECTED] commands. They are described in 
detail in the book The LaTeX Companion 2nd Edition in sec. 2.3.2 (p.49).
Uwe,
  On page 50 I read that changes to [EMAIL PROTECTED] should be made in the 
class
file. Do I change Springer's svmono class or put the redefinition in the
preamble?
Thanks again,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Uwe Stöhr
Rich Shepard schrieb:
Do I change Springer's svmono class or put the redefinition in the
preamble?
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
regards Uwe


Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
Uwe,
  Danke!
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
Uwe,
  My situation is illustrated at the bottom of page 51 (see example for
10.10). On page 52 the recommeded fix is to use
\makeatletter
[EMAIL PROTECTED]@dottedtocline}{2}{1.5em}{3em}}
\makeatother
  But they also recommend adjusting other commands, too, to keep a balanced
look. Is that the purpose of changing subsubsection, too?
  I've tried your examples (at the top) with more room on the last
parameter, but it seems to make no difference when I look at the dvi output
in gv.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread =?UTF-8?B?VXdlIFN0w7Zocg==?=
Rich Shepard wrote:
\makeatletter
[EMAIL PROTECTED]@dottedtocline}{2}{1.5em}{3em}}
\makeatother
Only for information: You don't need the \makeatxxx commands when you 
use them in the preamble, because LyX does this automatically in the 
background.

  But they also recommend adjusting other commands, too, to keep a balanced
look. Is that the purpose of changing subsubsection, too?
Changing the [EMAIL PROTECTED] command is not always necessary, its your 
decision what looks nice and what not.
I changed it because I have subsubsections with long numbers in my 
document (something like 12.13.17).

  I've tried your examples (at the top) with more room on the last
parameter, but it seems to make no difference when I look at the dvi output
in gv.
Play a bit with the parameter values, my examples are optimized for 
another book class and a special font width.
(If nothing helps, try to define the commands with \AtBeginDocument.)

regards Uwe


Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, [UTF-8] Uwe Stöhr wrote:
I changed it because I have subsubsections with long numbers in my
document (something like 12.13.17).
Uwe,
  I have a problem with only two tables in the List of Tables: 12.10 and
12.11. There's no problem in the Table of Contents or List of Figures.
Play a bit with the parameter values, my examples are optimized for
another book class and a special font width. (If nothing helps, try to
define the commands with \AtBeginDocument.)
  I've made the {numwidth} field 5.8em! The space is clearly visible in the
Table of Contents but no effect on the List of Tables. ARRRGGGHH-H-H-H!
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, [UTF-8] Uwe Stöhr wrote:
Play a bit with the parameter values, my examples are optimized for
another book class and a special font width. (If nothing helps, try to
define the commands with \AtBeginDocument.)
Uwe,
  Please excuse my frustration. Here's what I've learned from my
experimentation:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
  Searching through Chapter 2 of TLC2 (and checking the index) I don't see a
way to increase number spacing for only the .lot entries. Is there such a
way? Perhaps I did not have the LaTeX commands properly formatted in the ERT
box and that's why it was read as literal text rather than a command.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Herbert Voss
Rich Shepard wrote:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
all should go into the preamble
Hebrert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Spacing in List of Tables

2005-01-28 Thread Stephen Buonopane
  This is one the copyeditor caught. In the list of tables, the table
numbers are left-aligned and there's a small space between the number 
and
the table caption. This works fine until it gets to Chapter 12, Table 
10 and
beyond. With the four digits (and separating period; e.g., 12.10) 
there is
no longer a space between the digits and the title.

Rich,
I think this will take a bit of latex hacking, but there might also be 
some package out there that does this?
The command \listoftables uses a predefined List environment, so you 
need to change \labelwidth that is defined by \listoftables. My first 
try would be to use a \renewcommand. You might also dig around in your 
tex tree a bit and look at the Latex code that is invoked by 
\listoftables.

Steve


Re: Spacing in List of Tables

2005-01-28 Thread =?ISO-8859-1?Q?Uwe_St=F6hr?=
Rich Shepard wrote:
In the list of tables, the table
numbers are left-aligned and there's a small space between the number and
the table caption. This works fine until it gets to Chapter 12, Table 10 
and beyond. With the four digits (and separating period; e.g., 12.10) there is
no longer a space between the digits and the title.
To change this, redefine the [EMAIL PROTECTED] commands. They are described in 
detail in the book The LaTeX Companion 2nd Edition in sec. 2.3.2 (p.49).

regards Uwe


Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
To change this, redefine the [EMAIL PROTECTED] commands. They are described in
detail in the book The LaTeX Companion 2nd Edition in sec. 2.3.2 (p.49).
Uwe,
  Thank you very much. TLC2 is right here at my desk as I write; it answers
many of my questions, but sometimes I need a pointer.
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
To change this, redefine the [EMAIL PROTECTED] commands. They are described in 
detail in the book The LaTeX Companion 2nd Edition in sec. 2.3.2 (p.49).
Uwe,
  On page 50 I read that changes to [EMAIL PROTECTED] should be made in the 
class
file. Do I change Springer's svmono class or put the redefinition in the
preamble?
Thanks again,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Uwe Stöhr
Rich Shepard schrieb:
Do I change Springer's svmono class or put the redefinition in the
preamble?
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
regards Uwe


Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
Uwe,
  Danke!
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
Uwe,
  My situation is illustrated at the bottom of page 51 (see example for
10.10). On page 52 the recommeded fix is to use
\makeatletter
[EMAIL PROTECTED]@dottedtocline}{2}{1.5em}{3em}}
\makeatother
  But they also recommend adjusting other commands, too, to keep a balanced
look. Is that the purpose of changing subsubsection, too?
  I've tried your examples (at the top) with more room on the last
parameter, but it seems to make no difference when I look at the dvi output
in gv.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread =?UTF-8?B?VXdlIFN0w7Zocg==?=
Rich Shepard wrote:
\makeatletter
[EMAIL PROTECTED]@dottedtocline}{2}{1.5em}{3em}}
\makeatother
Only for information: You don't need the \makeatxxx commands when you 
use them in the preamble, because LyX does this automatically in the 
background.

  But they also recommend adjusting other commands, too, to keep a balanced
look. Is that the purpose of changing subsubsection, too?
Changing the [EMAIL PROTECTED] command is not always necessary, its your 
decision what looks nice and what not.
I changed it because I have subsubsections with long numbers in my 
document (something like 12.13.17).

  I've tried your examples (at the top) with more room on the last
parameter, but it seems to make no difference when I look at the dvi output
in gv.
Play a bit with the parameter values, my examples are optimized for 
another book class and a special font width.
(If nothing helps, try to define the commands with \AtBeginDocument.)

regards Uwe


Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, [UTF-8] Uwe Stöhr wrote:
I changed it because I have subsubsections with long numbers in my
document (something like 12.13.17).
Uwe,
  I have a problem with only two tables in the List of Tables: 12.10 and
12.11. There's no problem in the Table of Contents or List of Figures.
Play a bit with the parameter values, my examples are optimized for
another book class and a special font width. (If nothing helps, try to
define the commands with \AtBeginDocument.)
  I've made the {numwidth} field 5.8em! The space is clearly visible in the
Table of Contents but no effect on the List of Tables. ARRRGGGHH-H-H-H!
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, [UTF-8] Uwe Stöhr wrote:
Play a bit with the parameter values, my examples are optimized for
another book class and a special font width. (If nothing helps, try to
define the commands with \AtBeginDocument.)
Uwe,
  Please excuse my frustration. Here's what I've learned from my
experimentation:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
  Searching through Chapter 2 of TLC2 (and checking the index) I don't see a
way to increase number spacing for only the .lot entries. Is there such a
way? Perhaps I did not have the LaTeX commands properly formatted in the ERT
box and that's why it was read as literal text rather than a command.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in List of Tables

2005-01-28 Thread Herbert Voss
Rich Shepard wrote:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
all should go into the preamble
Hebrert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Spacing in "List of Tables"

2005-01-28 Thread Stephen Buonopane
  This is one the copyeditor caught. In the list of tables, the table
numbers are left-aligned and there's a small space between the number 
and
the table caption. This works fine until it gets to Chapter 12, Table 
10 and
beyond. With the four digits (and separating period; e.g., 12.10) 
there is
no longer a space between the digits and the title.

Rich,
I think this will take a bit of latex hacking, but there might also be 
some package out there that does this?
The command \listoftables uses a predefined List environment, so you 
need to change \labelwidth that is defined by \listoftables. My first 
try would be to use a \renewcommand. You might also dig around in your 
tex tree a bit and look at the Latex code that is invoked by 
\listoftables.

Steve


Re: Spacing in "List of Tables"

2005-01-28 Thread =?ISO-8859-1?Q?Uwe_St=F6hr?=
Rich Shepard wrote:
In the list of tables, the table
numbers are left-aligned and there's a small space between the number and
the table caption. This works fine until it gets to Chapter 12, Table 10 
and beyond. With the four digits (and separating period; e.g., 12.10) there is
no longer a space between the digits and the title.
To change this, redefine the [EMAIL PROTECTED] commands. They are described in 
detail in the book "The LaTeX Companion 2nd Edition" in sec. 2.3.2 (p.49).

regards Uwe


Re: Spacing in "List of Tables"

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
To change this, redefine the [EMAIL PROTECTED] commands. They are described in
detail in the book "The LaTeX Companion 2nd Edition" in sec. 2.3.2 (p.49).
Uwe,
  Thank you very much. TLC2 is right here at my desk as I write; it answers
many of my questions, but sometimes I need a pointer.
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in "List of Tables"

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
To change this, redefine the [EMAIL PROTECTED] commands. They are described in 
detail in the book "The LaTeX Companion 2nd Edition" in sec. 2.3.2 (p.49).
Uwe,
  On page 50 I read that changes to [EMAIL PROTECTED] should be made in the 
class
file. Do I change Springer's svmono class or put the redefinition in the
preamble?
Thanks again,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in "List of Tables"

2005-01-28 Thread Uwe Stöhr
Rich Shepard schrieb:
Do I change Springer's svmono class or put the redefinition in the
preamble?
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
regards Uwe


Re: Spacing in "List of Tables"

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
Uwe,
  Danke!
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in "List of Tables"

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, Uwe Stöhr wrote:
I put them in the preamble, e.g.:
[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
Uwe,
  My situation is illustrated at the bottom of page 51 (see example for
10.10). On page 52 the recommeded fix is to use
\makeatletter
[EMAIL PROTECTED]@dottedtocline}{2}{1.5em}{3em}}
\makeatother
  But they also recommend adjusting other commands, too, to keep a balanced
look. Is that the purpose of changing subsubsection, too?
  I've tried your examples (at the top) with more room on the last
parameter, but it seems to make no difference when I look at the dvi output
in gv.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in "List of Tables"

2005-01-28 Thread =?UTF-8?B?VXdlIFN0w7Zocg==?=
Rich Shepard wrote:
\makeatletter
[EMAIL PROTECTED]@dottedtocline}{2}{1.5em}{3em}}
\makeatother
Only for information: You don't need the \makeatxxx commands when you 
use them in the preamble, because LyX does this automatically in the 
background.

  But they also recommend adjusting other commands, too, to keep a balanced
look. Is that the purpose of changing subsubsection, too?
Changing the [EMAIL PROTECTED] command is not always necessary, its your 
decision what looks nice and what not.
I changed it because I have subsubsections with long numbers in my 
document (something like "12.13.17").

  I've tried your examples (at the top) with more room on the last
parameter, but it seems to make no difference when I look at the dvi output
in gv.
Play a bit with the parameter values, my examples are optimized for 
another book class and a special font width.
(If nothing helps, try to define the commands with "\AtBeginDocument".)

regards Uwe


Re: Spacing in "List of Tables"

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, [UTF-8] Uwe Stöhr wrote:
I changed it because I have subsubsections with long numbers in my
document (something like "12.13.17").
Uwe,
  I have a problem with only two tables in the List of Tables: 12.10 and
12.11. There's no problem in the Table of Contents or List of Figures.
Play a bit with the parameter values, my examples are optimized for
another book class and a special font width. (If nothing helps, try to
define the commands with "\AtBeginDocument".)
  I've made the {numwidth} field 5.8em! The space is clearly visible in the
Table of Contents but no effect on the List of Tables. ARRRGGGHH-H-H-H!
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in "List of Tables"

2005-01-28 Thread Rich Shepard
On Sat, 29 Jan 2005, [UTF-8] Uwe Stöhr wrote:
Play a bit with the parameter values, my examples are optimized for
another book class and a special font width. (If nothing helps, try to
define the commands with "\AtBeginDocument".)
Uwe,
  Please excuse my frustration. Here's what I've learned from my
experimentation:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
  Searching through Chapter 2 of TLC2 (and checking the index) I don't see a
way to increase number spacing for only the .lot entries. Is there such a
way? Perhaps I did not have the LaTeX commands properly formatted in the ERT
box and that's why it was read as literal text rather than a command.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Re: Spacing in "List of Tables"

2005-01-28 Thread Herbert Voss
Rich Shepard wrote:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
all should go into the preamble
Hebrert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Spacing in List of Tables

2005-01-27 Thread Rich Shepard
  This is one the copyeditor caught. In the list of tables, the table
numbers are left-aligned and there's a small space between the number and
the table caption. This works fine until it gets to Chapter 12, Table 10 and
beyond. With the four digits (and separating period; e.g., 12.10) there is
no longer a space between the digits and the title.
  I'm using Springer's svmono book class. What LaTeX do I put where so the
list has better spacing between the left-most numbers and the titles in the
center?
  If this is not clear, please let me know. I've been working on the index
and copyedits plus getting out a report and marketing. I may know what I
want to write, but you may not read it that way. :-)
TIA,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Spacing in List of Tables

2005-01-27 Thread Rich Shepard
  This is one the copyeditor caught. In the list of tables, the table
numbers are left-aligned and there's a small space between the number and
the table caption. This works fine until it gets to Chapter 12, Table 10 and
beyond. With the four digits (and separating period; e.g., 12.10) there is
no longer a space between the digits and the title.
  I'm using Springer's svmono book class. What LaTeX do I put where so the
list has better spacing between the left-most numbers and the titles in the
center?
  If this is not clear, please let me know. I've been working on the index
and copyedits plus getting out a report and marketing. I may know what I
want to write, but you may not read it that way. :-)
TIA,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Spacing in "List of Tables"

2005-01-27 Thread Rich Shepard
  This is one the copyeditor caught. In the list of tables, the table
numbers are left-aligned and there's a small space between the number and
the table caption. This works fine until it gets to Chapter 12, Table 10 and
beyond. With the four digits (and separating period; e.g., 12.10) there is
no longer a space between the digits and the title.
  I'm using Springer's svmono book class. What LaTeX do I put where so the
list has better spacing between the left-most numbers and the titles in the
center?
  If this is not clear, please let me know. I've been working on the index
and copyedits plus getting out a report and marketing. I may know what I
want to write, but you may not read it that way. :-)
TIA,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863