Re: Vertical alignment in tables

2001-05-20 Thread Herbert Voss

Frank v Waveren wrote:
 
 I foolishly agreed to help with my school yearbook, and possibly more
 foolishly decided I wanted to do the layout in lyx/LaTeX. Anyways,
 to get back on topic, my problem is the following: I want to have
 pages with two photos, a title and a short text, layed out like this.
 
 +-++-+
 | | Title (the person's name)  | |
 | || |
 | || |
 |  Photo A|   Subtitle line 1  |  Photo B|
 | |   Subtitle line 2  | |
 | || |
 | || |
 | || |
 | || |
 | || |
 +-++-+
 
 ==
 ==
 ==
 ==
 ===Short Description Text=

I suppose that you do not need this as a float.
Therefore it's very easy with package multicol!

\begin{multicols}{3}

-insert first image with a width of 100% of column

Title (the person's name)  this lines all centered
Subtitle line 1with layout-paragraph-center
Subtitle line 2 

-insert second image with a width of 100% of column

\end{multicols}

if you want to have some space between Title and Subtitle,
put the cursor in the titleline and insert
layout-paragraph-vertical alignment-above-length

a length.

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/



Secured space in citations

2001-05-20 Thread Christian Naeger

Hi, 

When writing s.th. like p. 89. Latex misinterprets the . as end of a 
sentence. Thus, I must use a secured space (C-Space). I read this somewhere 
in the documentation of LyX. 

However when making citations like [8, p. 113]. I usually use the dialog 
Insert citation and fill in the field text after citation: . But this 
field doesn't allow me to enter C-Space. Using p. 113 causes a long space 
in the final output. What can I do? What is usually done in this common 
case (no point at all? write page?) ???

Thanks a lot for any help, 

Chris



Re: Secured space in citations

2001-05-20 Thread Herbert Voss

Christian Naeger wrote:
 
 Hi,
 
 When writing s.th. like p. 89. Latex misinterprets the . as end of a
 sentence. Thus, I must use a secured space (C-Space). I read this somewhere
 in the documentation of LyX.
 
 However when making citations like [8, p. 113]. I usually use the dialog
 Insert citation and fill in the field text after citation: . But this
 field doesn't allow me to enter C-Space. Using p. 113 causes a long space
 in the final output. What can I do? What is usually done in this common
 case (no point at all? write page?) ???

in text (red)
\mbox{p. insert the pagered} 

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/



chapter in new page

2001-05-20 Thread monty

How to get a pagebreak that after a chapter enviroment??

If it's the default option for a template, how to avoid it?





APA Style and Subsubsection*

2001-05-20 Thread Birch P. Browning

For some unknown reason when I use the Subsubsection* in the APA Style I 
end up with

*. subsubsection name

in the output instead of

subsubsection name.

I looked in the apa.layout and it seems to merely import the 
stdsections.inc and stdstarsection.inc without modifying them. This 
would lead me to believe the problem is in the stdstartsection.inc.

When I use the standard article class any subsubsection* is printed 
correctly, i.e. withOUT a number (or a *). This would lead me to believe 
the problem is in the apa.layout.

Any suggestions? Please also respond directly. I'm in a bit of a hurry. TIA.

Birch Browning
Tallahassee, FL




Re: APA Style and Subsubsection*

2001-05-20 Thread Kayvan A. Sylvan

On Sun, May 20, 2001 at 05:27:03PM -0400, Birch P. Browning wrote:
 For some unknown reason when I use the Subsubsection* in the APA Style I 
 end up with
 
 *. subsubsection name
 
 in the output instead of
 
 subsubsection name.

Can you send an example LyX file?

-- 
Kayvan A. Sylvan   | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory



List of margin notes?

2001-05-20 Thread Ramon Felciano

Hi --

Is there any way to generate a list of margin notes in a similar fashion to
the list of figures, tables and algorithms? I've been using margin notes to
keep notes for myself and would like to collate them into some kind of list
of things I need to tackle in order to wipe out all the margin notes. Is
that possible?

Thanks!

Ramon




Figure and Table captions ignore line space settings

2001-05-20 Thread Ramon Felciano

Hi --

For some reason my figures and tables are ignoring the line space settings
used by the rest of my dissertation. Do these need to be controlled
independently, or is there something misconfigured in my settings?

Thanks!

Ramon




Re: Figure and Table captions ignore line space settings

2001-05-20 Thread Herbert Voss


On Sun, 20 May 2001, Ramon Felciano wrote:

 For some reason my figures and tables are ignoring the line space settings
 used by the rest of my dissertation. Do these need to be controlled
 independently, or is there something misconfigured in my settings?

they are always single spaced.
what kind of textclass do you have?

Herbert




Re: List of margin notes?

2001-05-20 Thread Herbert Voss


 Is there any way to generate a list of margin notes in a similar fashion to
 the list of figures, tables and algorithms? I've been using margin notes to
 keep notes for myself and would like to collate them into some kind of list
 of things I need to tackle in order to wipe out all the margin notes. Is
 that possible?

have a look  at package ntheorem, there you can define your
own environemnts with listof...

Herbert




Re: Vertical alignment in tables

2001-05-20 Thread Herbert Voss

Frank v Waveren wrote:
 
 I foolishly agreed to help with my school yearbook, and possibly more
 foolishly decided I wanted to do the layout in lyx/LaTeX. Anyways,
 to get back on topic, my problem is the following: I want to have
 pages with two photos, a title and a short text, layed out like this.
 
 +-++-+
 | | Title (the person's name)  | |
 | || |
 | || |
 |  Photo A|   Subtitle line 1  |  Photo B|
 | |   Subtitle line 2  | |
 | || |
 | || |
 | || |
 | || |
 | || |
 +-++-+
 
 ==
 ==
 ==
 ==
 ===Short Description Text=

I suppose that you do not need this as a float.
Therefore it's very easy with package multicol!

\begin{multicols}{3}

-insert first image with a width of 100% of column

Title (the person's name)  this lines all centered
Subtitle line 1with layout-paragraph-center
Subtitle line 2 

-insert second image with a width of 100% of column

\end{multicols}

if you want to have some space between Title and Subtitle,
put the cursor in the titleline and insert
layout-paragraph-vertical alignment-above-length

a length.

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/



Secured space in citations

2001-05-20 Thread Christian Naeger

Hi, 

When writing s.th. like p. 89. Latex misinterprets the . as end of a 
sentence. Thus, I must use a secured space (C-Space). I read this somewhere 
in the documentation of LyX. 

However when making citations like [8, p. 113]. I usually use the dialog 
Insert citation and fill in the field text after citation: . But this 
field doesn't allow me to enter C-Space. Using p. 113 causes a long space 
in the final output. What can I do? What is usually done in this common 
case (no point at all? write page?) ???

Thanks a lot for any help, 

Chris



Re: Secured space in citations

2001-05-20 Thread Herbert Voss

Christian Naeger wrote:
 
 Hi,
 
 When writing s.th. like p. 89. Latex misinterprets the . as end of a
 sentence. Thus, I must use a secured space (C-Space). I read this somewhere
 in the documentation of LyX.
 
 However when making citations like [8, p. 113]. I usually use the dialog
 Insert citation and fill in the field text after citation: . But this
 field doesn't allow me to enter C-Space. Using p. 113 causes a long space
 in the final output. What can I do? What is usually done in this common
 case (no point at all? write page?) ???

in text (red)
\mbox{p. insert the pagered} 

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/



chapter in new page

2001-05-20 Thread monty

How to get a pagebreak that after a chapter enviroment??

If it's the default option for a template, how to avoid it?





APA Style and Subsubsection*

2001-05-20 Thread Birch P. Browning

For some unknown reason when I use the Subsubsection* in the APA Style I 
end up with

*. subsubsection name

in the output instead of

subsubsection name.

I looked in the apa.layout and it seems to merely import the 
stdsections.inc and stdstarsection.inc without modifying them. This 
would lead me to believe the problem is in the stdstartsection.inc.

When I use the standard article class any subsubsection* is printed 
correctly, i.e. withOUT a number (or a *). This would lead me to believe 
the problem is in the apa.layout.

Any suggestions? Please also respond directly. I'm in a bit of a hurry. TIA.

Birch Browning
Tallahassee, FL




Re: APA Style and Subsubsection*

2001-05-20 Thread Kayvan A. Sylvan

On Sun, May 20, 2001 at 05:27:03PM -0400, Birch P. Browning wrote:
 For some unknown reason when I use the Subsubsection* in the APA Style I 
 end up with
 
 *. subsubsection name
 
 in the output instead of
 
 subsubsection name.

Can you send an example LyX file?

-- 
Kayvan A. Sylvan   | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory



List of margin notes?

2001-05-20 Thread Ramon Felciano

Hi --

Is there any way to generate a list of margin notes in a similar fashion to
the list of figures, tables and algorithms? I've been using margin notes to
keep notes for myself and would like to collate them into some kind of list
of things I need to tackle in order to wipe out all the margin notes. Is
that possible?

Thanks!

Ramon




Figure and Table captions ignore line space settings

2001-05-20 Thread Ramon Felciano

Hi --

For some reason my figures and tables are ignoring the line space settings
used by the rest of my dissertation. Do these need to be controlled
independently, or is there something misconfigured in my settings?

Thanks!

Ramon




Re: Figure and Table captions ignore line space settings

2001-05-20 Thread Herbert Voss


On Sun, 20 May 2001, Ramon Felciano wrote:

 For some reason my figures and tables are ignoring the line space settings
 used by the rest of my dissertation. Do these need to be controlled
 independently, or is there something misconfigured in my settings?

they are always single spaced.
what kind of textclass do you have?

Herbert




Re: List of margin notes?

2001-05-20 Thread Herbert Voss


 Is there any way to generate a list of margin notes in a similar fashion to
 the list of figures, tables and algorithms? I've been using margin notes to
 keep notes for myself and would like to collate them into some kind of list
 of things I need to tackle in order to wipe out all the margin notes. Is
 that possible?

have a look  at package ntheorem, there you can define your
own environemnts with listof...

Herbert




Re: Vertical alignment in tables

2001-05-20 Thread Herbert Voss

Frank v Waveren wrote:
> 
> I foolishly agreed to help with my school yearbook, and possibly more
> foolishly decided I wanted to do the layout in lyx/LaTeX. Anyways,
> to get back on topic, my problem is the following: I want to have
> pages with two photos, a title and a short text, layed out like this.
> 
> +-++-+
> | | Title (the person's name)  | |
> | || |
> | || |
> |  Photo A|   Subtitle line 1  |  Photo B|
> | |   Subtitle line 2  | |
> | || |
> | || |
> | || |
> | || |
> | || |
> +-++-+
> 
> ==
> ==
> ==
> ==
> ===Short Description Text=

I suppose that you do not need this as a float.
Therefore it's very easy with package multicol!

\begin{multicols}{3}

-insert first image with a width of 100% of column

Title (the person's name)  this lines all centered
Subtitle line 1with layout->paragraph->center
Subtitle line 2 

-insert second image with a width of 100% of column

\end{multicols}

if you want to have some space between Title and Subtitle,
put the cursor in the titleline and insert
layout->paragraph->vertical alignment->above->length

a length.

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/



Secured space in citations

2001-05-20 Thread Christian Naeger

Hi, 

When writing s.th. like "p. 89". Latex misinterprets the "." as end of a 
sentence. Thus, I must use a secured space (C-Space). I read this somewhere 
in the documentation of LyX. 

However when making citations like "[8, p. 113]". I usually use the dialog 
"Insert citation" and fill in the field "text after citation: ". But this 
field doesn't allow me to enter C-Space. Using "p. 113" causes a long space 
in the final output. What can I do? What is usually done in this common 
case (no point at all? write "page"?) ???

Thanks a lot for any help, 

Chris



Re: Secured space in citations

2001-05-20 Thread Herbert Voss

Christian Naeger wrote:
> 
> Hi,
> 
> When writing s.th. like "p. 89". Latex misinterprets the "." as end of a
> sentence. Thus, I must use a secured space (C-Space). I read this somewhere
> in the documentation of LyX.
> 
> However when making citations like "[8, p. 113]". I usually use the dialog
> "Insert citation" and fill in the field "text after citation: ". But this
> field doesn't allow me to enter C-Space. Using "p. 113" causes a long space
> in the final output. What can I do? What is usually done in this common
> case (no point at all? write "page"?) ???

in text (red)
\mbox{p. } 

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/



chapter in new page

2001-05-20 Thread monty

How to get a pagebreak that after a chapter enviroment??

If it's the default option for a template, how to avoid it?





APA Style and Subsubsection*

2001-05-20 Thread Birch P. Browning

For some unknown reason when I use the Subsubsection* in the APA Style I 
end up with

*. subsubsection name

in the output instead of

subsubsection name.

I looked in the apa.layout and it seems to merely import the 
stdsections.inc and stdstarsection.inc without modifying them. This 
would lead me to believe the problem is in the stdstartsection.inc.

When I use the standard article class any subsubsection* is printed 
correctly, i.e. withOUT a number (or a *). This would lead me to believe 
the problem is in the apa.layout.

Any suggestions? Please also respond directly. I'm in a bit of a hurry. TIA.

Birch Browning
Tallahassee, FL




Re: APA Style and Subsubsection*

2001-05-20 Thread Kayvan A. Sylvan

On Sun, May 20, 2001 at 05:27:03PM -0400, Birch P. Browning wrote:
> For some unknown reason when I use the Subsubsection* in the APA Style I 
> end up with
> 
> *. subsubsection name
> 
> in the output instead of
> 
> subsubsection name.

Can you send an example LyX file?

-- 
Kayvan A. Sylvan   | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory



List of margin notes?

2001-05-20 Thread Ramon Felciano

Hi --

Is there any way to generate a list of margin notes in a similar fashion to
the list of figures, tables and algorithms? I've been using margin notes to
keep notes for myself and would like to collate them into some kind of "list
of things I need to tackle in order to wipe out all the margin notes". Is
that possible?

Thanks!

Ramon




Figure and Table captions ignore line space settings

2001-05-20 Thread Ramon Felciano

Hi --

For some reason my figures and tables are ignoring the line space settings
used by the rest of my dissertation. Do these need to be controlled
independently, or is there something misconfigured in my settings?

Thanks!

Ramon




Re: Figure and Table captions ignore line space settings

2001-05-20 Thread Herbert Voss


On Sun, 20 May 2001, Ramon Felciano wrote:

> For some reason my figures and tables are ignoring the line space settings
> used by the rest of my dissertation. Do these need to be controlled
> independently, or is there something misconfigured in my settings?

they are always single spaced.
what kind of textclass do you have?

Herbert




Re: List of margin notes?

2001-05-20 Thread Herbert Voss


> Is there any way to generate a list of margin notes in a similar fashion to
> the list of figures, tables and algorithms? I've been using margin notes to
> keep notes for myself and would like to collate them into some kind of "list
> of things I need to tackle in order to wipe out all the margin notes". Is
> that possible?

have a look  at package ntheorem, there you can define your
own environemnts with listof...

Herbert