Re: Multi-numbered equations

2007-05-06 Thread Stefano Baroni

Dear Uwe and Hans,

it also seems to me a rather weird notation, but, for what matters,  
here are a few latex lines that would do the job:


$$
\displaylines{
  \hfill
  1+1=2, \quad F=ma, \quad A=bh
  \hfill
  \llap{
\stepcounter{equation} (\theequation),
\stepcounter{equation} (\theequation),
\stepcounter{equation} (\theequation)
  }
}
$$

Cheers - Stefano

On May 5, 2007, at 8:10 PM, Uwe Stöhr wrote:

Hans Kunkell schrieb:

I have 3 equations that I want on a single line (not inline), and  
numbered individually, like this:

   1+1=2, F=ma, A=bh (2), (3), (4)


I don't know how to do this in one single line. But your style is  
quite unusual, one either writes this


1+1=2 (2), F=ma (3), A=bh (4)

or (commonly used)

1+1=2 (2)
F=ma (3)
A=bh (4)

For more infos about using math in LyX, you can have a look at my  
German math manual:


http://wiki.lyx.org/LyX/LyXMathebefehle

regards Uwe


---
Stefano Baroni - SISSADEMOCRITOS National Simulation Center -  
Trieste

[+39] 040 3787 406 (tel) -528 (fax) / stefanobaroni (skype)

Please, if possible, don't  send me MS Word or PowerPoint attachments
Why? See:  http://www.gnu.org/philosophy/no-word-attachments.html





Re: build problems on OS X

2007-05-06 Thread José Matos
On Saturday 05 May 2007 21:58:03 Patrick De Visschere wrote:
 Hi,

 I update through svn and cannot built LyX1.5 anymore.
 I get the following message from make:

 ...
 config runs successfully

 A hint would be appreciated.

  The easier solution, start from a fresh directory checkout and compile from 
there.

  The difficult, remove some files left from previous compiles that induce the 
wrong dependencies. The previous option is a lot easier. :-)

 Regards,

 Patrick De Visschere

-- 
José Abílio


Re: Table numbering: subsection arabic and table no. alph

2007-05-06 Thread Uwe Stöhr

Christian Liesen schrieb:

sorry for asking, but I could not find any hints on this list or in the 
Embedded Objects-Manual on how to change table numbering to a mixed mode 
of arabic and alph.


I have several tables in a subsection, and I want the caption to look like

Table 1.3 a: foo
Table 1.3 b: foo


I'll add a section about this in the manual that refers to section 4.2.1 Footnote 
Numbering.

To get what you want, look at the attached LyX-examplefile.

regards Uwe


newfile1.lyx
Description: application/lyx


Re: Table numbering: subsection arabic and table no. alph

2007-05-06 Thread Christian Liesen

Many thanks!

Putting

\renewcommand{\thetable}{\thesubsection~\alph{table}}

in the preamble worked like a charm. Great if this goes into the manual, 
too.


Best wishes,
-- Christian



Uwe Stöhr wrote:

Christian Liesen schrieb:

sorry for asking, but I could not find any hints on this list or in 
the Embedded Objects-Manual on how to change table numbering to a 
mixed mode of arabic and alph.


I have several tables in a subsection, and I want the caption to look 
like


Table 1.3 a: foo
Table 1.3 b: foo


I'll add a section about this in the manual that refers to section 
4.2.1 Footnote Numbering.


To get what you want, look at the attached LyX-examplefile.

regards Uwe




How do I use noonelinecaption in LyX?

2007-05-06 Thread Christian Liesen

Hi,

I'm stuck again and can not find any help in this list's archive or the 
manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian


Re: How do I use noonelinecaption in LyX?

2007-05-06 Thread Bob Lounsbury

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or 
the manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian

Document-Settings-Document Class-Options add noonelinecaption 
without the quotes.


Bob


Re: How do I use noonelinecaption in LyX?

2007-05-06 Thread Paul A. Rubin

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or the 
manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian



