Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:
 
Detlev Humann wrote:
How can I reduce the extra vertical space in the LoT that is generated
between table-entries of different parts? I´d like to have the same
spacing between all entries in the LoT.
   
 Herbert Voss wrote:
 I always get the same spacing with koma book-class.
  
   My LoT looks like:
   1. Table1
   2. Table2
   3. Table3
  
   4. Table4
   5. Table5
   That looks a little bit strange and unusual ;-)
 
  please send the *.lot file. it's in the temporary lyx-dir or
  run latex by hand.
 
  Herbert
 
 LoT-File is attached. I see that there is to much \addvspace, but of course
 it wasn't me - AFAIK ;-)

yes, that's the question ...

I have no idea at this time. for more informations i need the 
whole preamble and the doc, but only with the latex commands,
if you have one in the text part.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann


 Detlev Humann wrote:
 How can I reduce the extra vertical space in the LoT that is
generated
 between table-entries of different parts? I´d like to have the
same
 spacing between all entries in the LoT.

  Herbert Voss wrote:
  I always get the same spacing with koma book-class.
   
My LoT looks like:
1. Table1
2. Table2
3. Table3
   
4. Table4
5. Table5
That looks a little bit strange and unusual ;-)
  
   Herbert Voss wrote:
   please send the *.lot file. it's in the temporary lyx-dir or
   run latex by hand.
  
  Detlev Humann wrote:
  LoT-File is attached. I see that there is to much \addvspace, but of
course
  it wasn't me - AFAIK ;-)

 Herbert Voss wrote:
 yes, that's the question ...

 I have no idea at this time. for more informations i need the
 whole preamble and the doc, but only with the latex commands,
 if you have one in the text part.

Here they are. I thought the problem could be hidden in the section
% Einzüge und Label-Weite der Verzeichnisse verstellen (=Changing
indentations and label width of lists) in the LaTeX preamble. But after
erasing it there was no difference.
Not even erasing the whole preamble helped. So I have no more clue.
Thank you for your efforts!
Detlev
BTW: I'm running Lyx1.1.5fix2 on Suse7.1






 LaTeX-Preamble_and_-Commands.tar.gz


Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:

 Here they are. I thought the problem could be hidden in the section
 % Einzüge und Label-Weite der Verzeichnisse verstellen (=Changing
 indentations and label width of lists) in the LaTeX preamble. But after
 erasing it there was no difference.
 Not even erasing the whole preamble helped. So I have no more clue.

ok, we got it ...
write in latex preamble:

