Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-06-02 Thread stefano franchi
On Tue, May 28, 2013 at 7:53 PM, Aleksey Orekhov cruse...@gmail.com wrote:


 Changing my preamble to  give the full path to the bib file
  solved the problem:

 before
 %biblatex
 \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
 \addbibresource{Research.bib}

 after:
 %biblatex
 \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
 \addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}

 Lyx has trouble when relative paths are given here. Is this a bug?



This is a known issue with biblatex/lyx. Since you are giving the path to
the bib files in the preamble and lyx copies everything over to a temp dir
before compilation, there is no way it can unpack relative locations for
bib files.

Notice that the same problem would happen with regular bibtex if you were
to enter a relative path to the  bib file (i.e. in the LaTeX \bibliography
command) as ERT. If you rely on Lyx, instead (i.e. using the
InsertList/TOC/bibtex Bibliography lyx command),  Lyx always converts the
path to the bib file to an absolute one in the latex output (you can take a
look at ViewSource to verify this).

The solution will come with a fuller integration of biblatex into lyx,
which is hopefully not very far off.

Cheers,

Stefano

-- 
__
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


Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-06-02 Thread Aleksey Orekhov
Thanks, that really clears things up! I was wondering why I was able to do
relative paths until I started using biblatex. Fuller integration of
biblatex and lyx will be very welcome when it happens.

Best,
Aleksey


On Sun, Jun 2, 2013 at 11:17 AM, stefano franchi
stefano.fran...@gmail.comwrote:




 On Tue, May 28, 2013 at 7:53 PM, Aleksey Orekhov cruse...@gmail.comwrote:


 Changing my preamble to  give the full path to the bib file
  solved the problem:

 before
 %biblatex
 \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
 \addbibresource{Research.bib}

 after:
 %biblatex
 \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
 \addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}

 Lyx has trouble when relative paths are given here. Is this a bug?



 This is a known issue with biblatex/lyx. Since you are giving the path to
 the bib files in the preamble and lyx copies everything over to a temp dir
 before compilation, there is no way it can unpack relative locations for
 bib files.

 Notice that the same problem would happen with regular bibtex if you were
 to enter a relative path to the  bib file (i.e. in the LaTeX \bibliography
 command) as ERT. If you rely on Lyx, instead (i.e. using the
 InsertList/TOC/bibtex Bibliography lyx command),  Lyx always converts the
 path to the bib file to an absolute one in the latex output (you can take a
 look at ViewSource to verify this).

 The solution will come with a fuller integration of biblatex into lyx,
 which is hopefully not very far off.

 Cheers,

 Stefano

 --
 __
 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



Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-06-02 Thread stefano franchi
On Tue, May 28, 2013 at 7:53 PM, Aleksey Orekhov cruse...@gmail.com wrote:


 Changing my preamble to  give the full path to the bib file
  solved the problem:

 before
 %biblatex
 \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
 \addbibresource{Research.bib}

 after:
 %biblatex
 \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
 \addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}

 Lyx has trouble when relative paths are given here. Is this a bug?



This is a known issue with biblatex/lyx. Since you are giving the path to
the bib files in the preamble and lyx copies everything over to a temp dir
before compilation, there is no way it can unpack relative locations for
bib files.

Notice that the same problem would happen with regular bibtex if you were
to enter a relative path to the  bib file (i.e. in the LaTeX \bibliography
command) as ERT. If you rely on Lyx, instead (i.e. using the
InsertList/TOC/bibtex Bibliography lyx command),  Lyx always converts the
path to the bib file to an absolute one in the latex output (you can take a
look at ViewSource to verify this).

The solution will come with a fuller integration of biblatex into lyx,
which is hopefully not very far off.

Cheers,

Stefano

-- 
__
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


Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-06-02 Thread Aleksey Orekhov
Thanks, that really clears things up! I was wondering why I was able to do
relative paths until I started using biblatex. Fuller integration of
biblatex and lyx will be very welcome when it happens.

Best,
Aleksey


On Sun, Jun 2, 2013 at 11:17 AM, stefano franchi
stefano.fran...@gmail.comwrote:




 On Tue, May 28, 2013 at 7:53 PM, Aleksey Orekhov cruse...@gmail.comwrote:


 Changing my preamble to  give the full path to the bib file
  solved the problem:

 before
 %biblatex
 \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
 \addbibresource{Research.bib}

 after:
 %biblatex
 \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
 \addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}

 Lyx has trouble when relative paths are given here. Is this a bug?



 This is a known issue with biblatex/lyx. Since you are giving the path to
 the bib files in the preamble and lyx copies everything over to a temp dir
 before compilation, there is no way it can unpack relative locations for
 bib files.

 Notice that the same problem would happen with regular bibtex if you were
 to enter a relative path to the  bib file (i.e. in the LaTeX \bibliography
 command) as ERT. If you rely on Lyx, instead (i.e. using the
 InsertList/TOC/bibtex Bibliography lyx command),  Lyx always converts the
 path to the bib file to an absolute one in the latex output (you can take a
 look at ViewSource to verify this).

 The solution will come with a fuller integration of biblatex into lyx,
 which is hopefully not very far off.

 Cheers,

 Stefano

 --
 __
 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



Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-06-02 Thread stefano franchi
On Tue, May 28, 2013 at 7:53 PM, Aleksey Orekhov  wrote:

>
> Changing my preamble to  give the full path to the bib file
>  solved the problem:
>
> before
> %biblatex
> \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
> \addbibresource{Research.bib}
>
> after:
> %biblatex
> \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
> \addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}
>
> Lyx has trouble when relative paths are given here. Is this a bug?
>
>
>
This is a known issue with biblatex/lyx. Since you are giving the path to
the bib files in the preamble and lyx copies everything over to a temp dir
before compilation, there is no way it can unpack relative locations for
bib files.

Notice that the same problem would happen with regular bibtex if you were
to enter a relative path to the  bib file (i.e. in the LaTeX \bibliography
command) as ERT. If you rely on Lyx, instead (i.e. using the
Insert>>List/TOC/bibtex Bibliography lyx command),  Lyx always converts the
path to the bib file to an absolute one in the latex output (you can take a
look at View>Source to verify this).

The solution will come with a fuller integration of biblatex into lyx,
which is hopefully not very far off.

Cheers,

Stefano

-- 
__
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


Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-06-02 Thread Aleksey Orekhov
Thanks, that really clears things up! I was wondering why I was able to do
relative paths until I started using biblatex. Fuller integration of
biblatex and lyx will be very welcome when it happens.

Best,
Aleksey


On Sun, Jun 2, 2013 at 11:17 AM, stefano franchi
wrote:

>
>
>
> On Tue, May 28, 2013 at 7:53 PM, Aleksey Orekhov wrote:
>
>>
>> Changing my preamble to  give the full path to the bib file
>>  solved the problem:
>>
>> before
>> %biblatex
>> \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
>> \addbibresource{Research.bib}
>>
>> after:
>> %biblatex
>> \usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
>> \addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}
>>
>> Lyx has trouble when relative paths are given here. Is this a bug?
>>
>>
>>
> This is a known issue with biblatex/lyx. Since you are giving the path to
> the bib files in the preamble and lyx copies everything over to a temp dir
> before compilation, there is no way it can unpack relative locations for
> bib files.
>
> Notice that the same problem would happen with regular bibtex if you were
> to enter a relative path to the  bib file (i.e. in the LaTeX \bibliography
> command) as ERT. If you rely on Lyx, instead (i.e. using the
> Insert>>List/TOC/bibtex Bibliography lyx command),  Lyx always converts the
> path to the bib file to an absolute one in the latex output (you can take a
> look at View>Source to verify this).
>
> The solution will come with a fuller integration of biblatex into lyx,
> which is hopefully not very far off.
>
> Cheers,
>
> Stefano
>
> --
> __
> 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
>


Lyx biblatex biber jabref Mac OSX lion trouble

2013-05-28 Thread Aleksey Orekhov
Hello,

   I've been trying to use biblatex in LYX with the Jabref interface for
   citations on Mac OSX Lion. I have followed all of the instructions I've been
   able to find online, and have gotten it to the point where, if I export plain
   latex from LYX and compile that, run biber, then recompile, I have exactly
   what I want.

For whatever reason, I can't achieve this through the lyx interface. The lyx log
indicates that lyx IS running biber, and I looked inside of the temporary folder
lyx is using and found that a .bcf file is created.

In fact, copying my .bib file into the temporary directory and running biber
there enables lyx to produce the correct output, but this is tedious to do each
time.

Even better, all I need for a relatively permanent fix is to copy my .bib file
into the LYX temporary directory:

/private/var/folders/s3/477kfcjd2zq_0mxfxpcrbznrgn/T/lyx_tmpdir.L14372/
/lyx_tmpbuf2

Once that is done, lyx can produce the correct output with no further
intervention. Is there any way I can get lyx to do this for me, or tell it to
properly point biber towards the file?

I am running biber v0.9.9 and lyx 2.0.6

Here is a snippet from the lyx log file that deals with biber.


Package biblatex Info: Input encoding 'utf8' detected. Package biblatex Info:
Automatic encoding selection. (biblatex) Assuming data encoding
'utf8'. \openout4 = `Report.bcf'.

Package biblatex Info: Trying to load bibliographic data... Package biblatex
Info: ... file 'Report.bbl' not found. No file Report.bbl. Package biblatex
Info: Reference section=0 on input line 26. Package biblatex Info: Reference
segment=0 on input line 26. (./Report.toc) \tf@toc=\write6 \openout6 =
`Report.toc'.


LaTeX Warning: Citation 'RichardE.Neopolitan' on page 1 undefined on input line
43.

(./0_Users_cruser42_Desktop_Report_diagrams_graphs_graph2fig.tex Missing
character: There is no ; in font nullfont! Missing character: There is no ; in
font nullfont! Missing character: There is no ; in font nullfont! Missing
character: There is no ; in font nullfont! Missing character: There is no ; in
font nullfont! )

LaTeX Warning: Empty bibliography on input line 97.

Package atveryend Info: Empty hook `BeforeClearDocument' on input line 98.
[1{/usr/local/texlive/2012/texmf-var/fonts/map/pdftex/updmap/pdftex.map}


]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 98.
(./Report.aux) Package atveryend Info: Executing hook `AtVeryEndDocument' on
input line 98. Package atveryend Info: Executing hook `AtEndAfterFileList' on
input line 98. Package rerunfilecheck Info: File `Report.out' has not changed.
(rerunfilecheck) Checksum: 8828D2E1D1E10CEED47733C6437ABD14;237.

LaTeX Warning: There were undefined references.


Package biblatex Warning: Please (re)run Biber on the file: (biblatex)  
 Report (biblatex)and rerun LaTeX afterwards.

Package logreq Info: Writing requests to 'Report.run.xml'. \openout1 =
`Report.run.xml'.

Thanks, Aleksey

P.S. pardon the linebreaks, gmane insisted on 80 char limit per line.




Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-05-28 Thread Aleksey Orekhov

Changing my preamble to  give the full path to the bib file
 solved the problem:

before
%biblatex
\usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
\addbibresource{Research.bib}

after:
%biblatex
\usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
\addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}

Lyx has trouble when relative paths are given here. Is this a bug?






Lyx biblatex biber jabref Mac OSX lion trouble

2013-05-28 Thread Aleksey Orekhov
Hello,

   I've been trying to use biblatex in LYX with the Jabref interface for
   citations on Mac OSX Lion. I have followed all of the instructions I've been
   able to find online, and have gotten it to the point where, if I export plain
   latex from LYX and compile that, run biber, then recompile, I have exactly
   what I want.

For whatever reason, I can't achieve this through the lyx interface. The lyx log
indicates that lyx IS running biber, and I looked inside of the temporary folder
lyx is using and found that a .bcf file is created.

In fact, copying my .bib file into the temporary directory and running biber
there enables lyx to produce the correct output, but this is tedious to do each
time.

Even better, all I need for a relatively permanent fix is to copy my .bib file
into the LYX temporary directory:

/private/var/folders/s3/477kfcjd2zq_0mxfxpcrbznrgn/T/lyx_tmpdir.L14372/
/lyx_tmpbuf2

Once that is done, lyx can produce the correct output with no further
intervention. Is there any way I can get lyx to do this for me, or tell it to
properly point biber towards the file?

I am running biber v0.9.9 and lyx 2.0.6

Here is a snippet from the lyx log file that deals with biber.


Package biblatex Info: Input encoding 'utf8' detected. Package biblatex Info:
Automatic encoding selection. (biblatex) Assuming data encoding
'utf8'. \openout4 = `Report.bcf'.

Package biblatex Info: Trying to load bibliographic data... Package biblatex
Info: ... file 'Report.bbl' not found. No file Report.bbl. Package biblatex
Info: Reference section=0 on input line 26. Package biblatex Info: Reference
segment=0 on input line 26. (./Report.toc) \tf@toc=\write6 \openout6 =
`Report.toc'.


LaTeX Warning: Citation 'RichardE.Neopolitan' on page 1 undefined on input line
43.

(./0_Users_cruser42_Desktop_Report_diagrams_graphs_graph2fig.tex Missing
character: There is no ; in font nullfont! Missing character: There is no ; in
font nullfont! Missing character: There is no ; in font nullfont! Missing
character: There is no ; in font nullfont! Missing character: There is no ; in
font nullfont! )

LaTeX Warning: Empty bibliography on input line 97.

Package atveryend Info: Empty hook `BeforeClearDocument' on input line 98.
[1{/usr/local/texlive/2012/texmf-var/fonts/map/pdftex/updmap/pdftex.map}


]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 98.
(./Report.aux) Package atveryend Info: Executing hook `AtVeryEndDocument' on
input line 98. Package atveryend Info: Executing hook `AtEndAfterFileList' on
input line 98. Package rerunfilecheck Info: File `Report.out' has not changed.
(rerunfilecheck) Checksum: 8828D2E1D1E10CEED47733C6437ABD14;237.

LaTeX Warning: There were undefined references.


Package biblatex Warning: Please (re)run Biber on the file: (biblatex)  
 Report (biblatex)and rerun LaTeX afterwards.

Package logreq Info: Writing requests to 'Report.run.xml'. \openout1 =
`Report.run.xml'.

Thanks, Aleksey

P.S. pardon the linebreaks, gmane insisted on 80 char limit per line.




Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-05-28 Thread Aleksey Orekhov

Changing my preamble to  give the full path to the bib file
 solved the problem:

before
%biblatex
\usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
\addbibresource{Research.bib}

after:
%biblatex
\usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
\addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}

Lyx has trouble when relative paths are given here. Is this a bug?






Lyx biblatex biber jabref Mac OSX lion trouble

2013-05-28 Thread Aleksey Orekhov
Hello,

   I've been trying to use biblatex in LYX with the Jabref interface for
   citations on Mac OSX Lion. I have followed all of the instructions I've been
   able to find online, and have gotten it to the point where, if I export plain
   latex from LYX and compile that, run biber, then recompile, I have exactly
   what I want.

For whatever reason, I can't achieve this through the lyx interface. The lyx log
indicates that lyx IS running biber, and I looked inside of the temporary folder
lyx is using and found that a ".bcf" file is created.

In fact, copying my ".bib" file into the temporary directory and running biber
there enables lyx to produce the correct output, but this is tedious to do each
time.

Even better, all I need for a relatively permanent fix is to copy my .bib file
into the LYX temporary directory:

/private/var/folders/s3/477kfcjd2zq_0mxfxpcrbznrgn/T/lyx_tmpdir.L14372/
/lyx_tmpbuf2

Once that is done, lyx can produce the correct output with no further
intervention. Is there any way I can get lyx to do this for me, or tell it to
properly point biber towards the file?

I am running biber v0.9.9 and lyx 2.0.6

Here is a snippet from the lyx log file that deals with biber.