Go to Document - Settings... - Document Class and try putting 
noonelinecaption in the box marked Options:.  It should work there.


/Paul




Re: How do I use noonelinecaption in LyX?

2007-05-06 Thread Christian Liesen
... wow, that was fast, works like a charm, many thanks! I can't believe 
I've overlooked that ...



Bob Lounsbury wrote:

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or 
the manuals.


I want to have all table captions aligned left. However, I'm using 
the KOMA report class, which means that by default, all captions that 
have only one line are centered. Changing the paragraph settings has 
no effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. 
So how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian

Document-Settings-Document Class-Options add noonelinecaption 
without the quotes.


Bob



--


Christian Liesen

Universität Zürich
Institut für Sonderpädagogik
Sonderforschungsbereich
Hirschengraben 48
8001 Zürich

University of Zurich
Institute for Special Education
Research Unit
Hirschengraben 48
CH-8001 Zurich

Tel +41 44 634 3130
Fax +41 44 634 4941
E-mail [EMAIL PROTECTED]




What's with pushing babel into an all english document

2007-05-06 Thread Micha Feigin
I'm playing around with lyx 1.5 beta 2 (from svn)
It seems that when exporting to latex (an all english document) lyx use the
babel package even when it is not needed (overriding in this case some
definitions I use). Why is that, and is there a way to override that?

Thanks


Re: What's with pushing babel into an all english document

2007-05-06 Thread Uwe Stöhr

Micha Feigin schrieb:


It seems that when exporting to latex (an all english document) lyx use the
babel package even when it is not needed (overriding in this case some
definitions I use). Why is that, and is there a way to override that?


Why, to have a uniform solution for al languages.
To overide this, uncheck the option use babel in the languages section of the 
preferences.

regards Uwe


parbox with only width setting, automatic height gets height 0pt (lyx 1.5)

2007-05-06 Thread Micha Feigin
I seem to be having a problem with some tex code imported into lyx 1.5
It contains an image and only width originally, but lyx insists on inserting
height zero which completely messes up the rendering. (image is interleaved
with text)

i.e, the following

\parbox{0.24\textwidth}{
  \begin{center}
\includegraphics[width=0.22\textwidth, height=0.33\textwidth]
{eigvec_-0_0009.jpg}\\
$\lambda = -0.0009$
  \end{center}
}
 
is imported as

\parbox[c][0pt]{0.24\textwidth}{%


\begin{center}
\includegraphics[width=0.22\textwidth,height=0.33\textwidth]{images/eigvec_-0_0009}\\
 $\lambda=-0.0009$ 
\par\end{center}%
}%

Am I doing something wrong or is this a bug?

Thanks


multiple authors (\and) is ert necessary

2007-05-06 Thread Micha Feigin
Is it necessary to use ert for \and when multiple authors are used, or is there
a lyx way?

Thanks


Re: What's with pushing babel into an all english document

2007-05-06 Thread Micha Feigin
On Mon, 07 May 2007 01:32:52 +0200
Uwe Stöhr [EMAIL PROTECTED] wrote:

 Micha Feigin schrieb:
 
  It seems that when exporting to latex (an all english document) lyx use the
  babel package even when it is not needed (overriding in this case some
  definitions I use). Why is that, and is there a way to override that?
 
 Why, to have a uniform solution for al languages.
 To overide this, uncheck the option use babel in the languages section of
 the preferences.
 

Only lyx 1.5 (at least my version) doesn't have that option. Looking for it is
the first thing I did

 regards Uwe
 


Re: Multi-numbered equations

2007-05-06 Thread Stefano Baroni

Dear Uwe and Hans,

it also seems to me a rather weird notation, but, for what matters,  
here are a few latex lines that would do the job:


$$
\displaylines{
  \hfill
  1+1=2, \quad F=ma, \quad A=bh
  \hfill
  \llap{
\stepcounter{equation} (\theequation),
\stepcounter{equation} (\theequation),
\stepcounter{equation} (\theequation)
  }
}
$$