\def\@chapter[#1]#2{\ifnum \c@secnumdepth \m@ne
 \if@mainmatter
 \refstepcounter{chapter}%
 \typeout{\@chapapp\space\thechapter.}%
 \addcontentsline{toc}{chapter}%
{\protect\numberline{\thechapter}#1}%
 \else
 \addcontentsline{toc}{chapter}{#1}\fi
\else
 \addcontentsline{toc}{chapter}{#1}
 \fi
 \chaptermark{#1}%
 \if@twocolumn
   \@topnewpage[\@makechapterhead{#2}]%
 \else
\@makechapterhead{#2}%
\@afterheading
 \fi}


Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann

 ok, we got it ...
 write in latex preamble:
 
 \def\@chapter[#1]#2{\ifnum \c@secnumdepth \m@ne
  \if@mainmatter
  \refstepcounter{chapter}%
  \typeout{\@chapapp\space\thechapter.}%
  \addcontentsline{toc}{chapter}%
 {\protect\numberline{\thechapter}#1}%
  \else
  \addcontentsline{toc}{chapter}{#1}\fi
 \else
  \addcontentsline{toc}{chapter}{#1}
  \fi
  \chaptermark{#1}%
  \if@twocolumn
\@topnewpage[\@makechapterhead{#2}]%
  \else
 \@makechapterhead{#2}%
 \@afterheading
  \fi}
 
 
 Herbert

It works! Thank you very much! I'm delighted! 
But just give me a hint, please: What was going wrong?
Why didn't you have the obscure extra space in your LoTs, but me?
Did I make any mistake? How could I have avoided it?
Or is it a bug or a feature of Lyx? 
I'd like to reduce my ignorance a little bit.
Thanks once more :-)
Detlev







Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:
 
  ok, we got it ...
  write in latex preamble:
 
  \def\@chapter[#1]#2{\ifnum \c@secnumdepth \m@ne
   \if@mainmatter
...

 But just give me a hint, please: What was going wrong?
 Why didn't you have the obscure extra space in your LoTs, but me?
 Did I make any mistake? How could I have avoided it?
 Or is it a bug or a feature of Lyx?

it'a a feature in komascript and it only happens when
you have a new part AND a chapter in this part. in my
testfile i had parts but no chapters, therefore 
it was ok for me.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:
 
Detlev Humann wrote:
How can I reduce the extra vertical space in the LoT that is generated
between table-entries of different parts? I´d like to have the same
spacing between all entries in the LoT.
   
 Herbert Voss wrote:
 I always get the same spacing with koma book-class.
  
   My LoT looks like:
   1. Table1
   2. Table2
   3. Table3
  
   4. Table4
   5. Table5
   That looks a little bit strange and unusual ;-)
 
  please send the *.lot file. it's in the temporary lyx-dir or
  run latex by hand.
 
  Herbert
 
 LoT-File is attached. I see that there is to much \addvspace, but of course
 it wasn't me - AFAIK ;-)

yes, that's the question ...

I have no idea at this time. for more informations i need the 
whole preamble and the doc, but only with the latex commands,
if you have one in the text part.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann


 Detlev Humann wrote:
 How can I reduce the extra vertical space in the LoT that is
generated
 between table-entries of different parts? I´d like to have the
same
 spacing between all entries in the LoT.

  Herbert Voss wrote:
  I always get the same spacing with koma book-class.
   
My LoT looks like:
1. Table1
2. Table2
3. Table3
   
4. Table4
5. Table5
That looks a little bit strange and unusual ;-)
  
   Herbert Voss wrote:
   please send the *.lot file. it's in the temporary lyx-dir or
   run latex by hand.
  
  Detlev Humann wrote:
  LoT-File is attached. I see that there is to much \addvspace, but of
course
  it wasn't me - AFAIK ;-)

 Herbert Voss wrote:
 yes, that's the question ...

 I have no idea at this time. for more informations i need the
 whole preamble and the doc, but only with the latex commands,
 if you have one in the text part.

Here they are. I thought the problem could be hidden in the section
% Einzüge und Label-Weite der Verzeichnisse verstellen (=Changing
indentations and label width of lists) in the LaTeX preamble. But after
erasing it there was no difference.
Not even erasing the whole preamble helped. So I have no more clue.
Thank you for your efforts!
Detlev
BTW: I'm running Lyx1.1.5fix2 on Suse7.1






 LaTeX-Preamble_and_-Commands.tar.gz


Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:

 Here they are. I thought the problem could be hidden in the section
 % Einzüge und Label-Weite der Verzeichnisse verstellen (=Changing
 indentations and label width of lists) in the LaTeX preamble. But after
 erasing it there was no difference.
 Not even erasing the whole preamble helped. So I have no more clue.

ok, we got it ...
write in latex preamble:

\def\@chapter[#1]#2{\ifnum \c@secnumdepth \m@ne
 \if@mainmatter
 \refstepcounter{chapter}%
 \typeout{\@chapapp\space\thechapter.}%
 \addcontentsline{toc}{chapter}%
{\protect\numberline{\thechapter}#1}%
 \else
 \addcontentsline{toc}{chapter}{#1}\fi
\else
 \addcontentsline{toc}{chapter}{#1}
 \fi
 \chaptermark{#1}%
 \if@twocolumn
   \@topnewpage[\@makechapterhead{#2}]%
 \else
\@makechapterhead{#2}%
\@afterheading
 \fi}


Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann

 ok, we got it ...
 write in latex preamble:
 
 \def\@chapter[#1]#2{\ifnum \c@secnumdepth \m@ne
  \if@mainmatter
  \refstepcounter{chapter}%
  \typeout{\@chapapp\space\thechapter.}%
  \addcontentsline{toc}{chapter}%
 {\protect\numberline{\thechapter}#1}%
  \else
  \addcontentsline{toc}{chapter}{#1}\fi
 \else
  \addcontentsline{toc}{chapter}{#1}
  \fi
  \chaptermark{#1}%
  \if@twocolumn
\@topnewpage[\@makechapterhead{#2}]%
  \else
 \@makechapterhead{#2}%
 \@afterheading
  \fi}
 
 
 Herbert

It works! Thank you very much! I'm delighted! 
But just give me a hint, please: What was going wrong?
Why didn't you have the obscure extra space in your LoTs, but me?
Did I make any mistake? How could I have avoided it?
Or is it a bug or a feature of Lyx? 
I'd like to reduce my ignorance a little bit.
Thanks once more :-)
Detlev







Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:
 
  ok, we got it ...
  write in latex preamble:
 
  \def\@chapter[#1]#2{\ifnum \c@secnumdepth \m@ne
   \if@mainmatter
...

 But just give me a hint, please: What was going wrong?
 Why didn't you have the obscure extra space in your LoTs, but me?
 Did I make any mistake? How could I have avoided it?
 Or is it a bug or a feature of Lyx?

it'a a feature in komascript and it only happens when
you have a new part AND a chapter in this part. in my
testfile i had parts but no chapters, therefore 
it was ok for me.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:
> 
> > > > Detlev Humann wrote:
> > > > How can I reduce the extra vertical space in the LoT that is generated
> > > > between table-entries of different parts? I´d like to have the same
> > > > spacing between all entries in the LoT.
> > > >
> > > > > Herbert Voss wrote:
> > > > > I always get the same spacing with koma book-class.
> > >
> > > My LoT looks like:
> > > 1. Table1
> > > 2. Table2
> > > 3. Table3
> > >
> > > 4. Table4
> > > 5. Table5
> > > That looks a little bit strange and unusual ;-)
> >
> > please send the *.lot file. it's in the temporary lyx-dir or
> > run latex by hand.
> >
> > Herbert
> >
> LoT-File is attached. I see that there is to much \addvspace, but of course
> it wasn't me - AFAIK ;-)

yes, that's the question ...

I have no idea at this time. for more informations i need the 
whole preamble and the doc, but only with the latex commands,
if you have one in the text part.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann


> > > > > Detlev Humann wrote:
> > > > > How can I reduce the extra vertical space in the LoT that is
generated
> > > > > between table-entries of different parts? I´d like to have the
same
> > > > > spacing between all entries in the LoT.
> > > > >
> > > > > > Herbert Voss wrote:
> > > > > > I always get the same spacing with koma book-class.
> > > >
> > > > My LoT looks like:
> > > > 1. Table1
> > > > 2. Table2
> > > > 3. Table3
> > > >
> > > > 4. Table4
> > > > 5. Table5
> > > > That looks a little bit strange and unusual ;-)
> > >
> > > Herbert Voss wrote:
> > > please send the *.lot file. it's in the temporary lyx-dir or
> > > run latex by hand.
> > >
> > Detlev Humann wrote:
> > LoT-File is attached. I see that there is to much \addvspace, but of
course
> > it wasn't me - AFAIK ;-)
>>
> Herbert Voss wrote:
> yes, that's the question ...
>
> I have no idea at this time. for more informations i need the
> whole preamble and the doc, but only with the latex commands,
> if you have one in the text part.
>
Here they are. I thought the problem could be hidden in the section
"% Einzüge und Label-Weite der Verzeichnisse verstellen" (=Changing
indentations and label width of lists) in the LaTeX preamble. But after
erasing it there was no difference.
Not even erasing the whole preamble helped. So I have no more clue.
Thank you for your efforts!
Detlev
BTW: I'm running Lyx1.1.5fix2 on Suse7.1






 LaTeX-Preamble_and_-Commands.tar.gz


Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:

> Here they are. I thought the problem could be hidden in the section
> "% Einzüge und Label-Weite der Verzeichnisse verstellen" (=Changing
> indentations and label width of lists) in the LaTeX preamble. But after
> erasing it there was no difference.
> Not even erasing the whole preamble helped. So I have no more clue.

ok, we got it ...
write in latex preamble:

\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
 \if@mainmatter
 \refstepcounter{chapter}%
 \typeout{\@chapapp\space\thechapter.}%
 \addcontentsline{toc}{chapter}%
{\protect\numberline{\thechapter}#1}%
 \else
 \addcontentsline{toc}{chapter}{#1}\fi
\else
 \addcontentsline{toc}{chapter}{#1}
 \fi
 \chaptermark{#1}%
 \if@twocolumn
   \@topnewpage[\@makechapterhead{#2}]%
 \else
\@makechapterhead{#2}%
\@afterheading
 \fi}


Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann

> ok, we got it ...
> write in latex preamble:
> 
> \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
>  \if@mainmatter
>  \refstepcounter{chapter}%
>  \typeout{\@chapapp\space\thechapter.}%
>  \addcontentsline{toc}{chapter}%
> {\protect\numberline{\thechapter}#1}%
>  \else
>  \addcontentsline{toc}{chapter}{#1}\fi
> \else
>  \addcontentsline{toc}{chapter}{#1}
>  \fi
>  \chaptermark{#1}%
>  \if@twocolumn
>\@topnewpage[\@makechapterhead{#2}]%
>  \else
> \@makechapterhead{#2}%
> \@afterheading
>  \fi}
> 
> 
> Herbert

It works! Thank you very much! I'm delighted! 
But just give me a hint, please: What was going wrong?
Why didn't you have the obscure extra space in your LoTs, but me?
Did I make any mistake? How could I have avoided it?
Or is it a bug or a feature of Lyx? 
I'd like to reduce my ignorance a little bit.
Thanks once more :-)
Detlev







Re: Vertical spacing in LoT

2001-05-20 Thread Herbert Voss

Detlev Humann wrote:
> 
> > ok, we got it ...
> > write in latex preamble:
> >
> > \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
> >  \if@mainmatter
...

> But just give me a hint, please: What was going wrong?
> Why didn't you have the obscure extra space in your LoTs, but me?
> Did I make any mistake? How could I have avoided it?
> Or is it a bug or a feature of Lyx?

it'a a feature in komascript and it only happens when
you have a new part AND a chapter in this part. in my
testfile i had parts but no chapters, therefore 
it was ok for me.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Vertical spacing in LoT

2001-05-19 Thread Detlev Humann

 Detlev Humann wrote:
 How can I reduce the extra vertical space in the LoT that is generated
 between table-entries of different parts? I´d like to have the same
 spacing between all entries in the LoT.

  Herbert Voss wrote:
  I always get the same spacing with koma book-class.

My LoT looks like:
1. Table1
2. Table2
3. Table3

4. Table4
5. Table5
That looks a little bit strange and unusual ;-)
This problem (is it feature?!) only exists if the tables are in different
parts of the document (book koma-script), not if they are in different
chapters or sections.
If it's a feature: it can be useful in docs full of tables in some different
parts with the tables of each part having nothing to do with the tables of
other parts.
But if you only have 2 parts and all table entries are of the same value
it isn't very pleasing to have them separated.
Does anybody know how to change the feature? Or did I make any mistake?
Thanks in advance!
Detlev








Re: Vertical spacing in LoT

2001-05-19 Thread Herbert Voss


On Sat, 19 May 2001, Detlev Humann wrote:

  Detlev Humann wrote:
  How can I reduce the extra vertical space in the LoT that is generated
  between table-entries of different parts? I´d like to have the same
  spacing between all entries in the LoT.
 
   Herbert Voss wrote:
   I always get the same spacing with koma book-class.

 My LoT looks like:
 1. Table1
 2. Table2
 3. Table3

 4. Table4
 5. Table5
 That looks a little bit strange and unusual ;-)

please send the *.lot file. it's in the temporary lyx-dir or
run latex by hand.

Herbert




Re: Vertical spacing in LoT

2001-05-19 Thread Detlev Humann

   Detlev Humann wrote:
   How can I reduce the extra vertical space in the LoT that is generated
   between table-entries of different parts? I´d like to have the same
   spacing between all entries in the LoT.
  
Herbert Voss wrote:
I always get the same spacing with koma book-class.
 
  My LoT looks like:
  1. Table1
  2. Table2
  3. Table3
 
  4. Table4
  5. Table5
  That looks a little bit strange and unusual ;-)

 please send the *.lot file. it's in the temporary lyx-dir or
 run latex by hand.

 Herbert

LoT-File is attached. I see that there is to much \addvspace, but of course
it wasn't me - AFAIK ;-)


 LoT-File.tar.gz


Re: Vertical spacing in LoT

2001-05-19 Thread Detlev Humann

 Detlev Humann wrote:
 How can I reduce the extra vertical space in the LoT that is generated
 between table-entries of different parts? I´d like to have the same
 spacing between all entries in the LoT.

  Herbert Voss wrote:
  I always get the same spacing with koma book-class.

My LoT looks like:
1. Table1
2. Table2
3. Table3

4. Table4
5. Table5
That looks a little bit strange and unusual ;-)
This problem (is it feature?!) only exists if the tables are in different
parts of the document (book koma-script), not if they are in different
chapters or sections.
If it's a feature: it can be useful in docs full of tables in some different
parts with the tables of each part having nothing to do with the tables of
other parts.
But if you only have 2 parts and all table entries are of the same value
it isn't very pleasing to have them separated.
Does anybody know how to change the feature? Or did I make any mistake?
Thanks in advance!
Detlev








Re: Vertical spacing in LoT

2001-05-19 Thread Herbert Voss


On Sat, 19 May 2001, Detlev Humann wrote:

  Detlev Humann wrote:
  How can I reduce the extra vertical space in the LoT that is generated
  between table-entries of different parts? I´d like to have the same
  spacing between all entries in the LoT.
 
   Herbert Voss wrote:
   I always get the same spacing with koma book-class.

 My LoT looks like:
 1. Table1
 2. Table2
 3. Table3

 4. Table4
 5. Table5
 That looks a little bit strange and unusual ;-)

please send the *.lot file. it's in the temporary lyx-dir or
run latex by hand.

Herbert




Re: Vertical spacing in LoT

2001-05-19 Thread Detlev Humann

   Detlev Humann wrote:
   How can I reduce the extra vertical space in the LoT that is generated
   between table-entries of different parts? I´d like to have the same
   spacing between all entries in the LoT.
  
Herbert Voss wrote:
I always get the same spacing with koma book-class.
 
  My LoT looks like:
  1. Table1
  2. Table2
  3. Table3
 
  4. Table4
  5. Table5
  That looks a little bit strange and unusual ;-)

 please send the *.lot file. it's in the temporary lyx-dir or
 run latex by hand.

 Herbert

LoT-File is attached. I see that there is to much \addvspace, but of course
it wasn't me - AFAIK ;-)


 LoT-File.tar.gz


Re: Vertical spacing in LoT

2001-05-19 Thread Detlev Humann

> Detlev Humann wrote:
> How can I reduce the extra vertical space in the LoT that is generated
> between table-entries of different parts? I´d like to have the same
> spacing between all entries in the LoT.
>
> > Herbert Voss wrote:
> > I always get the same spacing with koma book-class.

My LoT looks like:
1. Table1
2. Table2
3. Table3

4. Table4
5. Table5
That looks a little bit strange and unusual ;-)
This problem (is it feature?!) only exists if the tables are in different
parts of the document (book koma-script), not if they are in different
chapters or sections.
If it's a feature: it can be useful in docs full of tables in some different
parts with the tables of each part having nothing to do with the tables of
other parts.
But if you only have 2 parts and all table entries are "of the same value"
it isn't very pleasing to have them separated.
Does anybody know how to change the "feature"? Or did I make any mistake?
Thanks in advance!
Detlev








Re: Vertical spacing in LoT

2001-05-19 Thread Herbert Voss


On Sat, 19 May 2001, Detlev Humann wrote:

> > Detlev Humann wrote:
> > How can I reduce the extra vertical space in the LoT that is generated
> > between table-entries of different parts? I´d like to have the same
> > spacing between all entries in the LoT.
> >
> > > Herbert Voss wrote:
> > > I always get the same spacing with koma book-class.
>
> My LoT looks like:
> 1. Table1
> 2. Table2
> 3. Table3
>
> 4. Table4
> 5. Table5
> That looks a little bit strange and unusual ;-)

please send the *.lot file. it's in the temporary lyx-dir or
run latex by hand.

Herbert




Re: Vertical spacing in LoT

2001-05-19 Thread Detlev Humann

> > > Detlev Humann wrote:
> > > How can I reduce the extra vertical space in the LoT that is generated
> > > between table-entries of different parts? I´d like to have the same
> > > spacing between all entries in the LoT.
> > >
> > > > Herbert Voss wrote:
> > > > I always get the same spacing with koma book-class.
> >
> > My LoT looks like:
> > 1. Table1
> > 2. Table2
> > 3. Table3
> >
> > 4. Table4
> > 5. Table5
> > That looks a little bit strange and unusual ;-)
>
> please send the *.lot file. it's in the temporary lyx-dir or
> run latex by hand.
>
> Herbert
>
LoT-File is attached. I see that there is to much \addvspace, but of course
it wasn't me - AFAIK ;-)


 LoT-File.tar.gz


Vertical spacing in LoT and points after numbering in LoT (Re: caption numbering and point after caption II)

2001-05-18 Thread Detlev Humann


- Original Message -
From: Detlev Humann [EMAIL PROTECTED]
To: Herbert Voss [EMAIL PROTECTED]
Sent: Friday, May 18, 2001 10:53 PM
Subject: Vertical spacing in LoT and points after numbering in LoT (Re:
caption numbering and point after caption II)


   Detlev Humann wrote:
  
   Hi!
   I´m writing in book-class (koma-script) and I use \appendix to mark my
   apendix-section.
  
   1. Problem: What I don´t like is the default numbering of tables and
   figures in captions, LoT and LoF (eg. Table 2.3.). So I changed it
   with \renewcommand{\thetable}{\arabic{table}} and I got now e.g.
Table
   9. (without the chapter-counter in front). The problem is that the
   counter of tables and figures in the appendix is reset, so that there
   are two identically named Table(s) 9 (in the text-part and in the
   appendix). Therefore I tried out Herbert´s hint
   (www.educat.hu-berlin.de/~voss/lyx/counter/counter.html) and put
   \@removefromreset{table}{chapter} in the Latex preamble but I got the
   error message undefined control sequence. Putting this command in
   the text I got the error message missing $ inserted. What's going
   wrong?
 
  sorry, but you need package remreset
 

ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/carlisle/remre
 set.sty
  (part of the carlisle-packages)
  or write in latex preamble
 
  \def\@removefromreset#1#2{{%
\expandafter\let\csname c@#1\endcsname\@removefromreset
\def\@elt##1{%
  \expandafter\ifx\csname c@##1\endcsname\@removefromreset
  \else
\noexpand\@elt{##1}%
  \fi}%
\expandafter\xdef\csname cl@#2\endcsname{%
  \csname cl@#2\endcsname}}}
 
   2. Problem: I'd like to get rid of  the point after the caption. E.g.
   I´d like to have Table 9 instead of Table 9.. How can I achieve
 
  \renewcommand*\tableformat   {\tablename~\thetable%
\if@altsecnumformat\fi%
  }
 
  Herbert



 Works fine! Many thanks! A Federal Credit Cookie (Bundesverdienstkeks) to
 Herbert.;-)
 Just 2 more little questions:

 1. How can I reduce the extra vertical space in the LoT that is generated
 between table-entries of different parts? I´d like to have the same
spacing
 between all entries in the LoT.

 2. How can I get rid of the points after the the number of a table in the
 LoT? I'd like to have 2  Table2 instead of 2. Table2.

 Thanks!
 Detlev







Re: Vertical spacing in LoT and points after numbering in LoT (Re: caption numbering and point after caption II)

2001-05-18 Thread Herbert Voss

Detlev Humann wrote:

  1. How can I reduce the extra vertical space in the LoT that is generated
  between table-entries of different parts? I´d like to have the same
 spacing
  between all entries in the LoT.

I always get the same spacing with koma book-class.

  2. How can I get rid of the points after the the number of a table in the
  LoT? I'd like to have 2  Table2 instead of 2. Table2.

\renewcommand*{\numberline}[1]{%
  \hb@xt@\@tempdima{#1\if@altsecnumformat.\fi\hfil}}

btw: all this changes are not usual.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Vertical spacing in LoT and points after numbering in LoT (Re: caption numbering and point after caption II)

2001-05-18 Thread Detlev Humann


- Original Message -
From: Detlev Humann [EMAIL PROTECTED]
To: Herbert Voss [EMAIL PROTECTED]
Sent: Friday, May 18, 2001 10:53 PM
Subject: Vertical spacing in LoT and points after numbering in LoT (Re:
caption numbering and point after caption II)


   Detlev Humann wrote:
  
   Hi!
   I´m writing in book-class (koma-script) and I use \appendix to mark my
   apendix-section.
  
   1. Problem: What I don´t like is the default numbering of tables and
   figures in captions, LoT and LoF (eg. Table 2.3.). So I changed it
   with \renewcommand{\thetable}{\arabic{table}} and I got now e.g.
Table
   9. (without the chapter-counter in front). The problem is that the
   counter of tables and figures in the appendix is reset, so that there
   are two identically named Table(s) 9 (in the text-part and in the
   appendix). Therefore I tried out Herbert´s hint
   (www.educat.hu-berlin.de/~voss/lyx/counter/counter.html) and put
   \@removefromreset{table}{chapter} in the Latex preamble but I got the
   error message undefined control sequence. Putting this command in
   the text I got the error message missing $ inserted. What's going
   wrong?
 
  sorry, but you need package remreset
 

ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/carlisle/remre
 set.sty
  (part of the carlisle-packages)
  or write in latex preamble
 
  \def\@removefromreset#1#2{{%
\expandafter\let\csname c@#1\endcsname\@removefromreset
\def\@elt##1{%
  \expandafter\ifx\csname c@##1\endcsname\@removefromreset
  \else
\noexpand\@elt{##1}%
  \fi}%
\expandafter\xdef\csname cl@#2\endcsname{%
  \csname cl@#2\endcsname}}}
 
   2. Problem: I'd like to get rid of  the point after the caption. E.g.
   I´d like to have Table 9 instead of Table 9.. How can I achieve
 
  \renewcommand*\tableformat   {\tablename~\thetable%
\if@altsecnumformat\fi%
  }
 
  Herbert



 Works fine! Many thanks! A Federal Credit Cookie (Bundesverdienstkeks) to
 Herbert.;-)
 Just 2 more little questions:

 1. How can I reduce the extra vertical space in the LoT that is generated
 between table-entries of different parts? I´d like to have the same
spacing
 between all entries in the LoT.

 2. How can I get rid of the points after the the number of a table in the
 LoT? I'd like to have 2  Table2 instead of 2. Table2.

 Thanks!
 Detlev







Re: Vertical spacing in LoT and points after numbering in LoT (Re: caption numbering and point after caption II)

2001-05-18 Thread Herbert Voss

Detlev Humann wrote:

  1. How can I reduce the extra vertical space in the LoT that is generated
  between table-entries of different parts? I´d like to have the same
 spacing
  between all entries in the LoT.

I always get the same spacing with koma book-class.

  2. How can I get rid of the points after the the number of a table in the
  LoT? I'd like to have 2  Table2 instead of 2. Table2.

\renewcommand*{\numberline}[1]{%
  \hb@xt@\@tempdima{#1\if@altsecnumformat.\fi\hfil}}

btw: all this changes are not usual.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Vertical spacing in LoT and points after numbering in LoT (Re: caption numbering and point after caption II)

2001-05-18 Thread Detlev Humann


- Original Message -
From: Detlev Humann <[EMAIL PROTECTED]>
To: Herbert Voss <[EMAIL PROTECTED]>
Sent: Friday, May 18, 2001 10:53 PM
Subject: Vertical spacing in LoT and points after numbering in LoT (Re:
caption numbering and point after caption II)


> > > Detlev Humann wrote:
> > >
> > > Hi!
> > > I´m writing in book-class (koma-script) and I use \appendix to mark my
> > > apendix-section.
> > >
> > > 1. Problem: What I don´t like is the default numbering of tables and
> > > figures in captions, LoT and LoF (eg. "Table 2.3."). So I changed it
> > > with \renewcommand{\thetable}{\arabic{table}} and I got now e.g.
"Table
> > > 9." (without the chapter-counter in front). The problem is that the
> > > counter of tables and figures in the appendix is reset, so that there
> > > are two identically named "Table(s) 9" (in the text-part and in the
> > > appendix). Therefore I tried out Herbert´s hint
> > > (www.educat.hu-berlin.de/~voss/lyx/counter/counter.html) and put
> > > \@removefromreset{table}{chapter} in the Latex preamble but I got the
> > > error message "undefined control sequence". Putting this command in
> > > the text I got the error message "missing $ inserted". What's going
> > > wrong?
> >
> > sorry, but you need package remreset
> >
>
ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/carlisle/remre
> set.sty
> > (part of the carlisle-packages)
> > or write in latex preamble
> >
> > \def\@removefromreset#1#2{{%
> >   \expandafter\let\csname c@#1\endcsname\@removefromreset
> >   \def\@elt##1{%
> > \expandafter\ifx\csname c@##1\endcsname\@removefromreset
> > \else
> >   \noexpand\@elt{##1}%
> > \fi}%
> >   \expandafter\xdef\csname cl@#2\endcsname{%
> > \csname cl@#2\endcsname}}}
> >
> > > 2. Problem: I'd like to get rid of  the point after the caption. E.g.
> > > I´d like to have "Table 9" instead of "Table 9.". How can I achieve
> >
> > \renewcommand*\tableformat   {\tablename~\thetable%
> >   \if@altsecnumformat\fi%
> > }
> >
> > Herbert
>
>
>
> Works fine! Many thanks! A Federal Credit Cookie (Bundesverdienstkeks) to
> Herbert.;-)
> Just 2 more little questions:
>
> 1. How can I reduce the extra vertical space in the LoT that is generated
> between table-entries of different parts? I´d like to have the same
spacing
> between all entries in the LoT.
>
> 2. How can I get rid of the points after the the number of a table in the
> LoT? I'd like to have "2  Table2" instead of "2. Table2".
>
> Thanks!
> Detlev
>
>
>




Re: Vertical spacing in LoT and points after numbering in LoT (Re: caption numbering and point after caption II)

2001-05-18 Thread Herbert Voss

Detlev Humann wrote:

> > 1. How can I reduce the extra vertical space in the LoT that is generated
> > between table-entries of different parts? I´d like to have the same
> spacing
> > between all entries in the LoT.

I always get the same spacing with koma book-class.

> > 2. How can I get rid of the points after the the number of a table in the
> > LoT? I'd like to have "2  Table2" instead of "2. Table2".

\renewcommand*{\numberline}[1]{%
  \hb@xt@\@tempdima{#1\if@altsecnumformat.\fi\hfil}}

btw: all this changes are not usual.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/