Re: various fonts in math equations

2012-11-30 Thread Guenter Milde
On 2012-11-29, Leslaw Bieniasz wrote:


 By using the terminology of MS Word/Windows, I need the following
 combinations:

 1) Italic
 2) Bold
 3) Italic+Bold

 I have been able to have 1 in Lyx (this in fact appears by default
 while typing the formulae). I have also been able to have 2, which
 can be done if I change the font to /mathbf in the equation editor.
 But I have not been able to achieve 3. Is there any way to do this?
 The point is that I'd like to see these effects not only in LyX itself,
 but also (or maybe in the first place) in the pdf file generated by LyX.

I recommend using the LaTeX package isomath
(http://www.ctan.org/pkg/isomath):

Insert \usepackage{isomath} in DocumentSettingsLaTeX Preamble,
then you can use the macros:

 1) Italic
 $ a - \omega$ $   % italic is the default in math-mode
 2) Bold
 $ \mathbf{a} - \mathbf{\omega}} $ % upright bold
 3) Italic+Bold
 $ \mathbfit{a} - \mathbfit{\omega}}
 
or use semantic markup:
 
 The following commands set the argument in an ISO-conforming math alphabet:

\vectorsym, \matrixsym  bold italic for Greek and Latin letters,
bold upright for numbers


See also the full documentation at
http://mirror.ctan.org/macros/latex/contrib/isomath/isomath.html

Optionally redefine the standard vector macro \vec:

  \renewcommand{\vec}{\vectorsym}

You can also make this a math-macro, to have a matching look in LyX.

Günter



Re: various fonts in math equations

2012-11-30 Thread Leslaw Bieniasz
Alex Vergara Gil alex at cphr.edu.cu writes:

  of MS Word/Windows, I need the following combinations:
  
  1) Italic
  2) Bold
  3) Italic+Bold
  
 attached you have an example of an equation with several tipographies in it

Well, your example is exactly what I have been able to do, it does not contain
the combination Bold + Italic. How to make your letter D to be not only Bold
but also Italic?

Leslaw






Re: various fonts in math equations