Cheers - Stefano

On May 5, 2007, at 8:10 PM, Uwe Stöhr wrote:

Hans Kunkell schrieb:

I have 3 equations that I want on a single line (not inline), and  
numbered individually, like this:

   1+1=2, F=ma, A=bh (2), (3), (4)


I don't know how to do this in one single line. But your style is  
quite unusual, one either writes this


1+1=2 (2), F=ma (3), A=bh (4)

or (commonly used)

1+1=2 (2)
F=ma (3)
A=bh (4)

For more infos about using math in LyX, you can have a look at my  
German math manual:


http://wiki.lyx.org/LyX/LyXMathebefehle

regards Uwe


---
Stefano Baroni - SISSADEMOCRITOS National Simulation Center -  
Trieste

[+39] 040 3787 406 (tel) -528 (fax) / stefanobaroni (skype)

Please, if possible, don't  send me MS Word or PowerPoint attachments
Why? See:  http://www.gnu.org/philosophy/no-word-attachments.html





Re: build problems on OS X

2007-05-06 Thread José Matos
On Saturday 05 May 2007 21:58:03 Patrick De Visschere wrote:
 Hi,

 I update through svn and cannot built LyX1.5 anymore.
 I get the following message from make:

 ...
 config runs successfully

 A hint would be appreciated.

  The easier solution, start from a fresh directory checkout and compile from 
there.

  The difficult, remove some files left from previous compiles that induce the 
wrong dependencies. The previous option is a lot easier. :-)

 Regards,

 Patrick De Visschere

-- 
José Abílio


Re: Table numbering: subsection arabic and table no. alph

2007-05-06 Thread Uwe Stöhr

Christian Liesen schrieb:

sorry for asking, but I could not find any hints on this list or in the 
Embedded Objects-Manual on how to change table numbering to a mixed mode 
of arabic and alph.


I have several tables in a subsection, and I want the caption to look like

Table 1.3 a: foo
Table 1.3 b: foo


I'll add a section about this in the manual that refers to section 4.2.1 Footnote 
Numbering.

To get what you want, look at the attached LyX-examplefile.

regards Uwe


newfile1.lyx
Description: application/lyx


Re: Table numbering: subsection arabic and table no. alph

2007-05-06 Thread Christian Liesen

Many thanks!

Putting

\renewcommand{\thetable}{\thesubsection~\alph{table}}

in the preamble worked like a charm. Great if this goes into the manual, 
too.


Best wishes,
-- Christian



Uwe Stöhr wrote:

Christian Liesen schrieb:

sorry for asking, but I could not find any hints on this list or in 
the Embedded Objects-Manual on how to change table numbering to a 
mixed mode of arabic and alph.


I have several tables in a subsection, and I want the caption to look 
like


Table 1.3 a: foo
Table 1.3 b: foo


I'll add a section about this in the manual that refers to section 
4.2.1 Footnote Numbering.


To get what you want, look at the attached LyX-examplefile.

regards Uwe




How do I use noonelinecaption in LyX?

2007-05-06 Thread Christian Liesen

Hi,

I'm stuck again and can not find any help in this list's archive or the 
manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian


Re: How do I use noonelinecaption in LyX?

2007-05-06 Thread Bob Lounsbury

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or 
the manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian

Document-Settings-Document Class-Options add noonelinecaption 
without the quotes.


Bob


Re: How do I use noonelinecaption in LyX?

2007-05-06 Thread Paul A. Rubin

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or the 
manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian



Go to Document - Settings... - Document Class and try putting 
noonelinecaption in the box marked Options:.  It should work there.


/Paul




Re: How do I use noonelinecaption in LyX?

2007-05-06 Thread Christian Liesen
... wow, that was fast, works like a charm, many thanks! I can't believe 
I've overlooked that ...



Bob Lounsbury wrote:

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or 
the manuals.