Package biblatex Info: Input encoding 'utf8' detected. Package biblatex Info:
Automatic encoding selection. (biblatex) Assuming data encoding
'utf8'. \openout4 = `Report.bcf'.

Package biblatex Info: Trying to load bibliographic data... Package biblatex
Info: ... file 'Report.bbl' not found. No file Report.bbl. Package biblatex
Info: Reference section=0 on input line 26. Package biblatex Info: Reference
segment=0 on input line 26. (./Report.toc) \tf@toc=\write6 \openout6 =
`Report.toc'.


LaTeX Warning: Citation 'RichardE.Neopolitan' on page 1 undefined on input line
43.

(./0_Users_cruser42_Desktop_Report_diagrams_graphs_graph2fig.tex Missing
character: There is no ; in font nullfont! Missing character: There is no ; in
font nullfont! Missing character: There is no ; in font nullfont! Missing
character: There is no ; in font nullfont! Missing character: There is no ; in
font nullfont! )

LaTeX Warning: Empty bibliography on input line 97.

Package atveryend Info: Empty hook `BeforeClearDocument' on input line 98.
[1{/usr/local/texlive/2012/texmf-var/fonts/map/pdftex/updmap/pdftex.map}


]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 98.
(./Report.aux) Package atveryend Info: Executing hook `AtVeryEndDocument' on
input line 98. Package atveryend Info: Executing hook `AtEndAfterFileList' on
input line 98. Package rerunfilecheck Info: File `Report.out' has not changed.
(rerunfilecheck) Checksum: 8828D2E1D1E10CEED47733C6437ABD14;237.

LaTeX Warning: There were undefined references.


Package biblatex Warning: Please (re)run Biber on the file: (biblatex)  
 Report (biblatex)and rerun LaTeX afterwards.