2012-11-30 Thread Leslaw Bieniasz
Guenter Milde milde at users.sf.net writes:

 I recommend using the LaTeX package isomath
 (http://www.ctan.org/pkg/isomath):

Will this work with MikTeX and LyX?
I do not see a version for MikTeX there.
Leslaw




Re: various fonts in math equations

2012-11-30 Thread Alex Vergara Gil

Guenter Milde milde at users.sf.net writes:


I recommend using the LaTeX package isomath
(http://www.ctan.org/pkg/isomath):


Will this work with MikTeX and LyX?
I do not see a version for MikTeX there.
Leslaw


I use miktex 2.9 in mswindows and this work for me

eq_wihbold.lyx
Description: application/lyx


No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Hello,

I changed from  texlive2011 to  texlive2012 and get thereafter in my Koma 
book a ? instead of the citations and no references in the pdf output of 
the lyx file. The log file tells me

Package natbib Warning: Citation `Hennessey1991' on page 1 undefined on 
input line 124.

[1

{/mnt/sda/home/wolfgang/texlive/2012/texmf-
var/fonts/map/pdftex/updmap/pdftex.map}]
LaTeX Font Info:Font shape `T1/phv/bx/n' in size 12 not available
(Font)  Font shape `T1/phv/b/n' tried instead on input line 
135.

Package natbib Warning: Citation `Panda2004' on page 2 undefined on input 
line 
152.

Is the missing font the cause and where do I get it resp. which other font 
can I use? I am under debian-linux

Wolfgang



Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Scott Kostyshak
On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
engelm...@uni-tuebingen.de wrote:
 Hello,

 I changed from  texlive2011 to  texlive2012

Did you run Tools  reconfigure ?

Scott


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
 On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
 
 engelm...@uni-tuebingen.de wrote:
  Hello,
  
  I changed from  texlive2011 to  texlive2012
 
 Did you run Tools  reconfigure ?

yes, but same problem 

Wolfgang


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Am Freitag, 30. November 2012, 20:43:01 schrieb Wolfgang Engelmann:
 Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
  On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
  
  engelm...@uni-tuebingen.de wrote:
   Hello,
   
   I changed from  texlive2011 to  texlive2012
  
  Did you run Tools  reconfigure ?
 
 yes, but same problem
 
 Wolfgang

I changed ~/.profile back to texlive2011,
as it was before and which used to work for the refs and cites in my 
documents. (texhash on user and as root, reconfigure done)

But still no cites and refs. Strange!

Any ideas?

Wolfgang


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread stefano franchi
Whenever your ref disappear, the first suspicion is that biber/biber cannot
find the bib file. The second is  that bibtex/biber themselves have
disappeared (i.e. lyx cannot find them).
Have you checked their log (DocumentLaTeX Log, then Bibtex from the
drop down menu)?  What does it say?

Cheers,

Stefano


On Fri, Nov 30, 2012 at 2:30 PM, Wolfgang Engelmann 
engelm...@uni-tuebingen.de wrote:

 Am Freitag, 30. November 2012, 20:43:01 schrieb Wolfgang Engelmann:
  Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
   On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
  
   engelm...@uni-tuebingen.de wrote:
Hello,
   
I changed from  texlive2011 to  texlive2012
  
   Did you run Tools  reconfigure ?
 
  yes, but same problem
 
  Wolfgang

 I changed ~/.profile back to texlive2011,
 as it was before and which used to work for the refs and cites in my
 documents. (texhash on user and as root, reconfigure done)

 But still no cites and refs. Strange!

 Any ideas?

 Wolfgang




-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas AM University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Problem with LaTeX import and svjour3

2012-11-30 Thread Torquil Macdonald Sørensen

Hi!

I seem to be unable to import a \documentclass{svjour3} LaTeX document into 
LyX. The tex2lyx command tells me that:


Cannot read layout file `'.
Error reading `'
(Check `svjour3')
Check your installation and try Options/Reconfigure...
Error: Could not read layout file for textclass svjour3.

However, I am able to compile the LaTeX document using pdflatex without 
problems, and I have used Option - Reconfigure in LyX several times. In 
addition, when starting a new LyX document, I can without any problems select 
the article (Springer svjour3/global) document class within the LyX document 
options. Exporting such a LyX document results in a LaTeX files using 
\documentclass{svjour3}. This LaTeX files cannot be imported back into LyX due 
to the error mentioned above...


What am I missing? :-)

I'm using 2.0.5 on Debian Sid, but also had the same problem with 2.0.3 on the 
same OS.


Best regards
Torquil Sørensen



Re: various fonts in math equations

2012-11-30 Thread Guenter Milde
On 2012-11-30, Leslaw Bieniasz wrote:
 Guenter Milde milde at users.sf.net writes:

 I recommend using the LaTeX package isomath
 (http://www.ctan.org/pkg/isomath):

 Will this work with MikTeX and LyX?

Yes.

 I do not see a version for MikTeX there.

There are no special versions for MikTeX/TeXLive, ... You can either try
to install it via the MikTeX package manager or by hand visiting the
CTAN directory
http://www.ctan.org/tex-archive/macros/latex/contrib/isomath
and following the instructions there.


For LyX-feedback I defined a math-macro with LyX-code:

  \begin_inset FormulaMacro
  \newcommand{\vec}[1]{\vectorsym{#1}}
  {\boldsymbol{#1}}
  \end_inset

which gives bold-italic vectors in both, LyX and print.


If you use Computer Modern or Latin Modern fonts, you can also
use the fixmath package for bold italic math fonts.

\usepackage{fixmath}

and in the formulas: \mathbold{x}

Günter



Re: various fonts in math equations

2012-11-30 Thread Guenter Milde
On 2012-11-29, Leslaw Bieniasz wrote:


 By using the terminology of MS Word/Windows, I need the following
 combinations:

 1) Italic
 2) Bold
 3) Italic+Bold

 I have been able to have 1 in Lyx (this in fact appears by default
 while typing the formulae). I have also been able to have 2, which
 can be done if I change the font to /mathbf in the equation editor.
 But I have not been able to achieve 3. Is there any way to do this?
 The point is that I'd like to see these effects not only in LyX itself,
 but also (or maybe in the first place) in the pdf file generated by LyX.

I recommend using the LaTeX package isomath
(http://www.ctan.org/pkg/isomath):

Insert \usepackage{isomath} in DocumentSettingsLaTeX Preamble,
then you can use the macros:

 1) Italic
 $ a - \omega$ $   % italic is the default in math-mode
 2) Bold
 $ \mathbf{a} - \mathbf{\omega}} $ % upright bold
 3) Italic+Bold
 $ \mathbfit{a} - \mathbfit{\omega}}
 
or use semantic markup:
 
 The following commands set the argument in an ISO-conforming math alphabet:

\vectorsym, \matrixsym  bold italic for Greek and Latin letters,
bold upright for numbers


See also the full documentation at
http://mirror.ctan.org/macros/latex/contrib/isomath/isomath.html

Optionally redefine the standard vector macro \vec:

  \renewcommand{\vec}{\vectorsym}

You can also make this a math-macro, to have a matching look in LyX.

Günter



Re: various fonts in math equations

2012-11-30 Thread Leslaw Bieniasz
Alex Vergara Gil alex at cphr.edu.cu writes:

  of MS Word/Windows, I need the following combinations:
  
  1) Italic
  2) Bold
  3) Italic+Bold
  
 attached you have an example of an equation with several tipographies in it

Well, your example is exactly what I have been able to do, it does not contain
the combination Bold + Italic. How to make your letter D to be not only Bold
but also Italic?

Leslaw






Re: various fonts in math equations

2012-11-30 Thread Leslaw Bieniasz
Guenter Milde milde at users.sf.net writes:

 I recommend using the LaTeX package isomath
 (http://www.ctan.org/pkg/isomath):

Will this work with MikTeX and LyX?
I do not see a version for MikTeX there.
Leslaw




Re: various fonts in math equations

2012-11-30 Thread Alex Vergara Gil

Guenter Milde milde at users.sf.net writes:


I recommend using the LaTeX package isomath
(http://www.ctan.org/pkg/isomath):


Will this work with MikTeX and LyX?
I do not see a version for MikTeX there.
Leslaw


I use miktex 2.9 in mswindows and this work for me

eq_wihbold.lyx
Description: application/lyx


No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Hello,

I changed from  texlive2011 to  texlive2012 and get thereafter in my Koma 
book a ? instead of the citations and no references in the pdf output of 
the lyx file. The log file tells me

Package natbib Warning: Citation `Hennessey1991' on page 1 undefined on 
input line 124.

[1

{/mnt/sda/home/wolfgang/texlive/2012/texmf-
var/fonts/map/pdftex/updmap/pdftex.map}]
LaTeX Font Info:Font shape `T1/phv/bx/n' in size 12 not available
(Font)  Font shape `T1/phv/b/n' tried instead on input line 
135.

Package natbib Warning: Citation `Panda2004' on page 2 undefined on input 
line 
152.

Is the missing font the cause and where do I get it resp. which other font 
can I use? I am under debian-linux

Wolfgang



Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Scott Kostyshak
On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
engelm...@uni-tuebingen.de wrote:
 Hello,

 I changed from  texlive2011 to  texlive2012

Did you run Tools  reconfigure ?

Scott


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
 On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
 
 engelm...@uni-tuebingen.de wrote:
  Hello,
  
  I changed from  texlive2011 to  texlive2012
 
 Did you run Tools  reconfigure ?

yes, but same problem 

Wolfgang


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Am Freitag, 30. November 2012, 20:43:01 schrieb Wolfgang Engelmann:
 Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
  On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
  
  engelm...@uni-tuebingen.de wrote:
   Hello,
   
   I changed from  texlive2011 to  texlive2012
  
  Did you run Tools  reconfigure ?
 
 yes, but same problem
 
 Wolfgang

I changed ~/.profile back to texlive2011,
as it was before and which used to work for the refs and cites in my 
documents. (texhash on user and as root, reconfigure done)

But still no cites and refs. Strange!

Any ideas?

Wolfgang


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread stefano franchi
Whenever your ref disappear, the first suspicion is that biber/biber cannot
find the bib file. The second is  that bibtex/biber themselves have
disappeared (i.e. lyx cannot find them).
Have you checked their log (DocumentLaTeX Log, then Bibtex from the
drop down menu)?  What does it say?

Cheers,

Stefano


On Fri, Nov 30, 2012 at 2:30 PM, Wolfgang Engelmann 
engelm...@uni-tuebingen.de wrote:

 Am Freitag, 30. November 2012, 20:43:01 schrieb Wolfgang Engelmann:
  Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
   On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
  
   engelm...@uni-tuebingen.de wrote:
Hello,
   
I changed from  texlive2011 to  texlive2012
  
   Did you run Tools  reconfigure ?
 
  yes, but same problem
 
  Wolfgang

 I changed ~/.profile back to texlive2011,
 as it was before and which used to work for the refs and cites in my
 documents. (texhash on user and as root, reconfigure done)

 But still no cites and refs. Strange!

 Any ideas?

 Wolfgang




-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas AM University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Problem with LaTeX import and svjour3

2012-11-30 Thread Torquil Macdonald Sørensen

Hi!

I seem to be unable to import a \documentclass{svjour3} LaTeX document into 
LyX. The tex2lyx command tells me that:


Cannot read layout file `'.
Error reading `'
(Check `svjour3')
Check your installation and try Options/Reconfigure...
Error: Could not read layout file for textclass svjour3.

However, I am able to compile the LaTeX document using pdflatex without 
problems, and I have used Option - Reconfigure in LyX several times. In 
addition, when starting a new LyX document, I can without any problems select 
the article (Springer svjour3/global) document class within the LyX document 
options. Exporting such a LyX document results in a LaTeX files using 
\documentclass{svjour3}. This LaTeX files cannot be imported back into LyX due 
to the error mentioned above...


What am I missing? :-)

I'm using 2.0.5 on Debian Sid, but also had the same problem with 2.0.3 on the 
same OS.


Best regards
Torquil Sørensen



Re: various fonts in math equations

2012-11-30 Thread Guenter Milde
On 2012-11-30, Leslaw Bieniasz wrote:
 Guenter Milde milde at users.sf.net writes:

 I recommend using the LaTeX package isomath
 (http://www.ctan.org/pkg/isomath):

 Will this work with MikTeX and LyX?

Yes.

 I do not see a version for MikTeX there.

There are no special versions for MikTeX/TeXLive, ... You can either try
to install it via the MikTeX package manager or by hand visiting the
CTAN directory
http://www.ctan.org/tex-archive/macros/latex/contrib/isomath
and following the instructions there.


For LyX-feedback I defined a math-macro with LyX-code:

  \begin_inset FormulaMacro
  \newcommand{\vec}[1]{\vectorsym{#1}}
  {\boldsymbol{#1}}
  \end_inset

which gives bold-italic vectors in both, LyX and print.


If you use Computer Modern or Latin Modern fonts, you can also
use the fixmath package for bold italic math fonts.

\usepackage{fixmath}

and in the formulas: \mathbold{x}

Günter



Re: various fonts in math equations

2012-11-30 Thread Guenter Milde
On 2012-11-29, Leslaw Bieniasz wrote:


> By using the terminology of MS Word/Windows, I need the following
> combinations:

> 1) Italic
> 2) Bold
> 3) Italic+Bold

> I have been able to have 1 in Lyx (this in fact appears by default
> while typing the formulae). I have also been able to have 2, which
> can be done if I change the font to /mathbf in the equation editor.
> But I have not been able to achieve 3. Is there any way to do this?
> The point is that I'd like to see these effects not only in LyX itself,
> but also (or maybe in the first place) in the pdf file generated by LyX.

I recommend using the LaTeX package "isomath"
(http://www.ctan.org/pkg/isomath):

Insert "\usepackage{isomath}" in Document>Settings>LaTeX Preamble,
then you can use the macros:

> 1) Italic
 $ a - \omega$ $   % italic is the default in math-mode
> 2) Bold
 $ \mathbf{a} - \mathbf{\omega}} $ % upright bold
> 3) Italic+Bold
 $ \mathbfit{a} - \mathbfit{\omega}}
 