I want to have all table captions aligned left. However, I'm using 
the KOMA report class, which means that by default, all captions that 
have only one line are centered. Changing the paragraph settings has 
no effect whatsoever on this.


There is an option noonelinecaption which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. 
So how do I use noonelinecaption in LyX?



Many thanks in advance for any hints,
-- Christian

Document-Settings-Document Class-Options add noonelinecaption 
without the quotes.


Bob



--


Christian Liesen

Universität Zürich
Institut für Sonderpädagogik
Sonderforschungsbereich
Hirschengraben 48
8001 Zürich

University of Zurich
Institute for Special Education
Research Unit
Hirschengraben 48
CH-8001 Zurich

Tel +41 44 634 3130
Fax +41 44 634 4941
E-mail [EMAIL PROTECTED]




What's with pushing babel into an all english document

2007-05-06 Thread Micha Feigin
I'm playing around with lyx 1.5 beta 2 (from svn)
It seems that when exporting to latex (an all english document) lyx use the
babel package even when it is not needed (overriding in this case some
definitions I use). Why is that, and is there a way to override that?

Thanks


Re: What's with pushing babel into an all english document

2007-05-06 Thread Uwe Stöhr

Micha Feigin schrieb:


It seems that when exporting to latex (an all english document) lyx use the
babel package even when it is not needed (overriding in this case some
definitions I use). Why is that, and is there a way to override that?


Why, to have a uniform solution for al languages.
To overide this, uncheck the option use babel in the languages section of the 
preferences.

regards Uwe


parbox with only width setting, automatic height gets height 0pt (lyx 1.5)

2007-05-06 Thread Micha Feigin
I seem to be having a problem with some tex code imported into lyx 1.5
It contains an image and only width originally, but lyx insists on inserting
height zero which completely messes up the rendering. (image is interleaved
with text)

i.e, the following

\parbox{0.24\textwidth}{
  \begin{center}
\includegraphics[width=0.22\textwidth, height=0.33\textwidth]
{eigvec_-0_0009.jpg}\\
$\lambda = -0.0009$
  \end{center}
}
 
is imported as

\parbox[c][0pt]{0.24\textwidth}{%


\begin{center}
\includegraphics[width=0.22\textwidth,height=0.33\textwidth]{images/eigvec_-0_0009}\\
 $\lambda=-0.0009$ 
\par\end{center}%
}%

Am I doing something wrong or is this a bug?

Thanks


multiple authors (\and) is ert necessary

2007-05-06 Thread Micha Feigin
Is it necessary to use ert for \and when multiple authors are used, or is there
a lyx way?

Thanks


Re: What's with pushing babel into an all english document

2007-05-06 Thread Micha Feigin
On Mon, 07 May 2007 01:32:52 +0200
Uwe Stöhr [EMAIL PROTECTED] wrote:

 Micha Feigin schrieb:
 
  It seems that when exporting to latex (an all english document) lyx use the
  babel package even when it is not needed (overriding in this case some
  definitions I use). Why is that, and is there a way to override that?
 
 Why, to have a uniform solution for al languages.
 To overide this, uncheck the option use babel in the languages section of
 the preferences.
 

Only lyx 1.5 (at least my version) doesn't have that option. Looking for it is
the first thing I did

 regards Uwe
 


Re: Multi-numbered equations

2007-05-06 Thread Stefano Baroni

Dear Uwe and Hans,

it also seems to me a rather weird notation, but, for what matters,  
here are a few latex lines that would do the job:


$$
\displaylines{
  \hfill
  1+1=2, \quad F=ma, \quad A=bh
  \hfill
  \llap{
\stepcounter{equation} (\theequation),
\stepcounter{equation} (\theequation),
\stepcounter{equation} (\theequation)
  }
}
$$

Cheers - Stefano

On May 5, 2007, at 8:10 PM, Uwe Stöhr wrote:

Hans Kunkell schrieb:

I have 3 equations that I want on a single line (not inline), and  
numbered individually, like this:

   1+1=2, F=ma, A=bh (2), (3), (4)


I don't know how to do this in one single line. But your style is  
quite unusual, one either writes this


1+1=2 (2), F=ma (3), A=bh (4)

or (commonly used)

1+1=2 (2)
F=ma (3)
A=bh (4)

For more infos about using math in LyX, you can have a look at my  
German math manual:


http://wiki.lyx.org/LyX/LyXMathebefehle

regards Uwe


---
Stefano Baroni - SISSA  &  DEMOCRITOS National Simulation Center -  
Trieste

[+39] 040 3787 406 (tel) -528 (fax) / stefanobaroni (skype)

Please, if possible, don't  send me MS Word or PowerPoint attachments
Why? See:  http://www.gnu.org/philosophy/no-word-attachments.html





Re: build problems on OS X

2007-05-06 Thread José Matos
On Saturday 05 May 2007 21:58:03 Patrick De Visschere wrote:
> Hi,
>
> I update through svn and cannot built LyX1.5 anymore.
> I get the following message from make:
>
> ...
> config runs successfully
>
> A hint would be appreciated.

  The easier solution, start from a fresh directory checkout and compile from 
there.

  The difficult, remove some files left from previous compiles that induce the 
wrong dependencies. The previous option is a lot easier. :-)

> Regards,
>
> Patrick De Visschere

-- 
José Abílio


Re: Table numbering: subsection arabic and table no. alph

2007-05-06 Thread Uwe Stöhr

Christian Liesen schrieb:

sorry for asking, but I could not find any hints on this list or in the 
Embedded Objects-Manual on how to change table numbering to a mixed mode 
of arabic and alph.


I have several tables in a subsection, and I want the caption to look like

Table 1.3 a: foo
Table 1.3 b: foo


I'll add a section about this in the manual that refers to section 4.2.1 "Footnote 
Numbering".

To get what you want, look at the attached LyX-examplefile.

regards Uwe


newfile1.lyx
Description: application/lyx


Re: Table numbering: subsection arabic and table no. alph

2007-05-06 Thread Christian Liesen

Many thanks!

Putting

\renewcommand{\thetable}{\thesubsection~\alph{table}}

in the preamble worked like a charm. Great if this goes into the manual, 
too.


Best wishes,
-- Christian



Uwe Stöhr wrote:

Christian Liesen schrieb:

sorry for asking, but I could not find any hints on this list or in 
the Embedded Objects-Manual on how to change table numbering to a 
mixed mode of arabic and alph.


I have several tables in a subsection, and I want the caption to look 
like


Table 1.3 a: foo
Table 1.3 b: foo


I'll add a section about this in the manual that refers to section 
4.2.1 "Footnote Numbering".


To get what you want, look at the attached LyX-examplefile.

regards Uwe




How do I use "noonelinecaption" in LyX?

2007-05-06 Thread Christian Liesen

Hi,

I'm stuck again and can not find any help in this list's archive or the 
manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option "noonelinecaption" which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use "noonelinecaption" in LyX?



Many thanks in advance for any hints,
-- Christian


Re: How do I use "noonelinecaption" in LyX?

2007-05-06 Thread Bob Lounsbury

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or 
the manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option "noonelinecaption" which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use "noonelinecaption" in LyX?



Many thanks in advance for any hints,
-- Christian

Document->Settings->Document Class->Options add "noonelinecaption" 
without the quotes.


Bob


Re: How do I use "noonelinecaption" in LyX?

2007-05-06 Thread Paul A. Rubin

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or the 
manuals.


I want to have all table captions aligned left. However, I'm using the 
KOMA report class, which means that by default, all captions that have 
only one line are centered. Changing the paragraph settings has no 
effect whatsoever on this.


There is an option "noonelinecaption" which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. So 
how do I use "noonelinecaption" in LyX?



Many thanks in advance for any hints,
-- Christian