Package logreq Info: Writing requests to 'Report.run.xml'. \openout1 =
`Report.run.xml'.

Thanks, Aleksey

P.S. pardon the linebreaks, gmane insisted on 80 char limit per line.




Re: Lyx biblatex biber jabref Mac OSX lion trouble

2013-05-28 Thread Aleksey Orekhov

Changing my preamble to  give the full path to the bib file
 solved the problem:

before
%biblatex
\usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
\addbibresource{Research.bib}

after:
%biblatex
\usepackage[style=ieee,natbib=true,backend=biber]{biblatex}
\addbibresource{/Users/Aleksey/Desktop/Report/Research.bib}

Lyx has trouble when relative paths are given here. Is this a bug?






Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Scott Kostyshak
On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
luca.brandol...@unibg.it wrote:
 Stefan Bauer bauer at math.uni-bielefeld.de writes:



 I have the same setup. In the math edit mode the \Omega is invisible as
 long as you are working on the formula.

 S Bauer



 If I type \Omega in the math editor I get a bold w.
 It is probably a font misconfiguration but I cannot figure out what to do.



Which LyX versions are you using? If the problem is still there can
you file a bug report please on www.lyx.org/trac?

Thanks,

Scott


Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Stephan Witt
Am 11.01.2013 um 10:57 schrieb Scott Kostyshak skost...@princeton.edu:

 On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
 luca.brandol...@unibg.it wrote:
 Stefan Bauer bauer at math.uni-bielefeld.de writes:
 
 
 
 I have the same setup. In the math edit mode the \Omega is invisible as
 long as you are working on the formula.
 
 S Bauer
 
 
 
 If I type \Omega in the math editor I get a bold w.
 It is probably a font misconfiguration but I cannot figure out what to do.
 
 
 
 Which LyX versions are you using? If the problem is still there can
 you file a bug report please on www.lyx.org/trac?

Yes, please.

I think, the problem is in GuiPainter.cpp line 356 etc.

==
// Qt4 does not display a glyph whose codepoint is the
// same as that of a soft-hyphen (0x00ad), unless it
// occurs at a line-break. As a kludge, we force Qt to
// render this glyph using a one-column line.
if (s.size() == 1  str[0].unicode() == 0x00ad) {
setQPainterPen(computeColor(f.realColor()));
QTextLayout adsymbol(str);
adsymbol.setFont(ff);
adsymbol.beginLayout();
QTextLine line = adsymbol.createLine();
line.setNumColumns(1);
line.setPosition(QPointF(0, -line.ascent()));
adsymbol.endLayout();
line.draw(this, QPointF(x, y));
return textwidth;
}
==

It happens \Omega is 0x00ad - so it's special. But it looks like this special 
code does not work.

Stephan

Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Stephan Witt
Am 11.01.2013 um 21:33 schrieb Stephan Witt st.w...@gmx.net:

 Am 11.01.2013 um 10:57 schrieb Scott Kostyshak skost...@princeton.edu:
 
 On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
 luca.brandol...@unibg.it wrote:
 Stefan Bauer bauer at math.uni-bielefeld.de writes:
 
 
 
 I have the same setup. In the math edit mode the \Omega is invisible as
 long as you are working on the formula.
 
 S Bauer
 
 
 
 If I type \Omega in the math editor I get a bold w.
 It is probably a font misconfiguration but I cannot figure out what to do.
 
 
 
 Which LyX versions are you using? If the problem is still there can
 you file a bug report please on www.lyx.org/trac?
 
 Yes, please.
 
 I think, the problem is in GuiPainter.cpp line 356 etc.
 
 ==
   // Qt4 does not display a glyph whose codepoint is the
   // same as that of a soft-hyphen (0x00ad), unless it
   // occurs at a line-break. As a kludge, we force Qt to
   // render this glyph using a one-column line.
   if (s.size() == 1  str[0].unicode() == 0x00ad) {
   setQPainterPen(computeColor(f.realColor()));
   QTextLayout adsymbol(str);
   adsymbol.setFont(ff);
   adsymbol.beginLayout();
   QTextLine line = adsymbol.createLine();
   line.setNumColumns(1);
   line.setPosition(QPointF(0, -line.ascent()));
   adsymbol.endLayout();
   line.draw(this, QPointF(x, y));
   return textwidth;
   }
 ==
 
 It happens \Omega is 0x00ad - so it's special. But it looks like this special 
 code does not work.


Sorry, it's already reported here:

http://www.lyx.org/trac/ticket/7954

Stephan

Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Scott Kostyshak
On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
luca.brandol...@unibg.it wrote:
 Stefan Bauer bauer at math.uni-bielefeld.de writes:



 I have the same setup. In the math edit mode the \Omega is invisible as
 long as you are working on the formula.

 S Bauer



 If I type \Omega in the math editor I get a bold w.
 It is probably a font misconfiguration but I cannot figure out what to do.



Which LyX versions are you using? If the problem is still there can
you file a bug report please on www.lyx.org/trac?

Thanks,

Scott


Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Stephan Witt
Am 11.01.2013 um 10:57 schrieb Scott Kostyshak skost...@princeton.edu:

 On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
 luca.brandol...@unibg.it wrote:
 Stefan Bauer bauer at math.uni-bielefeld.de writes:
 
 
 
 I have the same setup. In the math edit mode the \Omega is invisible as
 long as you are working on the formula.
 
 S Bauer
 
 
 
 If I type \Omega in the math editor I get a bold w.
 It is probably a font misconfiguration but I cannot figure out what to do.
 
 
 
 Which LyX versions are you using? If the problem is still there can
 you file a bug report please on www.lyx.org/trac?

Yes, please.

I think, the problem is in GuiPainter.cpp line 356 etc.

==
// Qt4 does not display a glyph whose codepoint is the
// same as that of a soft-hyphen (0x00ad), unless it
// occurs at a line-break. As a kludge, we force Qt to
// render this glyph using a one-column line.
if (s.size() == 1  str[0].unicode() == 0x00ad) {
setQPainterPen(computeColor(f.realColor()));
QTextLayout adsymbol(str);
adsymbol.setFont(ff);
adsymbol.beginLayout();
QTextLine line = adsymbol.createLine();
line.setNumColumns(1);
line.setPosition(QPointF(0, -line.ascent()));
adsymbol.endLayout();
line.draw(this, QPointF(x, y));
return textwidth;
}
==

It happens \Omega is 0x00ad - so it's special. But it looks like this special 
code does not work.

Stephan

Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Stephan Witt
Am 11.01.2013 um 21:33 schrieb Stephan Witt st.w...@gmx.net:

 Am 11.01.2013 um 10:57 schrieb Scott Kostyshak skost...@princeton.edu:
 
 On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
 luca.brandol...@unibg.it wrote:
 Stefan Bauer bauer at math.uni-bielefeld.de writes:
 
 
 
 I have the same setup. In the math edit mode the \Omega is invisible as
 long as you are working on the formula.
 
 S Bauer
 
 
 
 If I type \Omega in the math editor I get a bold w.
 It is probably a font misconfiguration but I cannot figure out what to do.
 
 
 
 Which LyX versions are you using? If the problem is still there can
 you file a bug report please on www.lyx.org/trac?
 
 Yes, please.
 
 I think, the problem is in GuiPainter.cpp line 356 etc.
 
 ==
   // Qt4 does not display a glyph whose codepoint is the
   // same as that of a soft-hyphen (0x00ad), unless it
   // occurs at a line-break. As a kludge, we force Qt to
   // render this glyph using a one-column line.
   if (s.size() == 1  str[0].unicode() == 0x00ad) {
   setQPainterPen(computeColor(f.realColor()));
   QTextLayout adsymbol(str);
   adsymbol.setFont(ff);
   adsymbol.beginLayout();
   QTextLine line = adsymbol.createLine();
   line.setNumColumns(1);
   line.setPosition(QPointF(0, -line.ascent()));
   adsymbol.endLayout();
   line.draw(this, QPointF(x, y));
   return textwidth;
   }
 ==
 
 It happens \Omega is 0x00ad - so it's special. But it looks like this special 
 code does not work.


Sorry, it's already reported here:

http://www.lyx.org/trac/ticket/7954

Stephan

Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Scott Kostyshak
On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
 wrote:
> Stefan Bauer  math.uni-bielefeld.de> writes:
>
>>
>>
>> I have the same setup. In the math edit mode the \Omega is invisible as
>> long as you are working on the formula.
>>
>> S Bauer
>>
>>
>
> If I type \Omega in the math editor I get a bold w.
> It is probably a font misconfiguration but I cannot figure out what to do.
>
>

Which LyX versions are you using? If the problem is still there can
you file a bug report please on www.lyx.org/trac?

Thanks,

Scott


Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Stephan Witt
Am 11.01.2013 um 10:57 schrieb Scott Kostyshak :

> On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
>  wrote:
>> Stefan Bauer  math.uni-bielefeld.de> writes:
>> 
>>> 
>>> 
>>> I have the same setup. In the math edit mode the \Omega is invisible as
>>> long as you are working on the formula.
>>> 
>>> S Bauer
>>> 
>>> 
>> 
>> If I type \Omega in the math editor I get a bold w.
>> It is probably a font misconfiguration but I cannot figure out what to do.
>> 
>> 
> 
> Which LyX versions are you using? If the problem is still there can
> you file a bug report please on www.lyx.org/trac?

Yes, please.

I think, the problem is in GuiPainter.cpp line 356 etc.

==
// Qt4 does not display a glyph whose codepoint is the
// same as that of a soft-hyphen (0x00ad), unless it
// occurs at a line-break. As a kludge, we force Qt to
// render this glyph using a one-column line.
if (s.size() == 1 && str[0].unicode() == 0x00ad) {
setQPainterPen(computeColor(f.realColor()));
QTextLayout adsymbol(str);
adsymbol.setFont(ff);
adsymbol.beginLayout();
QTextLine line = adsymbol.createLine();
line.setNumColumns(1);
line.setPosition(QPointF(0, -line.ascent()));
adsymbol.endLayout();
line.draw(this, QPointF(x, y));
return textwidth;
}
==

It happens \Omega is 0x00ad - so it's special. But it looks like this special 
code does not work.

Stephan

Re: Math font problem under Mac OS X Lion

2013-01-11 Thread Stephan Witt
Am 11.01.2013 um 21:33 schrieb Stephan Witt :

> Am 11.01.2013 um 10:57 schrieb Scott Kostyshak :
> 
>> On Wed, Nov 21, 2012 at 8:09 AM, Luca Brandolini
>>  wrote:
>>> Stefan Bauer  math.uni-bielefeld.de> writes:
>>> 
 
 
 I have the same setup. In the math edit mode the \Omega is invisible as
 long as you are working on the formula.
 
 S Bauer
 
 
>>> 
>>> If I type \Omega in the math editor I get a bold w.
>>> It is probably a font misconfiguration but I cannot figure out what to do.
>>> 
>>> 
>> 
>> Which LyX versions are you using? If the problem is still there can
>> you file a bug report please on www.lyx.org/trac?
> 
> Yes, please.
> 
> I think, the problem is in GuiPainter.cpp line 356 etc.
> 
> ==
>   // Qt4 does not display a glyph whose codepoint is the
>   // same as that of a soft-hyphen (0x00ad), unless it
>   // occurs at a line-break. As a kludge, we force Qt to
>   // render this glyph using a one-column line.
>   if (s.size() == 1 && str[0].unicode() == 0x00ad) {
>   setQPainterPen(computeColor(f.realColor()));
>   QTextLayout adsymbol(str);
>   adsymbol.setFont(ff);
>   adsymbol.beginLayout();
>   QTextLine line = adsymbol.createLine();
>   line.setNumColumns(1);
>   line.setPosition(QPointF(0, -line.ascent()));
>   adsymbol.endLayout();
>   line.draw(this, QPointF(x, y));
>   return textwidth;
>   }
> ==
> 
> It happens \Omega is 0x00ad - so it's special. But it looks like this special 
> code does not work.


Sorry, it's already reported here:

http://www.lyx.org/trac/ticket/7954

Stephan

Re: Using Mac Lion Dictate

2013-01-04 Thread markhsalmon
Many thanks Stephan
Mark


Sent from my iPad

On 3 Jan 2013, at 23:33, Stephan Witt st.w...@gmx.net wrote:

 Am 03.01.2013 um 12:02 schrieb Mark Salmon markhsal...@gmail.com:
 
 Stephan, 
 When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
 mac installation problem is resolved- i.e.. We also need to have access to
 templates style files etc.
 As a very busy academic I love Lyx but I urgently need the ability to
 smoothly move between  beamer style files to get lecture slides ready.
 Many thanks
 
 Hi Mark,
 
 the problem with the template directory access is the dynamic nature of the 
 location.
 The system templates are located inside the application bundle and one may 
 have more then one bundle on a computer.
 So it would be correct to have a button in the Open from template dialog to 
 navigate to the location inside the bundle.
 
 The workaround is as follows:
 1. Use the Finder to go to Applications
 2. Locate the LyX program bundle (LyX.app)
 3. Click on it with right mouse button (Open the package content)
 4. Navigate into Contents and then into Resources
 5. Drag the templates folder to the left sidebar between two items of your 
 choice
 
 Now you have an item named templates there. This item is also a member of the 
 Open from template dialog.
 Unfortunately I couldn't find any application program interface to make that 
 link automatically from the LyX application.
 
 I hope this helps.
 
 Best regards,
 Stephan
 
 
 
 On 03/01/2013 10:51, Stephan Witt st.w...@gmx.net wrote:
 
 Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after
 the update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there
 was a text field before.
 I used it to navigate by keybord.
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features.
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna
 
 Hi Anna,
 
 I'll have a look when making the 2.0.5.1 release and try to find a
 solution for it.
 
 Regards,
 Stephan
 
 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
 the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
 that mean, the Cursor has to be in the Document in witch you want
 dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
 a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no
 text is inserted.
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 
 
 
 
 
 


Re: Using Mac Lion Dictate

2013-01-04 Thread markhsalmon
Many thanks Stephan
Mark


Sent from my iPad

On 3 Jan 2013, at 23:33, Stephan Witt st.w...@gmx.net wrote:

 Am 03.01.2013 um 12:02 schrieb Mark Salmon markhsal...@gmail.com:
 
 Stephan, 
 When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
 mac installation problem is resolved- i.e.. We also need to have access to
 templates style files etc.
 As a very busy academic I love Lyx but I urgently need the ability to
 smoothly move between  beamer style files to get lecture slides ready.
 Many thanks
 
 Hi Mark,
 
 the problem with the template directory access is the dynamic nature of the 
 location.
 The system templates are located inside the application bundle and one may 
 have more then one bundle on a computer.
 So it would be correct to have a button in the Open from template dialog to 
 navigate to the location inside the bundle.
 
 The workaround is as follows:
 1. Use the Finder to go to Applications
 2. Locate the LyX program bundle (LyX.app)
 3. Click on it with right mouse button (Open the package content)
 4. Navigate into Contents and then into Resources
 5. Drag the templates folder to the left sidebar between two items of your 
 choice
 
 Now you have an item named templates there. This item is also a member of the 
 Open from template dialog.
 Unfortunately I couldn't find any application program interface to make that 
 link automatically from the LyX application.
 
 I hope this helps.
 
 Best regards,
 Stephan
 
 
 
 On 03/01/2013 10:51, Stephan Witt st.w...@gmx.net wrote:
 
 Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after
 the update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there
 was a text field before.
 I used it to navigate by keybord.
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features.
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna
 
 Hi Anna,
 
 I'll have a look when making the 2.0.5.1 release and try to find a
 solution for it.
 
 Regards,
 Stephan
 
 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
 the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
 that mean, the Cursor has to be in the Document in witch you want
 dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
 a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no
 text is inserted.
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 
 
 
 
 
 


Re: Using Mac Lion Dictate

2013-01-04 Thread markhsalmon
Many thanks Stephan
Mark


Sent from my iPad

On 3 Jan 2013, at 23:33, Stephan Witt <st.w...@gmx.net> wrote:

> Am 03.01.2013 um 12:02 schrieb Mark Salmon <markhsal...@gmail.com>:
> 
>> Stephan, 
>> When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
>> mac installation problem is resolved- i.e.. We also need to have access to
>> templates style files etc.
>> As a very busy academic I love Lyx but I urgently need the ability to
>> smoothly move between  beamer style files to get lecture slides ready.
>> Many thanks
> 
> Hi Mark,
> 
> the problem with the template directory access is the dynamic nature of the 
> location.
> The system templates are located inside the application bundle and one may 
> have more then one bundle on a computer.
> So it would be correct to have a button in the "Open from template" dialog to 
> navigate to the location inside the bundle.
> 
> The workaround is as follows:
> 1. Use the Finder to go to Applications
> 2. Locate the LyX program bundle (LyX.app)
> 3. Click on it with right mouse button (Open the package content)
> 4. Navigate into Contents and then into Resources
> 5. Drag the templates folder to the left sidebar between two items of your 
> choice
> 
> Now you have an item named templates there. This item is also a member of the 
> "Open from template" dialog.
> Unfortunately I couldn't find any application program interface to make that 
> link automatically from the LyX application.
> 
> I hope this helps.
> 
> Best regards,
> Stephan
> 
>> 
>> 
>> On 03/01/2013 10:51, "Stephan Witt" <st.w...@gmx.net> wrote:
>> 
>>> Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke <a...@obertacke.de>:
>>> 
>>>> Hi Uwe,
>>>> 
>>>> I work with Lyx 2.05 and focussed the lyx window.
>>>> 
>>>> In November I worked with 2.03 and another "Mac Feature" was lost after
>>>> the update:
>>>> When you klick on "Help" in the menu bar (or press Cmd-Shift-7) there
>>>> was a text field before.
>>>> I used it to navigate by keybord.
>>>> Now it is gone and I miss it very much.
>>>> 
>>>> I downgraded to 2.04:
>>>> - Help text box is there again
>>>> - Dictation works
>>>> Luckily my thesis works with 2.04 too.
>>>> 
>>>> In the changelogs I found nothing concerning these features.
>>>> Are the two things (failed dictation and missing help textfield) bugs?
>>>> 
>>>> Thanks,
>>>> 
>>>> Anna
>>> 
>>> Hi Anna,
>>> 
>>> I'll have a look when making the 2.0.5.1 release and try to find a
>>> solution for it.
>>> 
>>> Regards,
>>> Stephan
>>> 
>>>> 
>>>> 
>>>> 
>>>> Am 02.01.2013 um 08:13 schrieb Uwe Ade <uwe@gmx.de>:
>>>> 
>>>>> Hey Anna
>>>>> 
>>>>> I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
>>>>> the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
>>>>> that mean, the Cursor has to be in the Document in witch you want
>>>>> dictate.
>>>>> 
>>>>> Sincerly
>>>>> 
>>>>> uwe
>>>>> 
>>>>> 
>>>>> Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
>>>>> <a...@obertacke.de>:
>>>>> 
>>>>>> Hallo,
>>>>>> 
>>>>>> I use Lyx for years with Mac for my study.
>>>>>> 
>>>>>> Is it planned to support Mac OS Lion build-in dictation?
>>>>>> http://support.apple.com/kb/HT5449
>>>>>> 
>>>>>> Or is it a bug, that it does not work?
>>>>>> 
>>>>>> I can start dictation by pressing Fn twice, but after speaking no
>>>>>> text is inserted.
>>>>>> Other writing applications work well, but I want to use only Lyx.
>>>>>> 
>>>>>> Best regards, 
>>>>>> 
>>>>>> Anna
>>>>>> 
>>>>>> 
>>>>>> 
>>>> 
>>> 
>> 
>> 
> 


Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:

 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after the 
 update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there was a 
 text field before. 
 I used it to navigate by keybord. 
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features. 
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna

Hi Anna,

I'll have a look when making the 2.0.5.1 release and try to find a solution for 
it.

Regards,
Stephan

 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the 
 box. I work with Lyx 2.04. Its nessecary that the focus is on lyx, that 
 mean, the Cursor has to be in the Document in witch you want dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no text is 
 inserted. 
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 
 



Re: Using Mac Lion Dictate

2013-01-03 Thread Mark Salmon
Stephan, 
When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
mac installation problem is resolved- i.e.. We also need to have access to
templates style files etc.
As a very busy academic I love Lyx but I urgently need the ability to
smoothly move between  beamer style files to get lecture slides ready.
Many thanks


On 03/01/2013 10:51, Stephan Witt st.w...@gmx.net wrote:

Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:

 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after
the update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there
was a text field before.
 I used it to navigate by keybord.
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features.
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna

Hi Anna,

I'll have a look when making the 2.0.5.1 release and try to find a
solution for it.

Regards,
Stephan

 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
that mean, the Cursor has to be in the Document in witch you want
dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no
text is inserted.
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 
 





Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 03.01.2013 um 11:02 schrieb Mark Salmon markhsal...@gmail.com:

 Stephan, 
 When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
 mac installation problem is resolved- i.e.. We also need to have access to
 templates style files etc.
 As a very busy academic I love Lyx but I urgently need the ability to
 smoothly move between  beamer style files to get lecture slides ready.
 Many thanks

Hi Mark, the tarball for the release of 2.0.5.1 is finished already. I'll send 
you a description to work around this later when I'm at home again. 

Stephan

 
 
 On 03/01/2013 10:51, Stephan Witt st.w...@gmx.net wrote:
 
 Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after
 the update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there
 was a text field before.
 I used it to navigate by keybord.
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features.
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna
 
 Hi Anna,
 
 I'll have a look when making the 2.0.5.1 release and try to find a
 solution for it.
 
 Regards,
 Stephan
 
 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
 the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
 that mean, the Cursor has to be in the Document in witch you want
 dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
 a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no
 text is inserted.
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 


Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 03.01.2013 um 12:02 schrieb Mark Salmon markhsal...@gmail.com:

 Stephan, 
 When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
 mac installation problem is resolved- i.e.. We also need to have access to
 templates style files etc.
 As a very busy academic I love Lyx but I urgently need the ability to
 smoothly move between  beamer style files to get lecture slides ready.
 Many thanks

Hi Mark,

the problem with the template directory access is the dynamic nature of the 
location.
The system templates are located inside the application bundle and one may have 
more then one bundle on a computer.
So it would be correct to have a button in the Open from template dialog to 
navigate to the location inside the bundle.

The workaround is as follows:
1. Use the Finder to go to Applications
2. Locate the LyX program bundle (LyX.app)
3. Click on it with right mouse button (Open the package content)
4. Navigate into Contents and then into Resources
5. Drag the templates folder to the left sidebar between two items of your 
choice

Now you have an item named templates there. This item is also a member of the 
Open from template dialog.
Unfortunately I couldn't find any application program interface to make that 
link automatically from the LyX application.

I hope this helps.

Best regards,
Stephan

 
 
 On 03/01/2013 10:51, Stephan Witt st.w...@gmx.net wrote:
 
 Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after
 the update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there
 was a text field before.
 I used it to navigate by keybord.
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features.
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna
 
 Hi Anna,
 
 I'll have a look when making the 2.0.5.1 release and try to find a
 solution for it.
 
 Regards,
 Stephan
 
 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
 the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
 that mean, the Cursor has to be in the Document in witch you want
 dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
 a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no
 text is inserted.
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 
 
 
 
 



Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:

 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after the 
 update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there was a 
 text field before. 
 I used it to navigate by keybord. 
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features. 
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna

Hi Anna,

I'll have a look when making the 2.0.5.1 release and try to find a solution for 
it.

Regards,
Stephan

 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the 
 box. I work with Lyx 2.04. Its nessecary that the focus is on lyx, that 
 mean, the Cursor has to be in the Document in witch you want dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no text is 
 inserted. 
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 
 



Re: Using Mac Lion Dictate

2013-01-03 Thread Mark Salmon
Stephan, 
When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
mac installation problem is resolved- i.e.. We also need to have access to
templates style files etc.
As a very busy academic I love Lyx but I urgently need the ability to
smoothly move between  beamer style files to get lecture slides ready.
Many thanks


On 03/01/2013 10:51, Stephan Witt st.w...@gmx.net wrote:

Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:

 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after
the update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there
was a text field before.
 I used it to navigate by keybord.
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features.
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna

Hi Anna,

I'll have a look when making the 2.0.5.1 release and try to find a
solution for it.

Regards,
Stephan

 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
that mean, the Cursor has to be in the Document in witch you want
dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no
text is inserted.
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 
 





Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 03.01.2013 um 11:02 schrieb Mark Salmon markhsal...@gmail.com:

 Stephan, 
 When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
 mac installation problem is resolved- i.e.. We also need to have access to
 templates style files etc.
 As a very busy academic I love Lyx but I urgently need the ability to
 smoothly move between  beamer style files to get lecture slides ready.
 Many thanks

Hi Mark, the tarball for the release of 2.0.5.1 is finished already. I'll send 
you a description to work around this later when I'm at home again. 

Stephan

 
 
 On 03/01/2013 10:51, Stephan Witt st.w...@gmx.net wrote:
 
 Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after
 the update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there
 was a text field before.
 I used it to navigate by keybord.
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features.
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna
 
 Hi Anna,
 
 I'll have a look when making the 2.0.5.1 release and try to find a
 solution for it.
 
 Regards,
 Stephan
 
 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
 the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
 that mean, the Cursor has to be in the Document in witch you want
 dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
 a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no
 text is inserted.
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 


Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 03.01.2013 um 12:02 schrieb Mark Salmon markhsal...@gmail.com:

 Stephan, 
 When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
 mac installation problem is resolved- i.e.. We also need to have access to
 templates style files etc.
 As a very busy academic I love Lyx but I urgently need the ability to
 smoothly move between  beamer style files to get lecture slides ready.
 Many thanks

Hi Mark,

the problem with the template directory access is the dynamic nature of the 
location.
The system templates are located inside the application bundle and one may have 
more then one bundle on a computer.
So it would be correct to have a button in the Open from template dialog to 
navigate to the location inside the bundle.

The workaround is as follows:
1. Use the Finder to go to Applications
2. Locate the LyX program bundle (LyX.app)
3. Click on it with right mouse button (Open the package content)
4. Navigate into Contents and then into Resources
5. Drag the templates folder to the left sidebar between two items of your 
choice

Now you have an item named templates there. This item is also a member of the 
Open from template dialog.
Unfortunately I couldn't find any application program interface to make that 
link automatically from the LyX application.

I hope this helps.

Best regards,
Stephan

 
 
 On 03/01/2013 10:51, Stephan Witt st.w...@gmx.net wrote:
 
 Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hi Uwe,
 
 I work with Lyx 2.05 and focussed the lyx window.
 
 In November I worked with 2.03 and another Mac Feature was lost after
 the update:
 When you klick on Help in the menu bar (or press Cmd-Shift-7) there
 was a text field before.
 I used it to navigate by keybord.
 Now it is gone and I miss it very much.
 
 I downgraded to 2.04:
 - Help text box is there again
 - Dictation works
 Luckily my thesis works with 2.04 too.
 
 In the changelogs I found nothing concerning these features.
 Are the two things (failed dictation and missing help textfield) bugs?
 
 Thanks,
 
 Anna
 
 Hi Anna,
 
 I'll have a look when making the 2.0.5.1 release and try to find a
 solution for it.
 
 Regards,
 Stephan
 
 
 
 
 Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:
 
 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
 the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
 that mean, the Cursor has to be in the Document in witch you want
 dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
 a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no
 text is inserted.
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 
 
 
 
 



Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke <a...@obertacke.de>:

> Hi Uwe,
> 
> I work with Lyx 2.05 and focussed the lyx window.
> 
> In November I worked with 2.03 and another "Mac Feature" was lost after the 
> update:
> When you klick on "Help" in the menu bar (or press Cmd-Shift-7) there was a 
> text field before. 
> I used it to navigate by keybord. 
> Now it is gone and I miss it very much.
> 
> I downgraded to 2.04:
> - Help text box is there again
> - Dictation works
> Luckily my thesis works with 2.04 too.
> 
> In the changelogs I found nothing concerning these features. 
> Are the two things (failed dictation and missing help textfield) bugs?
> 
> Thanks,
> 
> Anna

Hi Anna,

I'll have a look when making the 2.0.5.1 release and try to find a solution for 
it.

Regards,
Stephan

> 
> 
> 
> Am 02.01.2013 um 08:13 schrieb Uwe Ade <uwe@gmx.de>:
> 
>> Hey Anna
>> 
>> I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the 
>> box. I work with Lyx 2.04. Its nessecary that the focus is on lyx, that 
>> mean, the Cursor has to be in the Document in witch you want dictate.
>> 
>> Sincerly
>> 
>> uwe
>> 
>> 
>> Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke <a...@obertacke.de>:
>> 
>>> Hallo,
>>> 
>>> I use Lyx for years with Mac for my study.
>>> 
>>> Is it planned to support Mac OS Lion build-in dictation?
>>> http://support.apple.com/kb/HT5449
>>> 
>>> Or is it a bug, that it does not work?
>>> 
>>> I can start dictation by pressing Fn twice, but after speaking no text is 
>>> inserted. 
>>> Other writing applications work well, but I want to use only Lyx.
>>> 
>>> Best regards, 
>>> 
>>> Anna
>>> 
>>> 
>>> 
> 



Re: Using Mac Lion Dictate

2013-01-03 Thread Mark Salmon
Stephan, 
When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
mac installation problem is resolved- i.e.. We also need to have access to
templates style files etc.
As a very busy academic I love Lyx but I urgently need the ability to
smoothly move between  beamer style files to get lecture slides ready.
Many thanks


On 03/01/2013 10:51, "Stephan Witt" <st.w...@gmx.net> wrote:

>Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke <a...@obertacke.de>:
>
>> Hi Uwe,
>> 
>> I work with Lyx 2.05 and focussed the lyx window.
>> 
>> In November I worked with 2.03 and another "Mac Feature" was lost after
>>the update:
>> When you klick on "Help" in the menu bar (or press Cmd-Shift-7) there
>>was a text field before.
>> I used it to navigate by keybord.
>> Now it is gone and I miss it very much.
>> 
>> I downgraded to 2.04:
>> - Help text box is there again
>> - Dictation works
>> Luckily my thesis works with 2.04 too.
>> 
>> In the changelogs I found nothing concerning these features.
>> Are the two things (failed dictation and missing help textfield) bugs?
>> 
>> Thanks,
>> 
>> Anna
>
>Hi Anna,
>
>I'll have a look when making the 2.0.5.1 release and try to find a
>solution for it.
>
>Regards,
>Stephan
>
>> 
>> 
>> 
>> Am 02.01.2013 um 08:13 schrieb Uwe Ade <uwe@gmx.de>:
>> 
>>> Hey Anna
>>> 
>>> I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
>>>the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
>>>that mean, the Cursor has to be in the Document in witch you want
>>>dictate.
>>> 
>>> Sincerly
>>> 
>>> uwe
>>> 
>>> 
>>> Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
>>><a...@obertacke.de>:
>>> 
>>>> Hallo,
>>>> 
>>>> I use Lyx for years with Mac for my study.
>>>> 
>>>> Is it planned to support Mac OS Lion build-in dictation?
>>>> http://support.apple.com/kb/HT5449
>>>> 
>>>> Or is it a bug, that it does not work?
>>>> 
>>>> I can start dictation by pressing Fn twice, but after speaking no
>>>>text is inserted.
>>>> Other writing applications work well, but I want to use only Lyx.
>>>> 
>>>> Best regards, 
>>>> 
>>>> Anna
>>>> 
>>>> 
>>>> 
>> 
>




Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 03.01.2013 um 11:02 schrieb Mark Salmon <markhsal...@gmail.com>:

> Stephan, 
> When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
> mac installation problem is resolved- i.e.. We also need to have access to
> templates style files etc.
> As a very busy academic I love Lyx but I urgently need the ability to
> smoothly move between  beamer style files to get lecture slides ready.
> Many thanks

Hi Mark, the tarball for the release of 2.0.5.1 is finished already. I'll send 
you a description to work around this later when I'm at home again. 

Stephan

> 
> 
> On 03/01/2013 10:51, "Stephan Witt" <st.w...@gmx.net> wrote:
> 
>> Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke <a...@obertacke.de>:
>> 
>>> Hi Uwe,
>>> 
>>> I work with Lyx 2.05 and focussed the lyx window.
>>> 
>>> In November I worked with 2.03 and another "Mac Feature" was lost after
>>> the update:
>>> When you klick on "Help" in the menu bar (or press Cmd-Shift-7) there
>>> was a text field before.
>>> I used it to navigate by keybord.
>>> Now it is gone and I miss it very much.
>>> 
>>> I downgraded to 2.04:
>>> - Help text box is there again
>>> - Dictation works
>>> Luckily my thesis works with 2.04 too.
>>> 
>>> In the changelogs I found nothing concerning these features.
>>> Are the two things (failed dictation and missing help textfield) bugs?
>>> 
>>> Thanks,
>>> 
>>> Anna
>> 
>> Hi Anna,
>> 
>> I'll have a look when making the 2.0.5.1 release and try to find a
>> solution for it.
>> 
>> Regards,
>> Stephan
>> 
>>> 
>>> 
>>> 
>>> Am 02.01.2013 um 08:13 schrieb Uwe Ade <uwe@gmx.de>:
>>> 
>>>> Hey Anna
>>>> 
>>>> I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
>>>> the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
>>>> that mean, the Cursor has to be in the Document in witch you want
>>>> dictate.
>>>> 
>>>> Sincerly
>>>> 
>>>> uwe
>>>> 
>>>> 
>>>> Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
>>>> <a...@obertacke.de>:
>>>> 
>>>>> Hallo,
>>>>> 
>>>>> I use Lyx for years with Mac for my study.
>>>>> 
>>>>> Is it planned to support Mac OS Lion build-in dictation?
>>>>> http://support.apple.com/kb/HT5449
>>>>> 
>>>>> Or is it a bug, that it does not work?
>>>>> 
>>>>> I can start dictation by pressing Fn twice, but after speaking no
>>>>> text is inserted.
>>>>> Other writing applications work well, but I want to use only Lyx.
>>>>> 
>>>>> Best regards, 
>>>>> 
>>>>> Anna
> 
> 


Re: Using Mac Lion Dictate

2013-01-03 Thread Stephan Witt
Am 03.01.2013 um 12:02 schrieb Mark Salmon <markhsal...@gmail.com>:

> Stephan, 
> When you make the 2.0.5.1 release could you PLEASE PLEASE ensure that the
> mac installation problem is resolved- i.e.. We also need to have access to
> templates style files etc.
> As a very busy academic I love Lyx but I urgently need the ability to
> smoothly move between  beamer style files to get lecture slides ready.
> Many thanks

Hi Mark,

the problem with the template directory access is the dynamic nature of the 
location.
The system templates are located inside the application bundle and one may have 
more then one bundle on a computer.
So it would be correct to have a button in the "Open from template" dialog to 
navigate to the location inside the bundle.

The workaround is as follows:
1. Use the Finder to go to Applications
2. Locate the LyX program bundle (LyX.app)
3. Click on it with right mouse button (Open the package content)
4. Navigate into Contents and then into Resources
5. Drag the templates folder to the left sidebar between two items of your 
choice

Now you have an item named templates there. This item is also a member of the 
"Open from template" dialog.
Unfortunately I couldn't find any application program interface to make that 
link automatically from the LyX application.

I hope this helps.

Best regards,
Stephan

> 
> 
> On 03/01/2013 10:51, "Stephan Witt" <st.w...@gmx.net> wrote:
> 
>> Am 02.01.2013 um 12:50 schrieb Anna Maria Obertacke <a...@obertacke.de>:
>> 
>>> Hi Uwe,
>>> 
>>> I work with Lyx 2.05 and focussed the lyx window.
>>> 
>>> In November I worked with 2.03 and another "Mac Feature" was lost after
>>> the update:
>>> When you klick on "Help" in the menu bar (or press Cmd-Shift-7) there
>>> was a text field before.
>>> I used it to navigate by keybord.
>>> Now it is gone and I miss it very much.
>>> 
>>> I downgraded to 2.04:
>>> - Help text box is there again
>>> - Dictation works
>>> Luckily my thesis works with 2.04 too.
>>> 
>>> In the changelogs I found nothing concerning these features.
>>> Are the two things (failed dictation and missing help textfield) bugs?
>>> 
>>> Thanks,
>>> 
>>> Anna
>> 
>> Hi Anna,
>> 
>> I'll have a look when making the 2.0.5.1 release and try to find a
>> solution for it.
>> 
>> Regards,
>> Stephan
>> 
>>> 
>>> 
>>> 
>>> Am 02.01.2013 um 08:13 schrieb Uwe Ade <uwe@gmx.de>:
>>> 
>>>> Hey Anna
>>>> 
>>>> I sometimes use Mac Lion Dictate with Lyx and it works direkt out of
>>>> the box. I work with Lyx 2.04. Its nessecary that the focus is on lyx,
>>>> that mean, the Cursor has to be in the Document in witch you want
>>>> dictate.
>>>> 
>>>> Sincerly
>>>> 
>>>> uwe
>>>> 
>>>> 
>>>> Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke
>>>> <a...@obertacke.de>:
>>>> 
>>>>> Hallo,
>>>>> 
>>>>> I use Lyx for years with Mac for my study.
>>>>> 
>>>>> Is it planned to support Mac OS Lion build-in dictation?
>>>>> http://support.apple.com/kb/HT5449
>>>>> 
>>>>> Or is it a bug, that it does not work?
>>>>> 
>>>>> I can start dictation by pressing Fn twice, but after speaking no
>>>>> text is inserted.
>>>>> Other writing applications work well, but I want to use only Lyx.
>>>>> 
>>>>> Best regards, 
>>>>> 
>>>>> Anna
>>>>> 
>>>>> 
>>>>> 
>>> 
>> 
> 
> 



Re: Using Mac Lion Dictate

2013-01-02 Thread Anna Maria Obertacke
Hi Uwe,

I work with Lyx 2.05 and focussed the lyx window.

In November I worked with 2.03 and another Mac Feature was lost after the 
update:
When you klick on Help in the menu bar (or press Cmd-Shift-7) there was a 
text field before. 
I used it to navigate by keybord. 
Now it is gone and I miss it very much.

I downgraded to 2.04:
- Help text box is there again
- Dictation works
Luckily my thesis works with 2.04 too.

In the changelogs I found nothing concerning these features. 
Are the two things (failed dictation and missing help textfield) bugs?

Thanks,

Anna


Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:

 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the box. 
 I work with Lyx 2.04. Its nessecary that the focus is on lyx, that mean, the 
 Cursor has to be in the Document in witch you want dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no text is 
 inserted. 
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 



Re: Using Mac Lion Dictate

2013-01-02 Thread Anna Maria Obertacke
Hi Uwe,

I work with Lyx 2.05 and focussed the lyx window.

In November I worked with 2.03 and another Mac Feature was lost after the 
update:
When you klick on Help in the menu bar (or press Cmd-Shift-7) there was a 
text field before. 
I used it to navigate by keybord. 
Now it is gone and I miss it very much.

I downgraded to 2.04:
- Help text box is there again
- Dictation works
Luckily my thesis works with 2.04 too.

In the changelogs I found nothing concerning these features. 
Are the two things (failed dictation and missing help textfield) bugs?

Thanks,

Anna


Am 02.01.2013 um 08:13 schrieb Uwe Ade uwe@gmx.de:

 Hey Anna
 
 I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the box. 
 I work with Lyx 2.04. Its nessecary that the focus is on lyx, that mean, the 
 Cursor has to be in the Document in witch you want dictate.
 
 Sincerly
 
 uwe
 
 
 Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke a...@obertacke.de:
 
 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no text is 
 inserted. 
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 



Re: Using Mac Lion Dictate

2013-01-02 Thread Anna Maria Obertacke
Hi Uwe,

I work with Lyx 2.05 and focussed the lyx window.

In November I worked with 2.03 and another "Mac Feature" was lost after the 
update:
When you klick on "Help" in the menu bar (or press Cmd-Shift-7) there was a 
text field before. 
I used it to navigate by keybord. 
Now it is gone and I miss it very much.

I downgraded to 2.04:
- Help text box is there again
- Dictation works
Luckily my thesis works with 2.04 too.

In the changelogs I found nothing concerning these features. 
Are the two things (failed dictation and missing help textfield) bugs?

Thanks,

Anna


Am 02.01.2013 um 08:13 schrieb Uwe Ade <uwe@gmx.de>:

> Hey Anna
> 
> I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the box. 
> I work with Lyx 2.04. Its nessecary that the focus is on lyx, that mean, the 
> Cursor has to be in the Document in witch you want dictate.
> 
> Sincerly
> 
> uwe
> 
> 
> Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke <a...@obertacke.de>:
> 
>> Hallo,
>> 
>> I use Lyx for years with Mac for my study.
>> 
>> Is it planned to support Mac OS Lion build-in dictation?
>> http://support.apple.com/kb/HT5449
>> 
>> Or is it a bug, that it does not work?
>> 
>> I can start dictation by pressing Fn twice, but after speaking no text is 
>> inserted. 
>> Other writing applications work well, but I want to use only Lyx.
>> 
>> Best regards, 
>> 
>> Anna
>> 
>> 
>> 



Re: Using Mac Lion Dictate

2013-01-01 Thread Uwe Ade
Hey Anna

I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the box. I 
work with Lyx 2.04. Its nessecary that the focus is on lyx, that mean, the 
Cursor has to be in the Document in witch you want dictate.

Sincerly

uwe


Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke a...@obertacke.de:

 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no text is 
 inserted. 
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 



Re: Using Mac Lion Dictate

2013-01-01 Thread Uwe Ade
Hey Anna

I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the box. I 
work with Lyx 2.04. Its nessecary that the focus is on lyx, that mean, the 
Cursor has to be in the Document in witch you want dictate.

Sincerly

uwe


Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke a...@obertacke.de:

 Hallo,
 
 I use Lyx for years with Mac for my study.
 
 Is it planned to support Mac OS Lion build-in dictation?
 http://support.apple.com/kb/HT5449
 
 Or is it a bug, that it does not work?
 
 I can start dictation by pressing Fn twice, but after speaking no text is 
 inserted. 
 Other writing applications work well, but I want to use only Lyx.
 
 Best regards, 
 
 Anna
 
 
 



Re: Using Mac Lion Dictate

2013-01-01 Thread Uwe Ade
Hey Anna

I sometimes use Mac Lion Dictate with Lyx and it works direkt out of the box. I 
work with Lyx 2.04. Its nessecary that the focus is on lyx, that mean, the 
Cursor has to be in the Document in witch you want dictate.

Sincerly

uwe


Am 31.12.2012 um 14:28 schrieb Anna Maria Obertacke <a...@obertacke.de>:

> Hallo,
> 
> I use Lyx for years with Mac for my study.
> 
> Is it planned to support Mac OS Lion build-in dictation?
> http://support.apple.com/kb/HT5449
> 
> Or is it a bug, that it does not work?
> 
> I can start dictation by pressing Fn twice, but after speaking no text is 
> inserted. 
> Other writing applications work well, but I want to use only Lyx.
> 
> Best regards, 
> 
> Anna
> 
> 
> 



Re: Math font problem under Mac OS X Lion

2012-11-21 Thread Stefan Bauer

I have the same setup. In the math edit mode the \Omega is invisible as 
long as you are working on the formula. 

S Bauer



Re: Math font problem under Mac OS X Lion

2012-11-21 Thread Stefan Bauer

I have the same setup. In the math edit mode the \Omega is invisible as 
long as you are working on the formula. 

S Bauer



Re: Math font problem under Mac OS X Lion

2012-11-21 Thread Stefan Bauer

I have the same setup. In the math edit mode the \Omega is invisible as 
long as you are working on the formula. 

S Bauer



Math font problem under Mac OS X Lion

2012-11-19 Thread Luca Brandolini
I am running LyX under Mac OS X 10.7.5.  In the math edit mode the mathematical 
symbols are not displayed correctly. For example instead of an integral I get 
an accented o.
I tried  running LyX debug mode (-dbg mathed) and in the log I found lines of 
the kind
 font cmm not available and I can't fake it

I tried to reinstall LyX but I had the same behavior.

Luca Brandolini



Math font problem under Mac OS X Lion

2012-11-19 Thread Luca Brandolini
I am running LyX under Mac OS X 10.7.5.  In the math edit mode the mathematical 
symbols are not displayed correctly. For example instead of an integral I get 
an accented o.
I tried  running LyX debug mode (-dbg mathed) and in the log I found lines of 
the kind
 font cmm not available and I can't fake it

I tried to reinstall LyX but I had the same behavior.

Luca Brandolini



Math font problem under Mac OS X Lion

2012-11-19 Thread Luca Brandolini
I am running LyX under Mac OS X 10.7.5.  In the math edit mode the mathematical 
symbols are not displayed correctly. For example instead of an integral I get 
an accented "o".
I tried  running LyX debug mode (-dbg mathed) and in the log I found lines of 
the kind
 "font cmm not available and I can't fake it"

I tried to reinstall LyX but I had the same behavior.

Luca Brandolini



Re: problems installing lyx on macosx lion

2012-08-19 Thread Stephan Witt
Am 17.08.2012 um 20:02 schrieb Pedro Romero A:

 Hi Stephan
 I was doing this
 
 cd /Applications/lyx-2.0.4
 then ./configure
 I also tried ./configure with options for libraries for qt4 in the
 directories that I´ve found in my machine
 I i´ve got the same result
 
 I did what you told me and read the Install macOSX, I run CPPFLAGS and
 QTCORE…and i´ve got a worst result, the compiler did not work.
 
 Then, I use autogen.sh
 then ./configure --with-qt4-dir=/path/to/Qt4
 
 and I still got the same message
 
 qt4 library not found
 
 I do not really know what to do now!
 

Hi Pedro,

why do you want to compile LyX yourself in /Applications/lyx-2.0.4?

1. You should consider to use the ready to run package from www.lyx.org

2. If you want LyX compile yourself you should work in your home dir

3. This is working for me (with Mac OS X 10.6):
- Download Qt4 (I did it with 4.7.4 when this was current)
  I'm using the 32bit developer version for Leopard (10.5).
  The tools are installed here: /Developer/Tools/Qt
  The Headers are here: /Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks
  If you've grabbed another version you have to look for the correct values.
- Checkout the LyX sources (the source tree is in my home dir)
  Run autogen.sh there.
- Create a build directory to separate source and build results.
- Prepare the environment
 export QT4_CORE_CFLAGS=-FQtCore
 export QT4_CORE_LIBS=-framework QtCore
 export QT4_FRONTEND_CFLAGS=-FQtGui
 export QT4_FRONTEND_LIBS=-framework QtGui
 export PKG_CONFIG=
 export LDFLAGS=-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 
-mmacosx-version-min=10.5
 export CPPFLAGS=$LDFLAGS 
-I/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtCore.framework/Headers 
-I/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtGui.framework/Headers
 export PATH=/Developer/Tools/Qt:$PATH
- Run configure and make
 cd build-dir  ../lyx-dir/configure --with-included-gettext  make

Stephan


 
 On Fri, Aug 17, 2012 at 11:37 AM, Stephan Witt st.w...@gmx.net wrote:
 Am 17.08.2012 um 07:53 schrieb Pedro Romero A:
 
 Hi all
 
 I have been trying for hours to install the latest version of lyx on
 my mac osx 10.7.4.
 and I keep getting this message
 
 Configuration
 Host type:x86_64-apple-darwin11.4.0
 Special build flags:  build=release
 C   Compiler: gcc
 C   Compiler LyX flags:
 C   Compiler flags: -O2
 C++ Compiler: g++ (4.2.1)
 C++ Compiler LyX flags:
 C++ Compiler flags: -O2
 Linker flags:
 Linker user flags:
 Qt 4 Frontend:
 Qt 4 version:
 Packaging:macosx
 LyX binary dir:   /Applications/LyX.app/Contents/MacOS
 LyX files dir:/Applications/LyX.app/Contents/Resources
 
  The following problems have been detected by configure.
  Please check the messages below before running 'make'.
  (see the section 'Problems' in the INSTALL file)
 
 ** qt 4 library not found !
 
 
 I have installed the latest qtSDK, I also installed the libraries, and
 I even have installed from source from this site
 http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x
 
 and I am unable to fix this problem
 
 please can you help me?
 
 Hi Pedro,
 
 how do you call configure? Did you read INSTALL.MacOSX?
 
 Please try the following:
 
 CPPFLAGS=-I/Library/Frameworks/QtCore.framework/Headers 
 -I/Library/Frameworks/QtGui.framework/Headers configure
 
 Just in case the Qt headers are there... or change it accordingly.
 
 Stephan
 
 
 
 -- 
 My papers at:
 http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=535638
 
 I confess that I prefer true but imperfect knowledge, even if it
 leaves much indetermined and unpredictable, to a pretence of exact
 knowledge that is likely to be false F. Hayek, 1974.
 
 But it is not the popular movement, but the travelling of the minds
 of men who sit in the seat of Adam Smith that is really serious and
 worthy of all attention. Lord Acton



Re: problems installing lyx on macosx lion

2012-08-19 Thread Steve Litt
On Fri, 17 Aug 2012 00:53:31 -0500, Pedro Romero A said:
 Hi all
 
 I have been trying for hours to install the latest version of lyx on
 my mac osx 10.7.4.
 and I keep getting this message
[clip]
 
 ** qt 4 library not found !

Hi Pedro,

LyX has been much harder to compile ever since they switched from
xforms to qt4. 

Stephan Witt had a good idea -- if you can install LyX from a package,
and if it works, and if it's the right version for you, install from a
package. If not, here are some suggestions for taming the LyX vs qt4
beast:

* A lot of times you need to install a whole bunch of non-obvious
  components of qt4. Use your package manager to install anything
  remotely connected to qt4. Remember what you installed, so you can
  remove the unnecessary ones once you get LyX working.

* Be aware of some unexpected behavior: When you blow a compile, you
  need to delete your whole compile tree and restore it from the
  original tarball. Otherwise, sometimes, ghosts of failures past can
  sabotage what otherwise would be a successful compile.

HTH,

SteveT

Steve Litt*  http://www.troubleshooters.com/
  *  http://twitter.com/stevelitt
Troubleshooting Training  *  Human Performance



Re: problems installing lyx on macosx lion

2012-08-19 Thread Stephan Witt
Am 17.08.2012 um 20:02 schrieb Pedro Romero A:

 Hi Stephan
 I was doing this
 
 cd /Applications/lyx-2.0.4
 then ./configure
 I also tried ./configure with options for libraries for qt4 in the
 directories that I´ve found in my machine
 I i´ve got the same result
 
 I did what you told me and read the Install macOSX, I run CPPFLAGS and
 QTCORE…and i´ve got a worst result, the compiler did not work.
 
 Then, I use autogen.sh
 then ./configure --with-qt4-dir=/path/to/Qt4
 
 and I still got the same message
 
 qt4 library not found
 
 I do not really know what to do now!
 

Hi Pedro,

why do you want to compile LyX yourself in /Applications/lyx-2.0.4?

1. You should consider to use the ready to run package from www.lyx.org

2. If you want LyX compile yourself you should work in your home dir

3. This is working for me (with Mac OS X 10.6):
- Download Qt4 (I did it with 4.7.4 when this was current)
  I'm using the 32bit developer version for Leopard (10.5).
  The tools are installed here: /Developer/Tools/Qt
  The Headers are here: /Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks
  If you've grabbed another version you have to look for the correct values.
- Checkout the LyX sources (the source tree is in my home dir)
  Run autogen.sh there.
- Create a build directory to separate source and build results.
- Prepare the environment
 export QT4_CORE_CFLAGS=-FQtCore
 export QT4_CORE_LIBS=-framework QtCore
 export QT4_FRONTEND_CFLAGS=-FQtGui
 export QT4_FRONTEND_LIBS=-framework QtGui
 export PKG_CONFIG=
 export LDFLAGS=-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 
-mmacosx-version-min=10.5
 export CPPFLAGS=$LDFLAGS 
-I/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtCore.framework/Headers 
-I/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtGui.framework/Headers
 export PATH=/Developer/Tools/Qt:$PATH
- Run configure and make
 cd build-dir  ../lyx-dir/configure --with-included-gettext  make

Stephan


 
 On Fri, Aug 17, 2012 at 11:37 AM, Stephan Witt st.w...@gmx.net wrote:
 Am 17.08.2012 um 07:53 schrieb Pedro Romero A:
 
 Hi all
 
 I have been trying for hours to install the latest version of lyx on
 my mac osx 10.7.4.
 and I keep getting this message
 
 Configuration
 Host type:x86_64-apple-darwin11.4.0
 Special build flags:  build=release
 C   Compiler: gcc
 C   Compiler LyX flags:
 C   Compiler flags: -O2
 C++ Compiler: g++ (4.2.1)
 C++ Compiler LyX flags:
 C++ Compiler flags: -O2
 Linker flags:
 Linker user flags:
 Qt 4 Frontend:
 Qt 4 version:
 Packaging:macosx
 LyX binary dir:   /Applications/LyX.app/Contents/MacOS
 LyX files dir:/Applications/LyX.app/Contents/Resources
 
  The following problems have been detected by configure.
  Please check the messages below before running 'make'.
  (see the section 'Problems' in the INSTALL file)
 
 ** qt 4 library not found !
 
 
 I have installed the latest qtSDK, I also installed the libraries, and
 I even have installed from source from this site
 http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x
 
 and I am unable to fix this problem
 
 please can you help me?
 
 Hi Pedro,
 
 how do you call configure? Did you read INSTALL.MacOSX?
 
 Please try the following:
 
 CPPFLAGS=-I/Library/Frameworks/QtCore.framework/Headers 
 -I/Library/Frameworks/QtGui.framework/Headers configure
 
 Just in case the Qt headers are there... or change it accordingly.
 
 Stephan
 
 
 
 -- 
 My papers at:
 http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=535638
 
 I confess that I prefer true but imperfect knowledge, even if it
 leaves much indetermined and unpredictable, to a pretence of exact
 knowledge that is likely to be false F. Hayek, 1974.
 
 But it is not the popular movement, but the travelling of the minds
 of men who sit in the seat of Adam Smith that is really serious and
 worthy of all attention. Lord Acton



Re: problems installing lyx on macosx lion

2012-08-19 Thread Steve Litt
On Fri, 17 Aug 2012 00:53:31 -0500, Pedro Romero A said:
 Hi all
 
 I have been trying for hours to install the latest version of lyx on
 my mac osx 10.7.4.
 and I keep getting this message
[clip]
 
 ** qt 4 library not found !

Hi Pedro,

LyX has been much harder to compile ever since they switched from
xforms to qt4. 

Stephan Witt had a good idea -- if you can install LyX from a package,
and if it works, and if it's the right version for you, install from a
package. If not, here are some suggestions for taming the LyX vs qt4
beast:

* A lot of times you need to install a whole bunch of non-obvious
  components of qt4. Use your package manager to install anything
  remotely connected to qt4. Remember what you installed, so you can
  remove the unnecessary ones once you get LyX working.

* Be aware of some unexpected behavior: When you blow a compile, you
  need to delete your whole compile tree and restore it from the
  original tarball. Otherwise, sometimes, ghosts of failures past can
  sabotage what otherwise would be a successful compile.

HTH,

SteveT

Steve Litt*  http://www.troubleshooters.com/
  *  http://twitter.com/stevelitt
Troubleshooting Training  *  Human Performance



Re: problems installing lyx on macosx lion

2012-08-19 Thread Stephan Witt
Am 17.08.2012 um 20:02 schrieb Pedro Romero A:

> Hi Stephan
> I was doing this
> 
> cd /Applications/lyx-2.0.4
> then ./configure
> I also tried ./configure with options for libraries for qt4 in the
> directories that I´ve found in my machine
> I i´ve got the same result
> 
> I did what you told me and read the Install macOSX, I run CPPFLAGS and
> QTCORE…and i´ve got a worst result, the compiler did not work.
> 
> Then, I use autogen.sh
> then ./configure --with-qt4-dir=/path/to/Qt4
> 
> and I still got the same message
> 
> "qt4 library not found"
> 
> I do not really know what to do now!
> 

Hi Pedro,

why do you want to compile LyX yourself in /Applications/lyx-2.0.4?

1. You should consider to use the ready to run package from www.lyx.org

2. If you want LyX compile yourself you should work in your home dir

3. This is working for me (with Mac OS X 10.6):
- Download Qt4 (I did it with 4.7.4 when this was current)
  I'm using the 32bit developer version for Leopard (10.5).
  The tools are installed here: /Developer/Tools/Qt
  The Headers are here: /Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks
  If you've grabbed another version you have to look for the correct values.
- Checkout the LyX sources (the source tree is in my home dir)
  Run autogen.sh there.
- Create a build directory to separate source and build results.
- Prepare the environment
 export QT4_CORE_CFLAGS=-FQtCore
 export QT4_CORE_LIBS="-framework QtCore"
 export QT4_FRONTEND_CFLAGS=-FQtGui
 export QT4_FRONTEND_LIBS="-framework QtGui"
 export PKG_CONFIG=
 export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 
-mmacosx-version-min=10.5"
 export CPPFLAGS="$LDFLAGS 
-I/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtCore.framework/Headers 
-I/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtGui.framework/Headers"
 export PATH="/Developer/Tools/Qt:$PATH"
- Run configure and make
 cd build-dir && ../lyx-dir/configure --with-included-gettext && make

Stephan


> 
> On Fri, Aug 17, 2012 at 11:37 AM, Stephan Witt  wrote:
>> Am 17.08.2012 um 07:53 schrieb Pedro Romero A:
>> 
>>> Hi all
>>> 
>>> I have been trying for hours to install the latest version of lyx on
>>> my mac osx 10.7.4.
>>> and I keep getting this message
>>> 
>>> Configuration
>>> Host type:x86_64-apple-darwin11.4.0
>>> Special build flags:  build=release
>>> C   Compiler: gcc
>>> C   Compiler LyX flags:
>>> C   Compiler flags: -O2
>>> C++ Compiler: g++ (4.2.1)
>>> C++ Compiler LyX flags:
>>> C++ Compiler flags: -O2
>>> Linker flags:
>>> Linker user flags:
>>> Qt 4 Frontend:
>>> Qt 4 version:
>>> Packaging:macosx
>>> LyX binary dir:   /Applications/LyX.app/Contents/MacOS
>>> LyX files dir:/Applications/LyX.app/Contents/Resources
>>> 
>>>  The following problems have been detected by configure.
>>>  Please check the messages below before running 'make'.
>>>  (see the section 'Problems' in the INSTALL file)
>>> 
>>> ** qt 4 library not found !
>>> 
>>> 
>>> I have installed the latest qtSDK, I also installed the libraries, and
>>> I even have installed from source from this site
>>> http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x
>>> 
>>> and I am unable to fix this problem
>>> 
>>> please can you help me?
>> 
>> Hi Pedro,
>> 
>> how do you call configure? Did you read INSTALL.MacOSX?
>> 
>> Please try the following:
>> 
>> CPPFLAGS="-I/Library/Frameworks/QtCore.framework/Headers 
>> -I/Library/Frameworks/QtGui.framework/Headers" configure
>> 
>> Just in case the Qt headers are there... or change it accordingly.
>> 
>> Stephan
> 
> 
> 
> -- 
> My papers at:
> http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=535638
> 
> "I confess that I prefer true but imperfect knowledge, even if it
> leaves much indetermined and unpredictable, to a pretence of exact
> knowledge that is likely to be false" F. Hayek, 1974.
> 
> "But it is not the popular movement, but the travelling of the minds
> of men who sit in the seat of Adam Smith that is really serious and
> worthy of all attention." Lord Acton



Re: problems installing lyx on macosx lion

2012-08-19 Thread Steve Litt
On Fri, 17 Aug 2012 00:53:31 -0500, Pedro Romero A said:
> Hi all
> 
> I have been trying for hours to install the latest version of lyx on
> my mac osx 10.7.4.
> and I keep getting this message
[clip]
> 
> ** qt 4 library not found !

Hi Pedro,

LyX has been much harder to compile ever since they switched from
xforms to qt4. 

Stephan Witt had a good idea -- if you can install LyX from a package,
and if it works, and if it's the right version for you, install from a
package. If not, here are some suggestions for taming the LyX vs qt4
beast:

* A lot of times you need to install a whole bunch of non-obvious
  components of qt4. Use your package manager to install anything
  remotely connected to qt4. Remember what you installed, so you can
  remove the unnecessary ones once you get LyX working.

* Be aware of some unexpected behavior: When you blow a compile, you
  need to delete your whole compile tree and restore it from the
  original tarball. Otherwise, sometimes, ghosts of failures past can
  sabotage what otherwise would be a successful compile.

HTH,

SteveT

Steve Litt*  http://www.troubleshooters.com/
  *  http://twitter.com/stevelitt
Troubleshooting Training  *  Human Performance



problems installing lyx on macosx lion

2012-08-17 Thread Pedro Romero A
Hi all

I have been trying for hours to install the latest version of lyx on
my mac osx 10.7.4.
and I keep getting this message

Configuration
  Host type:x86_64-apple-darwin11.4.0
  Special build flags:  build=release
  C   Compiler: gcc
  C   Compiler LyX flags:
  C   Compiler flags: -O2
  C++ Compiler: g++ (4.2.1)
  C++ Compiler LyX flags:
  C++ Compiler flags: -O2
  Linker flags:
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version:
  Packaging:macosx
  LyX binary dir:   /Applications/LyX.app/Contents/MacOS
  LyX files dir:/Applications/LyX.app/Contents/Resources

 The following problems have been detected by configure.
 Please check the messages below before running 'make'.
 (see the section 'Problems' in the INSTALL file)

** qt 4 library not found !


I have installed the latest qtSDK, I also installed the libraries, and
I even have installed from source from this site
http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x

and I am unable to fix this problem

please can you help me?

P


Re: problems installing lyx on macosx lion

2012-08-17 Thread Stephan Witt
Am 17.08.2012 um 07:53 schrieb Pedro Romero A:

 Hi all
 
 I have been trying for hours to install the latest version of lyx on
 my mac osx 10.7.4.
 and I keep getting this message
 
 Configuration
  Host type:x86_64-apple-darwin11.4.0
  Special build flags:  build=release
  C   Compiler: gcc
  C   Compiler LyX flags:
  C   Compiler flags: -O2
  C++ Compiler: g++ (4.2.1)
  C++ Compiler LyX flags:
  C++ Compiler flags: -O2
  Linker flags:
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version:
  Packaging:macosx
  LyX binary dir:   /Applications/LyX.app/Contents/MacOS
  LyX files dir:/Applications/LyX.app/Contents/Resources
 
  The following problems have been detected by configure.
  Please check the messages below before running 'make'.
  (see the section 'Problems' in the INSTALL file)
 
 ** qt 4 library not found !
 
 
 I have installed the latest qtSDK, I also installed the libraries, and
 I even have installed from source from this site
 http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x
 
 and I am unable to fix this problem
 
 please can you help me?

Hi Pedro,

how do you call configure? Did you read INSTALL.MacOSX?

Please try the following:

CPPFLAGS=-I/Library/Frameworks/QtCore.framework/Headers 
-I/Library/Frameworks/QtGui.framework/Headers configure

Just in case the Qt headers are there... or change it accordingly.

Stephan

problems installing lyx on macosx lion

2012-08-17 Thread Pedro Romero A
Hi all

I have been trying for hours to install the latest version of lyx on
my mac osx 10.7.4.
and I keep getting this message

Configuration
  Host type:x86_64-apple-darwin11.4.0
  Special build flags:  build=release
  C   Compiler: gcc
  C   Compiler LyX flags:
  C   Compiler flags: -O2
  C++ Compiler: g++ (4.2.1)
  C++ Compiler LyX flags:
  C++ Compiler flags: -O2
  Linker flags:
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version:
  Packaging:macosx
  LyX binary dir:   /Applications/LyX.app/Contents/MacOS
  LyX files dir:/Applications/LyX.app/Contents/Resources

 The following problems have been detected by configure.
 Please check the messages below before running 'make'.
 (see the section 'Problems' in the INSTALL file)

** qt 4 library not found !


I have installed the latest qtSDK, I also installed the libraries, and
I even have installed from source from this site
http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x

and I am unable to fix this problem

please can you help me?

P


Re: problems installing lyx on macosx lion

2012-08-17 Thread Stephan Witt
Am 17.08.2012 um 07:53 schrieb Pedro Romero A:

 Hi all
 
 I have been trying for hours to install the latest version of lyx on
 my mac osx 10.7.4.
 and I keep getting this message
 
 Configuration
  Host type:x86_64-apple-darwin11.4.0
  Special build flags:  build=release
  C   Compiler: gcc
  C   Compiler LyX flags:
  C   Compiler flags: -O2
  C++ Compiler: g++ (4.2.1)
  C++ Compiler LyX flags:
  C++ Compiler flags: -O2
  Linker flags:
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version:
  Packaging:macosx
  LyX binary dir:   /Applications/LyX.app/Contents/MacOS
  LyX files dir:/Applications/LyX.app/Contents/Resources
 
  The following problems have been detected by configure.
  Please check the messages below before running 'make'.
  (see the section 'Problems' in the INSTALL file)
 
 ** qt 4 library not found !
 
 
 I have installed the latest qtSDK, I also installed the libraries, and
 I even have installed from source from this site
 http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x
 
 and I am unable to fix this problem
 
 please can you help me?

Hi Pedro,

how do you call configure? Did you read INSTALL.MacOSX?

Please try the following:

CPPFLAGS=-I/Library/Frameworks/QtCore.framework/Headers 
-I/Library/Frameworks/QtGui.framework/Headers configure

Just in case the Qt headers are there... or change it accordingly.

Stephan

problems installing lyx on macosx lion

2012-08-17 Thread Pedro Romero A
Hi all

I have been trying for hours to install the latest version of lyx on
my mac osx 10.7.4.
and I keep getting this message

Configuration
  Host type:x86_64-apple-darwin11.4.0
  Special build flags:  build=release
  C   Compiler: gcc
  C   Compiler LyX flags:
  C   Compiler flags: -O2
  C++ Compiler: g++ (4.2.1)
  C++ Compiler LyX flags:
  C++ Compiler flags: -O2
  Linker flags:
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version:
  Packaging:macosx
  LyX binary dir:   /Applications/LyX.app/Contents/MacOS
  LyX files dir:/Applications/LyX.app/Contents/Resources

 The following problems have been detected by configure.
 Please check the messages below before running 'make'.
 (see the section 'Problems' in the INSTALL file)

** qt 4 library not found !


I have installed the latest qtSDK, I also installed the libraries, and
I even have installed from source from this site
http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x

and I am unable to fix this problem

please can you help me?

P


Re: problems installing lyx on macosx lion

2012-08-17 Thread Stephan Witt
Am 17.08.2012 um 07:53 schrieb Pedro Romero A:

> Hi all
> 
> I have been trying for hours to install the latest version of lyx on
> my mac osx 10.7.4.
> and I keep getting this message
> 
> Configuration
>  Host type:x86_64-apple-darwin11.4.0
>  Special build flags:  build=release
>  C   Compiler: gcc
>  C   Compiler LyX flags:
>  C   Compiler flags: -O2
>  C++ Compiler: g++ (4.2.1)
>  C++ Compiler LyX flags:
>  C++ Compiler flags: -O2
>  Linker flags:
>  Linker user flags:
>  Qt 4 Frontend:
>  Qt 4 version:
>  Packaging:macosx
>  LyX binary dir:   /Applications/LyX.app/Contents/MacOS
>  LyX files dir:/Applications/LyX.app/Contents/Resources
> 
>  The following problems have been detected by configure.
>  Please check the messages below before running 'make'.
>  (see the section 'Problems' in the INSTALL file)
> 
> ** qt 4 library not found !
> 
> 
> I have installed the latest qtSDK, I also installed the libraries, and
> I even have installed from source from this site
> http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x
> 
> and I am unable to fix this problem
> 
> please can you help me?

Hi Pedro,

how do you call configure? Did you read INSTALL.MacOSX?

Please try the following:

CPPFLAGS="-I/Library/Frameworks/QtCore.framework/Headers 
-I/Library/Frameworks/QtGui.framework/Headers" configure

Just in case the Qt headers are there... or change it accordingly.

Stephan

Re: Mountain Lion

2012-07-27 Thread Mark Livingstone
Hi Anders,

Just tried it on a simple 4 page document with some math formulas and
it seemed to work fine.

Cheers,

MarkL

On 27 July 2012 13:00, Anders Host-Madsen ahostmad...@yahoo.com wrote:
 Did anyone try to run LyX under Mountain Lion? Any problems?

 Thanks.


Re: Mountain Lion

2012-07-27 Thread Jens Nöckel
A big problem appears even in OS X 10.7 when you use it on a 2012 Macbook Pro 
with retina display. The antialiasing makes the text look blurry because the 
application can't run in native high resolution. The latest version of the Qt 
framework supposedly allows high res, but I don't know yet how to compile LyX 
with that feature. Retina displays look stunning when high res works, but look 
downright broken with applications that don't support it.

Jens


On Jul 27, 2012, at 12:48 AM, Mark Livingstone wrote:

 Hi Anders,
 
 Just tried it on a simple 4 page document with some math formulas and
 it seemed to work fine.
 
 Cheers,
 
 MarkL
 
 On 27 July 2012 13:00, Anders Host-Madsen ahostmad...@yahoo.com wrote:
 Did anyone try to run LyX under Mountain Lion? Any problems?
 
 Thanks.



Re: Mountain Lion

2012-07-27 Thread Mark Livingstone
Hi Anders,

Just tried it on a simple 4 page document with some math formulas and
it seemed to work fine.

Cheers,

MarkL

On 27 July 2012 13:00, Anders Host-Madsen ahostmad...@yahoo.com wrote:
 Did anyone try to run LyX under Mountain Lion? Any problems?

 Thanks.


Re: Mountain Lion

2012-07-27 Thread Jens Nöckel
A big problem appears even in OS X 10.7 when you use it on a 2012 Macbook Pro 
with retina display. The antialiasing makes the text look blurry because the 
application can't run in native high resolution. The latest version of the Qt 
framework supposedly allows high res, but I don't know yet how to compile LyX 
with that feature. Retina displays look stunning when high res works, but look 
downright broken with applications that don't support it.

Jens


On Jul 27, 2012, at 12:48 AM, Mark Livingstone wrote:

 Hi Anders,
 
 Just tried it on a simple 4 page document with some math formulas and
 it seemed to work fine.
 
 Cheers,
 
 MarkL
 
 On 27 July 2012 13:00, Anders Host-Madsen ahostmad...@yahoo.com wrote:
 Did anyone try to run LyX under Mountain Lion? Any problems?
 
 Thanks.



Re: Mountain Lion

2012-07-27 Thread Mark Livingstone
Hi Anders,

Just tried it on a simple 4 page document with some math formulas and
it seemed to work fine.

Cheers,

MarkL

On 27 July 2012 13:00, Anders Host-Madsen <ahostmad...@yahoo.com> wrote:
> Did anyone try to run LyX under Mountain Lion? Any problems?
>
> Thanks.


Re: Mountain Lion

2012-07-27 Thread Jens Nöckel
A big problem appears even in OS X 10.7 when you use it on a 2012 Macbook Pro 
with retina display. The antialiasing makes the text look blurry because the 
application can't run in native high resolution. The latest version of the Qt 
framework supposedly allows high res, but I don't know yet how to compile LyX 
with that feature. Retina displays look stunning when high res works, but look 
downright broken with applications that don't support it.

Jens


On Jul 27, 2012, at 12:48 AM, Mark Livingstone wrote:

> Hi Anders,
> 
> Just tried it on a simple 4 page document with some math formulas and
> it seemed to work fine.
> 
> Cheers,
> 
> MarkL
> 
> On 27 July 2012 13:00, Anders Host-Madsen <ahostmad...@yahoo.com> wrote:
>> Did anyone try to run LyX under Mountain Lion? Any problems?
>> 
>> Thanks.



Mountain Lion

2012-07-26 Thread Anders Host-Madsen
Did anyone try to run LyX under Mountain Lion? Any problems?

Thanks.



Mountain Lion

2012-07-26 Thread Anders Host-Madsen
Did anyone try to run LyX under Mountain Lion? Any problems?

Thanks.



Mountain Lion

2012-07-26 Thread Anders Host-Madsen
Did anyone try to run LyX under Mountain Lion? Any problems?

Thanks.



Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark
Hi,

After upgrading to Lion I checked that my Lyx installation worked - 
no problem. Now when I try to run it,
 it fails with the PowerPC applications not supported error from 
Lion. I'm not sure what changed - don't
 remember checking Lyx 2.0.1 was ok when I downloaded it or 
maybe it was a Mac OS upgrade.

I did searching on the web and here to see if anyone else had this 
problem and found:

It sounds to me like they are not using the unpack-and-run 
version. This problem has been around for a
couple of years for OS X users who have not installed the Rosetta 
emulator that runs PPC code. Now that
PPC emulation is no longer included in Lion, users who have 
upgraded will only be able to use unpack-
and-run version, unless the development team upgrades the 
software they have been using to bundle up
the application for installation on a Mac.

in a forum regarding Elan on Mac OS Lion:
 (http://www.lat-mpi.eu/tools/elan/elanforum/
post201107264935516415)

perhaps this is relevant.

Can anyone help me get Lyx working again?

Mark




Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 09:21 schrieb Mark:

 Hi,
 
 After upgrading to Lion I checked that my Lyx installation worked - 
 no problem. Now when I try to run it,
 it fails with the PowerPC applications not supported error from 
 Lion. I'm not sure what changed - don't
 remember checking Lyx 2.0.1 was ok when I downloaded it or 
 maybe it was a Mac OS upgrade.
 
 I did searching on the web and here to see if anyone else had this 
 problem and found:
 
 It sounds to me like they are not using the unpack-and-run 
 version. This problem has been around for a
 couple of years for OS X users who have not installed the Rosetta 
 emulator that runs PPC code. Now that
 PPC emulation is no longer included in Lion, users who have 
 upgraded will only be able to use unpack-
 and-run version, unless the development team upgrades the 
 software they have been using to bundle up
 the application for installation on a Mac.

I don't know exactly what unpack-and-run-version of ELAN refers to
but I don't think LyX has anything comparable. It's just an application
ready to run on both intel and powerpc processors. I cannot tell how this
can fail on Lion. Especially since it did work on Lion already as you said.
I'm not sure what you did to check your LyX installation.

Do you have the LyX-2.0.0 disk image to check if it runs?

Stephan


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark
Stephan Witt st.witt at gmx.net writes:

 
 Am 01.10.2011 um 09:21 schrieb Mark:
 
  Hi,
  
  After upgrading to Lion I checked that my Lyx installation worked - 
  no problem. Now when I try to run it,
  it fails with the PowerPC applications not supported error from 
  Lion. I'm not sure what changed - don't
  remember checking Lyx 2.0.1 was ok when I downloaded it or 
  maybe it was a Mac OS upgrade.
  
  I did searching on the web and here to see if anyone else had this 
  problem and found:
  
  It sounds to me like they are not using the unpack-and-run 
  version. This problem has been around for a
  couple of years for OS X users who have not installed the Rosetta 
  emulator that runs PPC code. Now that
  PPC emulation is no longer included in Lion, users who have 
  upgraded will only be able to use unpack-
  and-run version, unless the development team upgrades the 
  software they have been using to bundle up
  the application for installation on a Mac.
 
 I don't know exactly what unpack-and-run-version of ELAN refers to
 but I don't think LyX has anything comparable. It's just an application
 ready to run on both intel and powerpc processors. I cannot tell how this
 can fail on Lion. Especially since it did work on Lion already as you said.
 I'm not sure what you did to check your LyX installation.
 
 Do you have the LyX-2.0.0 disk image to check if it runs?
 
 Stephan
 
 

I downloaded a new copy of Lyx 2.0.1 and tried that - same result.
Then I downloaded Lyx 2.0.0 again and tried that - same result.
I downloaded the latest MacTex. TexShop works fine but Lyx 2.0.0 and
 2.0.1 always fail immediately with the PowerPC error.

Now I have checked Lyx properties (command I in the Mac finder) and
the Finder thinks it is a Universal application. For comparison, Mail.app is
an Intel application according to the Finder.

Mark




Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 10:33 schrieb Mark:

 Stephan Witt st.witt at gmx.net writes:
 
 
 Am 01.10.2011 um 09:21 schrieb Mark:
 
 Hi,
 
 After upgrading to Lion I checked that my Lyx installation worked - 
 no problem. Now when I try to run it,
 it fails with the PowerPC applications not supported error from 
 Lion. I'm not sure what changed - don't
 remember checking Lyx 2.0.1 was ok when I downloaded it or 
 maybe it was a Mac OS upgrade.
 
 I did searching on the web and here to see if anyone else had this 
 problem and found:
 
 It sounds to me like they are not using the unpack-and-run 
 version. This problem has been around for a
 couple of years for OS X users who have not installed the Rosetta 
 emulator that runs PPC code. Now that
 PPC emulation is no longer included in Lion, users who have 
 upgraded will only be able to use unpack-
 and-run version, unless the development team upgrades the 
 software they have been using to bundle up
 the application for installation on a Mac.
 
 I don't know exactly what unpack-and-run-version of ELAN refers to
 but I don't think LyX has anything comparable. It's just an application
 ready to run on both intel and powerpc processors. I cannot tell how this
 can fail on Lion. Especially since it did work on Lion already as you said.
 I'm not sure what you did to check your LyX installation.
 
 Do you have the LyX-2.0.0 disk image to check if it runs?
 
 Stephan
 
 
 
 I downloaded a new copy of Lyx 2.0.1 and tried that - same result.
 Then I downloaded Lyx 2.0.0 again and tried that - same result.

Perhaps you can post the exact error message text here?

 I downloaded the latest MacTex. TexShop works fine but Lyx 2.0.0 and
 2.0.1 always fail immediately with the PowerPC error.
 
 Now I have checked Lyx properties (command I in the Mac finder) and
 the Finder thinks it is a Universal application.

The Finder is right - it's a Universal application (Intel i386 and PowerPC)

 For comparison, Mail.app is
 an Intel application according to the Finder.

I'd guess that's Intel x86-64bit.

I didn't hear until now that Lion is unable to execute 32-bit applications...

Stephan

Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark

Stephen,

the error message is:
You can't open the application lyx because PowerPC applications are
 no longer supported.

And I checked through some other applications and I do have Universal
applications that run successfully so that's not it.

Mark 





Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread James Sutherland
FWIW, I have been running LyX 2.0.1 on Lion for a month or more now without
problems.

Perhaps it is something else in your software stack causing the problem
(e.g. your LaTeX installation)?

I am using MacPorts for my LaTeX distribution, so I cannot comment on MacTex
compatibility, but this indicates that it should work:
  http://roaringapps.com/app:1049

Is it crashing on LyX launch or when you compile a document?

James


On Sat, Oct 1, 2011 at 1:21 AM, Mark mark@bigpond.net.au wrote:

 Hi,

 After upgrading to Lion I checked that my Lyx installation worked -
 no problem. Now when I try to run it,
  it fails with the PowerPC applications not supported error from
 Lion. I'm not sure what changed - don't
  remember checking Lyx 2.0.1 was ok when I downloaded it or
 maybe it was a Mac OS upgrade.

 I did searching on the web and here to see if anyone else had this
 problem and found:

 It sounds to me like they are not using the unpack-and-run
 version. This problem has been around for a
 couple of years for OS X users who have not installed the Rosetta
 emulator that runs PPC code. Now that
 PPC emulation is no longer included in Lion, users who have
 upgraded will only be able to use unpack-
 and-run version, unless the development team upgrades the
 software they have been using to bundle up
 the application for installation on a Mac.

 in a forum regarding Elan on Mac OS Lion:
  (http://www.lat-mpi.eu/tools/elan/elanforum/
 post201107264935516415)

 perhaps this is relevant.

 Can anyone help me get Lyx working again?

 Mark





Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 12:33 schrieb Mark:

 
 Stephen,
 
 the error message is:
You can't open the application lyx because PowerPC applications are
 no longer supported.

The lyx application one can download from the LyX home page is not a PowerPC 
application.
Did you get it from there?

 
 And I checked through some other applications and I do have Universal
 applications that run successfully so that's not it.

A Universal application may contain 32bit and 64bit Intel binaries only. 
Nevertheless it's called Universal because of the multiple architectures.

Now I've tried LyX-2.0.1 to start on Mac OS X 10.6.8 (Snow Leopard) running a 
64 bit kernel.
I have no problem to use it. It is running in 32bit Intel mode. I don't have 
Lion to check it.

What's the output of the following command?

% file /Applications/LyX.app/Contents/MacOS/lyx

I get this:

% file /Applications/LyX.app/Contents/MacOS/lyx
/Applications/LyX.app/Contents/MacOS/lyx: Mach-O universal binary with 2 
architectures
/Applications/LyX.app/Contents/MacOS/lyx (for architecture ppc7400):Mach-O 
executable ppc
/Applications/LyX.app/Contents/MacOS/lyx (for architecture i386):   Mach-O 
executable i386

Stephan

Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Trevor Jenkins
On Sat, Oct 1, 2011 at 8:21 AM, Mark mark@bigpond.net.au wrote:
 Hi,

 After upgrading to Lion I checked that my Lyx installation worked -
 no problem. Now when I try to run it,
  it fails with the PowerPC applications not supported error from
 Lion. I'm not sure what changed - don't
  remember checking Lyx 2.0.1 was ok when I downloaded it or
 maybe it was a Mac OS upgrade.

Haven't Apple removed Rosetta Stone from OS X with the release of
Lion. All applications are now supposed to be Intel-native. The LyX
installed on my Snow Leopard system produces this output from file

nowhere:~ trevor$ file /Applications/LyX.app/Contents/MacOS/lyx
/Applications/LyX.app/Contents/MacOS/lyx: Mach-O universal binary with
2 architectures
/Applications/LyX.app/Contents/MacOS/lyx (for architecture
ppc7400):   Mach-O executable ppc
/Applications/LyX.app/Contents/MacOS/lyx (for architecture
i386):  Mach-O executable i386

so there's still PPC code bound into the image.

Regards, Trevor.

 Re: deemed!


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 17:34 schrieb Trevor Jenkins:

 On Sat, Oct 1, 2011 at 8:21 AM, Mark mark@bigpond.net.au wrote:
 Hi,
 
 After upgrading to Lion I checked that my Lyx installation worked -
 no problem. Now when I try to run it,
  it fails with the PowerPC applications not supported error from
 Lion. I'm not sure what changed - don't
  remember checking Lyx 2.0.1 was ok when I downloaded it or
 maybe it was a Mac OS upgrade.
 
 Haven't Apple removed Rosetta Stone from OS X with the release of
 Lion. All applications are now supposed to be Intel-native. The LyX
 installed on my Snow Leopard system produces this output from file
 
 nowhere:~ trevor$ file /Applications/LyX.app/Contents/MacOS/lyx
 /Applications/LyX.app/Contents/MacOS/lyx: Mach-O universal binary with
 2 architectures
 /Applications/LyX.app/Contents/MacOS/lyx (for architecture
 ppc7400): Mach-O executable ppc
 /Applications/LyX.app/Contents/MacOS/lyx (for architecture
 i386):Mach-O executable i386
 
 so there's still PPC code bound into the image.

Yes, and that's intentional. Do you have any pointer where Apple announces
it will deny the start of an Intel based application when bundled with a 
ppc based when Rosetta is dropped?
I'd rate this as a ridiculous decision or a bug. Furthermore, it works on
other Lion systems.

The web search lead me to this page:

https://discussions.apple.com/thread/3215877?start=0tstart=0

But I don't know how it is related.

Stephan


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Steve Litt
On Saturday, October 01, 2011 06:33:14 AM Mark wrote:
 Stephen,
 
 the error message is:
 You can't open the application lyx because PowerPC
 applications are no longer supported.
 
 And I checked through some other applications and I do have
 Universal applications that run successfully so that's not it.
 
 Mark

I know nothing about Mac, so an obvious question emerges in my mind: 
What IN THE WORLD makes the computer think LyX is a PowerPC app? I 
know nothing about Mac but I bet if you find the answer to that 
question you'll be a lot closer to a solution.

SteveT

Steve Litt
Author: The Key to Everyday Excellence
http://www.troubleshooters.com/bookstore/key_excellence.htm
Twitter: http://www.twitter.com/stevelitt



Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephen Buonopane


On Oct 1, 2011, at 1:22 PM, Steve Litt wrote:


On Saturday, October 01, 2011 06:33:14 AM Mark wrote:

Stephen,

the error message is:
   You can't open the application lyx because PowerPC
applications are no longer supported.

And I checked through some other applications and I do have
Universal applications that run successfully so that's not it.

Mark


I know nothing about Mac, so an obvious question emerges in my mind:
What IN THE WORLD makes the computer think LyX is a PowerPC app? I
know nothing about Mac but I bet if you find the answer to that
question you'll be a lot closer to a solution.


I don't know if this option still exists in Lion, but try

select LyX.app icon in Finder
File - Get Info
make sure Open using Rosetta is unchecked


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark
Stephan Witt st.witt at gmx.net writes:

 
 Am 01.10.2011 um 17:34 schrieb Trevor Jenkins:
 
 The web search lead me to this page:
 
 https://discussions.apple.com/thread/3215877?start=0tstart=0
 
 But I don't know how it is related.
 
 Stephan
 
 


Good find, a step forward! I moved Lyx to the Desktop and it works fine.
I deleted all the ~/Library... preferences and application support. It still
worked. I moved it back to Applications folder and it fails again (same
error). So now Lyx is on my Desktop and working.

I checked all the folders in Applications and couldn't find any that Lion
has marked with its grey cross to indicate a PowerPC application.

I suspect that the discussion Stephan pointed to contains the explanation
there may be a file within the folder that is associated with PPC
but don't know where to look next.

Mark



Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark
Hi,

After upgrading to Lion I checked that my Lyx installation worked - 
no problem. Now when I try to run it,
 it fails with the PowerPC applications not supported error from 
Lion. I'm not sure what changed - don't
 remember checking Lyx 2.0.1 was ok when I downloaded it or 
maybe it was a Mac OS upgrade.

I did searching on the web and here to see if anyone else had this 
problem and found:

It sounds to me like they are not using the unpack-and-run 
version. This problem has been around for a
couple of years for OS X users who have not installed the Rosetta 
emulator that runs PPC code. Now that
PPC emulation is no longer included in Lion, users who have 
upgraded will only be able to use unpack-
and-run version, unless the development team upgrades the 
software they have been using to bundle up
the application for installation on a Mac.

in a forum regarding Elan on Mac OS Lion:
 (http://www.lat-mpi.eu/tools/elan/elanforum/
post201107264935516415)

perhaps this is relevant.

Can anyone help me get Lyx working again?

Mark




Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 09:21 schrieb Mark:

 Hi,
 
 After upgrading to Lion I checked that my Lyx installation worked - 
 no problem. Now when I try to run it,
 it fails with the PowerPC applications not supported error from 
 Lion. I'm not sure what changed - don't
 remember checking Lyx 2.0.1 was ok when I downloaded it or 
 maybe it was a Mac OS upgrade.
 
 I did searching on the web and here to see if anyone else had this 
 problem and found:
 
 It sounds to me like they are not using the unpack-and-run 
 version. This problem has been around for a
 couple of years for OS X users who have not installed the Rosetta 
 emulator that runs PPC code. Now that
 PPC emulation is no longer included in Lion, users who have 
 upgraded will only be able to use unpack-
 and-run version, unless the development team upgrades the 
 software they have been using to bundle up
 the application for installation on a Mac.

I don't know exactly what unpack-and-run-version of ELAN refers to
but I don't think LyX has anything comparable. It's just an application
ready to run on both intel and powerpc processors. I cannot tell how this
can fail on Lion. Especially since it did work on Lion already as you said.
I'm not sure what you did to check your LyX installation.

Do you have the LyX-2.0.0 disk image to check if it runs?

Stephan


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark
Stephan Witt st.witt at gmx.net writes:

 
 Am 01.10.2011 um 09:21 schrieb Mark:
 
  Hi,
  
  After upgrading to Lion I checked that my Lyx installation worked - 
  no problem. Now when I try to run it,
  it fails with the PowerPC applications not supported error from 
  Lion. I'm not sure what changed - don't
  remember checking Lyx 2.0.1 was ok when I downloaded it or 
  maybe it was a Mac OS upgrade.
  
  I did searching on the web and here to see if anyone else had this 
  problem and found:
  
  It sounds to me like they are not using the unpack-and-run 
  version. This problem has been around for a
  couple of years for OS X users who have not installed the Rosetta 
  emulator that runs PPC code. Now that
  PPC emulation is no longer included in Lion, users who have 
  upgraded will only be able to use unpack-
  and-run version, unless the development team upgrades the 
  software they have been using to bundle up
  the application for installation on a Mac.
 
 I don't know exactly what unpack-and-run-version of ELAN refers to
 but I don't think LyX has anything comparable. It's just an application
 ready to run on both intel and powerpc processors. I cannot tell how this
 can fail on Lion. Especially since it did work on Lion already as you said.
 I'm not sure what you did to check your LyX installation.
 
 Do you have the LyX-2.0.0 disk image to check if it runs?
 
 Stephan
 
 

I downloaded a new copy of Lyx 2.0.1 and tried that - same result.
Then I downloaded Lyx 2.0.0 again and tried that - same result.
I downloaded the latest MacTex. TexShop works fine but Lyx 2.0.0 and
 2.0.1 always fail immediately with the PowerPC error.

Now I have checked Lyx properties (command I in the Mac finder) and
the Finder thinks it is a Universal application. For comparison, Mail.app is
an Intel application according to the Finder.

Mark




Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 10:33 schrieb Mark:

 Stephan Witt st.witt at gmx.net writes:
 
 
 Am 01.10.2011 um 09:21 schrieb Mark:
 
 Hi,
 
 After upgrading to Lion I checked that my Lyx installation worked - 
 no problem. Now when I try to run it,
 it fails with the PowerPC applications not supported error from 
 Lion. I'm not sure what changed - don't
 remember checking Lyx 2.0.1 was ok when I downloaded it or 
 maybe it was a Mac OS upgrade.
 
 I did searching on the web and here to see if anyone else had this 
 problem and found:
 
 It sounds to me like they are not using the unpack-and-run 
 version. This problem has been around for a
 couple of years for OS X users who have not installed the Rosetta 
 emulator that runs PPC code. Now that
 PPC emulation is no longer included in Lion, users who have 
 upgraded will only be able to use unpack-
 and-run version, unless the development team upgrades the 
 software they have been using to bundle up
 the application for installation on a Mac.
 
 I don't know exactly what unpack-and-run-version of ELAN refers to
 but I don't think LyX has anything comparable. It's just an application
 ready to run on both intel and powerpc processors. I cannot tell how this
 can fail on Lion. Especially since it did work on Lion already as you said.
 I'm not sure what you did to check your LyX installation.
 
 Do you have the LyX-2.0.0 disk image to check if it runs?
 
 Stephan
 
 
 
 I downloaded a new copy of Lyx 2.0.1 and tried that - same result.
 Then I downloaded Lyx 2.0.0 again and tried that - same result.

Perhaps you can post the exact error message text here?

 I downloaded the latest MacTex. TexShop works fine but Lyx 2.0.0 and
 2.0.1 always fail immediately with the PowerPC error.
 
 Now I have checked Lyx properties (command I in the Mac finder) and
 the Finder thinks it is a Universal application.

The Finder is right - it's a Universal application (Intel i386 and PowerPC)

 For comparison, Mail.app is
 an Intel application according to the Finder.

I'd guess that's Intel x86-64bit.

I didn't hear until now that Lion is unable to execute 32-bit applications...

Stephan

Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark

Stephen,

the error message is:
You can't open the application lyx because PowerPC applications are
 no longer supported.

And I checked through some other applications and I do have Universal
applications that run successfully so that's not it.

Mark 





Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread James Sutherland
FWIW, I have been running LyX 2.0.1 on Lion for a month or more now without
problems.

Perhaps it is something else in your software stack causing the problem
(e.g. your LaTeX installation)?

I am using MacPorts for my LaTeX distribution, so I cannot comment on MacTex
compatibility, but this indicates that it should work:
  http://roaringapps.com/app:1049

Is it crashing on LyX launch or when you compile a document?

James


On Sat, Oct 1, 2011 at 1:21 AM, Mark mark@bigpond.net.au wrote:

 Hi,

 After upgrading to Lion I checked that my Lyx installation worked -
 no problem. Now when I try to run it,
  it fails with the PowerPC applications not supported error from
 Lion. I'm not sure what changed - don't
  remember checking Lyx 2.0.1 was ok when I downloaded it or
 maybe it was a Mac OS upgrade.

 I did searching on the web and here to see if anyone else had this
 problem and found:

 It sounds to me like they are not using the unpack-and-run
 version. This problem has been around for a
 couple of years for OS X users who have not installed the Rosetta
 emulator that runs PPC code. Now that
 PPC emulation is no longer included in Lion, users who have
 upgraded will only be able to use unpack-
 and-run version, unless the development team upgrades the
 software they have been using to bundle up
 the application for installation on a Mac.

 in a forum regarding Elan on Mac OS Lion:
  (http://www.lat-mpi.eu/tools/elan/elanforum/
 post201107264935516415)

 perhaps this is relevant.

 Can anyone help me get Lyx working again?

 Mark





Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 12:33 schrieb Mark:

 
 Stephen,
 
 the error message is:
You can't open the application lyx because PowerPC applications are
 no longer supported.

The lyx application one can download from the LyX home page is not a PowerPC 
application.
Did you get it from there?

 
 And I checked through some other applications and I do have Universal
 applications that run successfully so that's not it.

A Universal application may contain 32bit and 64bit Intel binaries only. 
Nevertheless it's called Universal because of the multiple architectures.

Now I've tried LyX-2.0.1 to start on Mac OS X 10.6.8 (Snow Leopard) running a 
64 bit kernel.
I have no problem to use it. It is running in 32bit Intel mode. I don't have 
Lion to check it.

What's the output of the following command?

% file /Applications/LyX.app/Contents/MacOS/lyx

I get this:

% file /Applications/LyX.app/Contents/MacOS/lyx
/Applications/LyX.app/Contents/MacOS/lyx: Mach-O universal binary with 2 
architectures
/Applications/LyX.app/Contents/MacOS/lyx (for architecture ppc7400):Mach-O 
executable ppc
/Applications/LyX.app/Contents/MacOS/lyx (for architecture i386):   Mach-O 
executable i386

Stephan

Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Trevor Jenkins
On Sat, Oct 1, 2011 at 8:21 AM, Mark mark@bigpond.net.au wrote:
 Hi,

 After upgrading to Lion I checked that my Lyx installation worked -
 no problem. Now when I try to run it,
  it fails with the PowerPC applications not supported error from
 Lion. I'm not sure what changed - don't
  remember checking Lyx 2.0.1 was ok when I downloaded it or
 maybe it was a Mac OS upgrade.

Haven't Apple removed Rosetta Stone from OS X with the release of
Lion. All applications are now supposed to be Intel-native. The LyX
installed on my Snow Leopard system produces this output from file

nowhere:~ trevor$ file /Applications/LyX.app/Contents/MacOS/lyx
/Applications/LyX.app/Contents/MacOS/lyx: Mach-O universal binary with
2 architectures
/Applications/LyX.app/Contents/MacOS/lyx (for architecture
ppc7400):   Mach-O executable ppc
/Applications/LyX.app/Contents/MacOS/lyx (for architecture
i386):  Mach-O executable i386

so there's still PPC code bound into the image.

Regards, Trevor.

 Re: deemed!


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 17:34 schrieb Trevor Jenkins:

 On Sat, Oct 1, 2011 at 8:21 AM, Mark mark@bigpond.net.au wrote:
 Hi,
 
 After upgrading to Lion I checked that my Lyx installation worked -
 no problem. Now when I try to run it,
  it fails with the PowerPC applications not supported error from
 Lion. I'm not sure what changed - don't
  remember checking Lyx 2.0.1 was ok when I downloaded it or
 maybe it was a Mac OS upgrade.
 
 Haven't Apple removed Rosetta Stone from OS X with the release of
 Lion. All applications are now supposed to be Intel-native. The LyX
 installed on my Snow Leopard system produces this output from file
 
 nowhere:~ trevor$ file /Applications/LyX.app/Contents/MacOS/lyx
 /Applications/LyX.app/Contents/MacOS/lyx: Mach-O universal binary with
 2 architectures
 /Applications/LyX.app/Contents/MacOS/lyx (for architecture
 ppc7400): Mach-O executable ppc
 /Applications/LyX.app/Contents/MacOS/lyx (for architecture
 i386):Mach-O executable i386
 
 so there's still PPC code bound into the image.

Yes, and that's intentional. Do you have any pointer where Apple announces
it will deny the start of an Intel based application when bundled with a 
ppc based when Rosetta is dropped?
I'd rate this as a ridiculous decision or a bug. Furthermore, it works on
other Lion systems.

The web search lead me to this page:

https://discussions.apple.com/thread/3215877?start=0tstart=0

But I don't know how it is related.

Stephan


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Steve Litt
On Saturday, October 01, 2011 06:33:14 AM Mark wrote:
 Stephen,
 
 the error message is:
 You can't open the application lyx because PowerPC
 applications are no longer supported.
 
 And I checked through some other applications and I do have
 Universal applications that run successfully so that's not it.
 
 Mark

I know nothing about Mac, so an obvious question emerges in my mind: 
What IN THE WORLD makes the computer think LyX is a PowerPC app? I 
know nothing about Mac but I bet if you find the answer to that 
question you'll be a lot closer to a solution.

SteveT

Steve Litt
Author: The Key to Everyday Excellence
http://www.troubleshooters.com/bookstore/key_excellence.htm
Twitter: http://www.twitter.com/stevelitt



Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephen Buonopane


On Oct 1, 2011, at 1:22 PM, Steve Litt wrote:


On Saturday, October 01, 2011 06:33:14 AM Mark wrote:

Stephen,

the error message is:
   You can't open the application lyx because PowerPC
applications are no longer supported.

And I checked through some other applications and I do have
Universal applications that run successfully so that's not it.

Mark


I know nothing about Mac, so an obvious question emerges in my mind:
What IN THE WORLD makes the computer think LyX is a PowerPC app? I
know nothing about Mac but I bet if you find the answer to that
question you'll be a lot closer to a solution.


I don't know if this option still exists in Lion, but try

select LyX.app icon in Finder
File - Get Info
make sure Open using Rosetta is unchecked


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark
Stephan Witt st.witt at gmx.net writes:

 
 Am 01.10.2011 um 17:34 schrieb Trevor Jenkins:
 
 The web search lead me to this page:
 
 https://discussions.apple.com/thread/3215877?start=0tstart=0
 
 But I don't know how it is related.
 
 Stephan
 
 


Good find, a step forward! I moved Lyx to the Desktop and it works fine.
I deleted all the ~/Library... preferences and application support. It still
worked. I moved it back to Applications folder and it fails again (same
error). So now Lyx is on my Desktop and working.

I checked all the folders in Applications and couldn't find any that Lion
has marked with its grey cross to indicate a PowerPC application.

I suspect that the discussion Stephan pointed to contains the explanation
there may be a file within the folder that is associated with PPC
but don't know where to look next.

Mark



Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark
Hi,

After upgrading to Lion I checked that my Lyx installation worked - 
no problem. Now when I try to run it,
 it fails with the "PowerPC applications not supported" error from 
Lion. I'm not sure what changed - don't
 remember checking Lyx 2.0.1 was ok when I downloaded it or 
maybe it was a Mac OS upgrade.

I did searching on the web and here to see if anyone else had this 
problem and found:

"It sounds to me like they are not using the unpack-and-run 
version. This problem has been around for a
couple of years for OS X users who have not installed the Rosetta 
emulator that runs PPC code. Now that
PPC emulation is no longer included in Lion, users who have 
upgraded will only be able to use unpack-
and-run version, unless the development team upgrades the 
software they have been using to bundle up
the application for installation on a Mac."

in a forum regarding Elan on Mac OS Lion:
 (http://www.lat-mpi.eu/tools/elan/elanforum/
post201107264935516415)

perhaps this is relevant.

Can anyone help me get Lyx working again?

Mark




Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 09:21 schrieb Mark:

> Hi,
> 
> After upgrading to Lion I checked that my Lyx installation worked - 
> no problem. Now when I try to run it,
> it fails with the "PowerPC applications not supported" error from 
> Lion. I'm not sure what changed - don't
> remember checking Lyx 2.0.1 was ok when I downloaded it or 
> maybe it was a Mac OS upgrade.
> 
> I did searching on the web and here to see if anyone else had this 
> problem and found:
> 
> "It sounds to me like they are not using the unpack-and-run 
> version. This problem has been around for a
> couple of years for OS X users who have not installed the Rosetta 
> emulator that runs PPC code. Now that
> PPC emulation is no longer included in Lion, users who have 
> upgraded will only be able to use unpack-
> and-run version, unless the development team upgrades the 
> software they have been using to bundle up
> the application for installation on a Mac."

I don't know exactly what "unpack-and-run"-version of ELAN refers to
but I don't think LyX has anything comparable. It's just an application
ready to run on both intel and powerpc processors. I cannot tell how this
can fail on Lion. Especially since it did work on Lion already as you said.
I'm not sure what you did to check your LyX installation.

Do you have the LyX-2.0.0 disk image to check if it runs?

Stephan


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark
Stephan Witt  gmx.net> writes:

> 
> Am 01.10.2011 um 09:21 schrieb Mark:
> 
> > Hi,
> > 
> > After upgrading to Lion I checked that my Lyx installation worked - 
> > no problem. Now when I try to run it,
> > it fails with the "PowerPC applications not supported" error from 
> > Lion. I'm not sure what changed - don't
> > remember checking Lyx 2.0.1 was ok when I downloaded it or 
> > maybe it was a Mac OS upgrade.
> > 
> > I did searching on the web and here to see if anyone else had this 
> > problem and found:
> > 
> > "It sounds to me like they are not using the unpack-and-run 
> > version. This problem has been around for a
> > couple of years for OS X users who have not installed the Rosetta 
> > emulator that runs PPC code. Now that
> > PPC emulation is no longer included in Lion, users who have 
> > upgraded will only be able to use unpack-
> > and-run version, unless the development team upgrades the 
> > software they have been using to bundle up
> > the application for installation on a Mac."
> 
> I don't know exactly what "unpack-and-run"-version of ELAN refers to
> but I don't think LyX has anything comparable. It's just an application
> ready to run on both intel and powerpc processors. I cannot tell how this
> can fail on Lion. Especially since it did work on Lion already as you said.
> I'm not sure what you did to check your LyX installation.
> 
> Do you have the LyX-2.0.0 disk image to check if it runs?
> 
> Stephan
> 
> 

I downloaded a new copy of Lyx 2.0.1 and tried that - same result.
Then I downloaded Lyx 2.0.0 again and tried that - same result.
I downloaded the latest MacTex. TexShop works fine but Lyx 2.0.0 and
 2.0.1 always fail immediately with the PowerPC error.

Now I have checked Lyx properties (command I in the Mac finder) and
the Finder thinks it is a Universal application. For comparison, Mail.app is
an Intel application according to the Finder.

Mark




Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 10:33 schrieb Mark:

> Stephan Witt  gmx.net> writes:
> 
>> 
>> Am 01.10.2011 um 09:21 schrieb Mark:
>> 
>>> Hi,
>>> 
>>> After upgrading to Lion I checked that my Lyx installation worked - 
>>> no problem. Now when I try to run it,
>>> it fails with the "PowerPC applications not supported" error from 
>>> Lion. I'm not sure what changed - don't
>>> remember checking Lyx 2.0.1 was ok when I downloaded it or 
>>> maybe it was a Mac OS upgrade.
>>> 
>>> I did searching on the web and here to see if anyone else had this 
>>> problem and found:
>>> 
>>> "It sounds to me like they are not using the unpack-and-run 
>>> version. This problem has been around for a
>>> couple of years for OS X users who have not installed the Rosetta 
>>> emulator that runs PPC code. Now that
>>> PPC emulation is no longer included in Lion, users who have 
>>> upgraded will only be able to use unpack-
>>> and-run version, unless the development team upgrades the 
>>> software they have been using to bundle up
>>> the application for installation on a Mac."
>> 
>> I don't know exactly what "unpack-and-run"-version of ELAN refers to
>> but I don't think LyX has anything comparable. It's just an application
>> ready to run on both intel and powerpc processors. I cannot tell how this
>> can fail on Lion. Especially since it did work on Lion already as you said.
>> I'm not sure what you did to check your LyX installation.
>> 
>> Do you have the LyX-2.0.0 disk image to check if it runs?
>> 
>> Stephan
>> 
>> 
> 
> I downloaded a new copy of Lyx 2.0.1 and tried that - same result.
> Then I downloaded Lyx 2.0.0 again and tried that - same result.

Perhaps you can post the exact error message text here?

> I downloaded the latest MacTex. TexShop works fine but Lyx 2.0.0 and
> 2.0.1 always fail immediately with the PowerPC error.
> 
> Now I have checked Lyx properties (command I in the Mac finder) and
> the Finder thinks it is a Universal application.

The Finder is right - it's a Universal application (Intel i386 and PowerPC)

> For comparison, Mail.app is
> an Intel application according to the Finder.

I'd guess that's Intel x86-64bit.

I didn't hear until now that Lion is unable to execute 32-bit applications...

Stephan

Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Mark

Stephen,

the error message is:
"You can't open the application lyx because PowerPC applications are
 no longer supported."

And I checked through some other applications and I do have Universal
applications that run successfully so that's not it.

Mark 





Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread James Sutherland
FWIW, I have been running LyX 2.0.1 on Lion for a month or more now without
problems.

Perhaps it is something else in your software stack causing the problem
(e.g. your LaTeX installation)?

I am using MacPorts for my LaTeX distribution, so I cannot comment on MacTex
compatibility, but this indicates that it should work:
  http://roaringapps.com/app:1049

Is it crashing on LyX launch or when you compile a document?

James


On Sat, Oct 1, 2011 at 1:21 AM, Mark <mark@bigpond.net.au> wrote:

> Hi,
>
> After upgrading to Lion I checked that my Lyx installation worked -
> no problem. Now when I try to run it,
>  it fails with the "PowerPC applications not supported" error from
> Lion. I'm not sure what changed - don't
>  remember checking Lyx 2.0.1 was ok when I downloaded it or
> maybe it was a Mac OS upgrade.
>
> I did searching on the web and here to see if anyone else had this
> problem and found:
>
> "It sounds to me like they are not using the unpack-and-run
> version. This problem has been around for a
> couple of years for OS X users who have not installed the Rosetta
> emulator that runs PPC code. Now that
> PPC emulation is no longer included in Lion, users who have
> upgraded will only be able to use unpack-
> and-run version, unless the development team upgrades the
> software they have been using to bundle up
> the application for installation on a Mac."
>
> in a forum regarding Elan on Mac OS Lion:
>  (http://www.lat-mpi.eu/tools/elan/elanforum/
> post201107264935516415)
>
> perhaps this is relevant.
>
> Can anyone help me get Lyx working again?
>
> Mark
>
>
>


Re: Lyx 2.0.1 not working on Lion

2011-10-01 Thread Stephan Witt
Am 01.10.2011 um 12:33 schrieb Mark:

> 
> Stephen,
> 
> the error message is:
>"You can't open the application lyx because PowerPC applications are
> no longer supported."

The lyx application one can download from the LyX home page is not a PowerPC 
application.
Did you get it from there?

> 
> And I checked through some other applications and I do have Universal
> applications that run successfully so that's not it.

A Universal application may contain 32bit and 64bit Intel binaries only. 
Nevertheless it's called Universal because of the multiple architectures.

Now I've tried LyX-2.0.1 to start on Mac OS X 10.6.8 (Snow Leopard) running a 
64 bit kernel.
I have no problem to use it. It is running in 32bit Intel mode. I don't have 
Lion to check it.

What's the output of the following command?

% file /Applications/LyX.app/Contents/MacOS/lyx

I get this:

% file /Applications/LyX.app/Contents/MacOS/lyx
/Applications/LyX.app/Contents/MacOS/lyx: Mach-O universal binary with 2 
architectures
/Applications/LyX.app/Contents/MacOS/lyx (for architecture ppc7400):Mach-O 
executable ppc
/Applications/LyX.app/Contents/MacOS/lyx (for architecture i386):   Mach-O 
executable i386

Stephan

  1   2   >