or use semantic markup:
 
 The following commands set the argument in an ISO-conforming math alphabet:

\vectorsym, \matrixsym  bold italic for Greek and Latin letters,
bold upright for numbers


See also the full documentation at
http://mirror.ctan.org/macros/latex/contrib/isomath/isomath.html

Optionally redefine the standard vector macro \vec:

  \renewcommand{\vec}{\vectorsym}

You can also make this a math-macro, to have a matching look in LyX.

Günter



Re: various fonts in math equations

2012-11-30 Thread Leslaw Bieniasz
Alex Vergara Gil  cphr.edu.cu> writes:

> > of MS Word/Windows, I need the following combinations:
> > 
> > 1) Italic
> > 2) Bold
> > 3) Italic+Bold
> > 
> attached you have an example of an equation with several tipographies in it

Well, your example is exactly what I have been able to do, it does not contain
the combination Bold + Italic. How to make your letter "D" to be not only Bold
but also Italic?

Leslaw






Re: various fonts in math equations

2012-11-30 Thread Leslaw Bieniasz
Guenter Milde  users.sf.net> writes:

> I recommend using the LaTeX package "isomath"
> (http://www.ctan.org/pkg/isomath):

Will this work with MikTeX and LyX?
I do not see a version for MikTeX there.
Leslaw




Re: various fonts in math equations

2012-11-30 Thread Alex Vergara Gil

Guenter Milde  users.sf.net> writes:


I recommend using the LaTeX package "isomath"
(http://www.ctan.org/pkg/isomath):


Will this work with MikTeX and LyX?
I do not see a version for MikTeX there.
Leslaw


I use miktex 2.9 in mswindows and this work for me

eq_wihbold.lyx
Description: application/lyx


No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Hello,

I changed from  texlive2011 to  texlive2012 and get thereafter in my Koma 
book a ? instead of the citations and no references in the pdf output of 
the lyx file. The log file tells me

Package natbib Warning: Citation `Hennessey1991' on page 1 undefined on 
input line 124.

[1

{/mnt/sda/home/wolfgang/texlive/2012/texmf-
var/fonts/map/pdftex/updmap/pdftex.map}]
LaTeX Font Info:Font shape `T1/phv/bx/n' in size <12> not available
(Font)  Font shape `T1/phv/b/n' tried instead on input line 
135.

Package natbib Warning: Citation `Panda2004' on page 2 undefined on input 
line 
152.

Is the missing font the cause and where do I get it resp. which other font 
can I use? I am under debian-linux

Wolfgang



Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Scott Kostyshak
On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
 wrote:
> Hello,
>
> I changed from  texlive2011 to  texlive2012

Did you run Tools > reconfigure ?

Scott


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
> On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
> 
>  wrote:
> > Hello,
> > 
> > I changed from  texlive2011 to  texlive2012
> 
> Did you run Tools > reconfigure ?

yes, but same problem 

Wolfgang


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread Wolfgang Engelmann
Am Freitag, 30. November 2012, 20:43:01 schrieb Wolfgang Engelmann:
> Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
> > On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
> > 
> >  wrote:
> > > Hello,
> > > 
> > > I changed from  texlive2011 to  texlive2012
> > 
> > Did you run Tools > reconfigure ?
> 
> yes, but same problem
> 
> Wolfgang

I changed ~/.profile back to texlive2011,
as it was before and which used to work for the refs and cites in my 
documents. (texhash on user and as root, reconfigure done)

But still no cites and refs. Strange!

Any ideas?

Wolfgang


Re: No references in pdf output after change to texlive2012

2012-11-30 Thread stefano franchi
Whenever your ref disappear, the first suspicion is that biber/biber cannot
find the bib file. The second is  that bibtex/biber themselves have
disappeared (i.e. lyx cannot find them).
Have you checked their log (Document>>LaTeX Log, then "Bibtex" from the
drop down menu)?  What does it say?

Cheers,

Stefano


On Fri, Nov 30, 2012 at 2:30 PM, Wolfgang Engelmann <
engelm...@uni-tuebingen.de> wrote:

> Am Freitag, 30. November 2012, 20:43:01 schrieb Wolfgang Engelmann:
> > Am Freitag, 30. November 2012, 17:15:23 schrieb Scott Kostyshak:
> > > On Fri, Nov 30, 2012 at 11:14 AM, Wolfgang Engelmann
> > >
> > >  wrote:
> > > > Hello,
> > > >
> > > > I changed from  texlive2011 to  texlive2012
> > >
> > > Did you run Tools > reconfigure ?
> >
> > yes, but same problem
> >
> > Wolfgang
>
> I changed ~/.profile back to texlive2011,
> as it was before and which used to work for the refs and cites in my
> documents. (texhash on user and as root, reconfigure done)
>
> But still no cites and refs. Strange!
>
> Any ideas?
>
> Wolfgang
>



-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas A University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Problem with LaTeX import and svjour3

2012-11-30 Thread Torquil Macdonald Sørensen

Hi!

I seem to be unable to import a "\documentclass{svjour3}" LaTeX document into 
LyX. The tex2lyx command tells me that:


Cannot read layout file `'.
Error reading `'
(Check `svjour3')
Check your installation and try Options/Reconfigure...
Error: Could not read layout file for textclass "svjour3".

However, I am able to compile the LaTeX document using pdflatex without 
problems, and I have used "Option -> Reconfigure" in LyX several times. In 
addition, when starting a new LyX document, I can without any problems select 
the "article (Springer svjour3/global)" document class within the LyX document 
options. Exporting such a LyX document results in a LaTeX files using 
"\documentclass{svjour3}. This LaTeX files cannot be imported back into LyX due 
to the error mentioned above...


What am I missing? :-)

I'm using 2.0.5 on Debian Sid, but also had the same problem with 2.0.3 on the 
same OS.


Best regards
Torquil Sørensen



Re: various fonts in math equations

2012-11-30 Thread Guenter Milde
On 2012-11-30, Leslaw Bieniasz wrote:
> Guenter Milde  users.sf.net> writes:

>> I recommend using the LaTeX package "isomath"
>> (http://www.ctan.org/pkg/isomath):

> Will this work with MikTeX and LyX?

Yes.

> I do not see a version for MikTeX there.

There are no special versions for MikTeX/TeXLive, ... You can either try
to install it via the MikTeX package manager or "by hand" visiting the
CTAN directory
http://www.ctan.org/tex-archive/macros/latex/contrib/isomath
and following the instructions there.


For "LyX-feedback" I defined a math-macro with LyX-code:

  \begin_inset FormulaMacro
  \newcommand{\vec}[1]{\vectorsym{#1}}
  {\boldsymbol{#1}}
  \end_inset

which gives bold-italic vectors in both, LyX and print.


If you use Computer Modern or Latin Modern fonts, you can also
use the fixmath package for bold italic math fonts.

\usepackage{fixmath}

and in the formulas: \mathbold{x}

Günter