Go to Document -> Settings... -> Document Class and try putting 
noonelinecaption in the box marked Options:.  It should work there.


/Paul




Re: How do I use "noonelinecaption" in LyX?

2007-05-06 Thread Christian Liesen
... wow, that was fast, works like a charm, many thanks! I can't believe 
I've overlooked that ...



Bob Lounsbury wrote:

Christian Liesen wrote:

Hi,

I'm stuck again and can not find any help in this list's archive or 
the manuals.


I want to have all table captions aligned left. However, I'm using 
the KOMA report class, which means that by default, all captions that 
have only one line are centered. Changing the paragraph settings has 
no effect whatsoever on this.


There is an option "noonelinecaption" which should solve this, but I 
have no idea how to put it into the preamble. It seems it has to be 
called with the documentclass, but if I add


\documentclass[noonelinecaption]

I only get error messages saying I can only call one documentclass. 
So how do I use "noonelinecaption" in LyX?



Many thanks in advance for any hints,
-- Christian

Document->Settings->Document Class->Options add "noonelinecaption" 
without the quotes.


Bob



--


Christian Liesen

Universität Zürich
Institut für Sonderpädagogik
Sonderforschungsbereich
Hirschengraben 48
8001 Zürich

University of Zurich
Institute for Special Education
Research Unit
Hirschengraben 48
CH-8001 Zurich

Tel +41 44 634 3130
Fax +41 44 634 4941
E-mail [EMAIL PROTECTED]




What's with pushing babel into an all english document

2007-05-06 Thread Micha Feigin
I'm playing around with lyx 1.5 beta 2 (from svn)
It seems that when exporting to latex (an all english document) lyx use the
babel package even when it is not needed (overriding in this case some
definitions I use). Why is that, and is there a way to override that?

Thanks


Re: What's with pushing babel into an all english document

2007-05-06 Thread Uwe Stöhr

Micha Feigin schrieb:


It seems that when exporting to latex (an all english document) lyx use the
babel package even when it is not needed (overriding in this case some
definitions I use). Why is that, and is there a way to override that?


Why, to have a uniform solution for al languages.
To overide this, uncheck the option "use babel" in the languages section of the 
preferences.

regards Uwe


parbox with only width setting, automatic height gets height 0pt (lyx 1.5)

2007-05-06 Thread Micha Feigin
I seem to be having a problem with some tex code imported into lyx 1.5
It contains an image and only width originally, but lyx insists on inserting
height zero which completely messes up the rendering. (image is interleaved
with text)

i.e, the following

\parbox{0.24\textwidth}{
  \begin{center}
\includegraphics[width=0.22\textwidth, height=0.33\textwidth]
{eigvec_-0_0009.jpg}\\
$\lambda = -0.0009$
  \end{center}
}
 
is imported as

\parbox[c][0pt]{0.24\textwidth}{%


\begin{center}
\includegraphics[width=0.22\textwidth,height=0.33\textwidth]{images/eigvec_-0_0009}\\
 $\lambda=-0.0009$ 
\par\end{center}%
}%

Am I doing something wrong or is this a bug?

Thanks


multiple authors (\and) is ert necessary

2007-05-06 Thread Micha Feigin
Is it necessary to use ert for \and when multiple authors are used, or is there
a lyx way?

Thanks


Re: What's with pushing babel into an all english document

2007-05-06 Thread Micha Feigin
On Mon, 07 May 2007 01:32:52 +0200
Uwe Stöhr <[EMAIL PROTECTED]> wrote:

> Micha Feigin schrieb:
> 
> > It seems that when exporting to latex (an all english document) lyx use the
> > babel package even when it is not needed (overriding in this case some
> > definitions I use). Why is that, and is there a way to override that?
> 
> Why, to have a uniform solution for al languages.
> To overide this, uncheck the option "use babel" in the languages section of
> the preferences.
> 

Only lyx 1.5 (at least my version) doesn't have that option. Looking for it is
the first thing I did

> regards Uwe
>