Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Guenter Milde
On 2014-07-22, Will Parsons wrote:
 I'm writing an article that will contain IPA and various non-Latin
 alphabetic characters in it.  Eveything went well inserting IPA and Greek
 letters into the PDF, but when I tried to add Hebrew letters, I get an
 error when trying to export to PDF:

   Could not find LaTeX command for character 'א' (code point 0x5d0)

 I've tried various possibilities for Language - changing to Unicode
 (utf8) for example yields:

   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.

 How do I solve this?

The easiest way should be to use XeTeX or LuaTeX convertes. In
DocumentSettingsFonts check use non-TeX fonts and select a font
containing all required Glyphs (the default Latin Modern fonts don't!).

Otherwise:
Are Hebrew 8-bit TeX fonts and the TeX support for Hebrew installed?

Günter




kpsewhich is not found on Mac

2014-07-23 Thread Timothy Reaves
I've just install TexLive  LyX on a new OS install; when I open any file in 
LyX (the help files) I get errors that class files are not found.  They are 
indeed on my machine.  Looking at the debug messages, I see:
sh: kpsewhich: command not found
However, the file is on my path:
[/Applications ] which kpsewhich
/usr/texbin/kpsewhich

So it seems that this is what is causing LyX to not be able to find the files.
Any ideas as to how to correct this?

Thanks.



Re: kpsewhich is not found on Mac

2014-07-23 Thread Scott Kostyshak
On Wed, Jul 23, 2014 at 10:29 AM, Timothy Reaves
trea...@silverfields.com wrote:
 I've just install TexLive  LyX on a new OS install; when I open any file in
 LyX (the help files) I get errors that class files are not found.  They are
 indeed on my machine.  Looking at the debug messages, I see:
 sh: kpsewhich: command not found
 However, the file is on my path:
 [/Applications ] which kpsewhich
 /usr/texbin/kpsewhich


We've seen a few PATH issues on Mac. Can you try starting LyX from the
terminal from which you found kpsewhich to be in the PATH? Does it
work then? If not, try again and reconfigure.

Best,

Scott


Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Scott Kostyshak
On Wed, Jul 23, 2014 at 5:18 AM, Guenter Milde mi...@users.sf.net wrote:
 On 2014-07-22, Will Parsons wrote:
 I'm writing an article that will contain IPA and various non-Latin
 alphabetic characters in it.  Eveything went well inserting IPA and Greek
 letters into the PDF, but when I tried to add Hebrew letters, I get an
 error when trying to export to PDF:

   Could not find LaTeX command for character 'א' (code point 0x5d0)

 I've tried various possibilities for Language - changing to Unicode
 (utf8) for example yields:

   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.

 How do I solve this?

 The easiest way should be to use XeTeX or LuaTeX convertes. In
 DocumentSettingsFonts check use non-TeX fonts and select a font
 containing all required Glyphs (the default Latin Modern fonts don't!).

Just a note that in my experience XeTeX works well with non-TeX fonts
and LuaTeX does not work at all.

Scott


Re: kpsewhich is not found on Mac

2014-07-23 Thread Timothy Reaves

 On Jul 23, 2014, at 10:38 AM, Scott Kostyshak skost...@lyx.org wrote:
 
 On Wed, Jul 23, 2014 at 10:29 AM, Timothy Reaves
 trea...@silverfields.com wrote:
 I've just install TexLive  LyX on a new OS install; when I open any file in
 LyX (the help files) I get errors that class files are not found.  They are
 indeed on my machine.  Looking at the debug messages, I see:
sh: kpsewhich: command not found
 However, the file is on my path:
[/Applications ] which kpsewhich
/usr/texbin/kpsewhich
 
 
 We've seen a few PATH issues on Mac. Can you try starting LyX from the
 terminal from which you found kpsewhich to be in the PATH? Does it
 work then? If not, try again and reconfigure.
 
 Best,
 
 Scott

That corrected the issue.  Thanks!

Re: problems after including a pdf figure

2014-07-23 Thread PhilipPirrip
Tell us how to reproduce the problem. Start with the document class 
you're using. Show us the preamble of the document with and without the 
pdf figure (Export-podflatex could help). Try to make a minimal 
(non)working example.




Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Will Parsons
Guenter Milde wrote:
 On 2014-07-22, Will Parsons wrote:
 I'm writing an article that will contain IPA and various non-Latin
 alphabetic characters in it.  Eveything went well inserting IPA and Greek
 letters into the PDF, but when I tried to add Hebrew letters, I get an
 error when trying to export to PDF:

   Could not find LaTeX command for character 'א' (code point 0x5d0)

 I've tried various possibilities for Language - changing to Unicode
 (utf8) for example yields:

   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.

 How do I solve this?

 The easiest way should be to use XeTeX or LuaTeX convertes. In
 DocumentSettingsFonts check use non-TeX fonts and select a font
 containing all required Glyphs (the default Latin Modern fonts don't!).

Thanks - this looks promising.  I'll just have to find out what fonts
support all my characters.  Is there a good way to do that short of
trying them one-by-one?

 Otherwise:
 Are Hebrew 8-bit TeX fonts and the TeX support for Hebrew installed?

Excuse my ignorance, but how do I determine that?

-- 
Will



Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Guenter Milde
On 2014-07-22, Will Parsons wrote:
 I'm writing an article that will contain IPA and various non-Latin
 alphabetic characters in it.  Eveything went well inserting IPA and Greek
 letters into the PDF, but when I tried to add Hebrew letters, I get an
 error when trying to export to PDF:

   Could not find LaTeX command for character 'א' (code point 0x5d0)

 I've tried various possibilities for Language - changing to Unicode
 (utf8) for example yields:

   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.

 How do I solve this?

The easiest way should be to use XeTeX or LuaTeX convertes. In
DocumentSettingsFonts check use non-TeX fonts and select a font
containing all required Glyphs (the default Latin Modern fonts don't!).

Otherwise:
Are Hebrew 8-bit TeX fonts and the TeX support for Hebrew installed?

Günter




kpsewhich is not found on Mac

2014-07-23 Thread Timothy Reaves
I've just install TexLive  LyX on a new OS install; when I open any file in 
LyX (the help files) I get errors that class files are not found.  They are 
indeed on my machine.  Looking at the debug messages, I see:
sh: kpsewhich: command not found
However, the file is on my path:
[/Applications ] which kpsewhich
/usr/texbin/kpsewhich

So it seems that this is what is causing LyX to not be able to find the files.
Any ideas as to how to correct this?

Thanks.



Re: kpsewhich is not found on Mac

2014-07-23 Thread Scott Kostyshak
On Wed, Jul 23, 2014 at 10:29 AM, Timothy Reaves
trea...@silverfields.com wrote:
 I've just install TexLive  LyX on a new OS install; when I open any file in
 LyX (the help files) I get errors that class files are not found.  They are
 indeed on my machine.  Looking at the debug messages, I see:
 sh: kpsewhich: command not found
 However, the file is on my path:
 [/Applications ] which kpsewhich
 /usr/texbin/kpsewhich


We've seen a few PATH issues on Mac. Can you try starting LyX from the
terminal from which you found kpsewhich to be in the PATH? Does it
work then? If not, try again and reconfigure.

Best,

Scott


Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Scott Kostyshak
On Wed, Jul 23, 2014 at 5:18 AM, Guenter Milde mi...@users.sf.net wrote:
 On 2014-07-22, Will Parsons wrote:
 I'm writing an article that will contain IPA and various non-Latin
 alphabetic characters in it.  Eveything went well inserting IPA and Greek
 letters into the PDF, but when I tried to add Hebrew letters, I get an
 error when trying to export to PDF:

   Could not find LaTeX command for character 'א' (code point 0x5d0)

 I've tried various possibilities for Language - changing to Unicode
 (utf8) for example yields:

   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.

 How do I solve this?

 The easiest way should be to use XeTeX or LuaTeX convertes. In
 DocumentSettingsFonts check use non-TeX fonts and select a font
 containing all required Glyphs (the default Latin Modern fonts don't!).

Just a note that in my experience XeTeX works well with non-TeX fonts
and LuaTeX does not work at all.

Scott


Re: kpsewhich is not found on Mac

2014-07-23 Thread Timothy Reaves

 On Jul 23, 2014, at 10:38 AM, Scott Kostyshak skost...@lyx.org wrote:
 
 On Wed, Jul 23, 2014 at 10:29 AM, Timothy Reaves
 trea...@silverfields.com wrote:
 I've just install TexLive  LyX on a new OS install; when I open any file in
 LyX (the help files) I get errors that class files are not found.  They are
 indeed on my machine.  Looking at the debug messages, I see:
sh: kpsewhich: command not found
 However, the file is on my path:
[/Applications ] which kpsewhich
/usr/texbin/kpsewhich
 
 
 We've seen a few PATH issues on Mac. Can you try starting LyX from the
 terminal from which you found kpsewhich to be in the PATH? Does it
 work then? If not, try again and reconfigure.
 
 Best,
 
 Scott

That corrected the issue.  Thanks!

Re: problems after including a pdf figure

2014-07-23 Thread PhilipPirrip
Tell us how to reproduce the problem. Start with the document class 
you're using. Show us the preamble of the document with and without the 
pdf figure (Export-podflatex could help). Try to make a minimal 
(non)working example.




Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Will Parsons
Guenter Milde wrote:
 On 2014-07-22, Will Parsons wrote:
 I'm writing an article that will contain IPA and various non-Latin
 alphabetic characters in it.  Eveything went well inserting IPA and Greek
 letters into the PDF, but when I tried to add Hebrew letters, I get an
 error when trying to export to PDF:

   Could not find LaTeX command for character 'א' (code point 0x5d0)

 I've tried various possibilities for Language - changing to Unicode
 (utf8) for example yields:

   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.

 How do I solve this?

 The easiest way should be to use XeTeX or LuaTeX convertes. In
 DocumentSettingsFonts check use non-TeX fonts and select a font
 containing all required Glyphs (the default Latin Modern fonts don't!).

Thanks - this looks promising.  I'll just have to find out what fonts
support all my characters.  Is there a good way to do that short of
trying them one-by-one?

 Otherwise:
 Are Hebrew 8-bit TeX fonts and the TeX support for Hebrew installed?

Excuse my ignorance, but how do I determine that?

-- 
Will



Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Guenter Milde
On 2014-07-22, Will Parsons wrote:
> I'm writing an article that will contain IPA and various non-Latin
> alphabetic characters in it.  Eveything went well inserting IPA and Greek
> letters into the PDF, but when I tried to add Hebrew letters, I get an
> error when trying to export to PDF:

>   Could not find LaTeX command for character 'א' (code point 0x5d0)

> I've tried various possibilities for Language - changing to "Unicode
> (utf8)" for example yields:

>   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.

> How do I solve this?

The easiest way should be to use XeTeX or LuaTeX convertes. In
Document>Settings>Fonts check "use non-TeX fonts" and select a font
containing all required Glyphs (the default Latin Modern fonts don't!).

Otherwise:
Are Hebrew 8-bit TeX fonts and the TeX support for Hebrew installed?

Günter




kpsewhich is not found on Mac

2014-07-23 Thread Timothy Reaves
I've just install TexLive & LyX on a new OS install; when I open any file in 
LyX (the help files) I get errors that class files are not found.  They are 
indeed on my machine.  Looking at the debug messages, I see:
sh: kpsewhich: command not found
However, the file is on my path:
[/Applications ] which kpsewhich
/usr/texbin/kpsewhich

So it seems that this is what is causing LyX to not be able to find the files.
Any ideas as to how to correct this?

Thanks.



Re: kpsewhich is not found on Mac

2014-07-23 Thread Scott Kostyshak
On Wed, Jul 23, 2014 at 10:29 AM, Timothy Reaves
 wrote:
> I've just install TexLive & LyX on a new OS install; when I open any file in
> LyX (the help files) I get errors that class files are not found.  They are
> indeed on my machine.  Looking at the debug messages, I see:
> sh: kpsewhich: command not found
> However, the file is on my path:
> [/Applications ] which kpsewhich
> /usr/texbin/kpsewhich
>

We've seen a few PATH issues on Mac. Can you try starting LyX from the
terminal from which you found kpsewhich to be in the PATH? Does it
work then? If not, try again and reconfigure.

Best,

Scott


Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Scott Kostyshak
On Wed, Jul 23, 2014 at 5:18 AM, Guenter Milde  wrote:
> On 2014-07-22, Will Parsons wrote:
>> I'm writing an article that will contain IPA and various non-Latin
>> alphabetic characters in it.  Eveything went well inserting IPA and Greek
>> letters into the PDF, but when I tried to add Hebrew letters, I get an
>> error when trying to export to PDF:
>
>>   Could not find LaTeX command for character 'א' (code point 0x5d0)
>
>> I've tried various possibilities for Language - changing to "Unicode
>> (utf8)" for example yields:
>
>>   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.
>
>> How do I solve this?
>
> The easiest way should be to use XeTeX or LuaTeX convertes. In
> Document>Settings>Fonts check "use non-TeX fonts" and select a font
> containing all required Glyphs (the default Latin Modern fonts don't!).

Just a note that in my experience XeTeX works well with non-TeX fonts
and LuaTeX does not work at all.

Scott


Re: kpsewhich is not found on Mac

2014-07-23 Thread Timothy Reaves

> On Jul 23, 2014, at 10:38 AM, Scott Kostyshak  wrote:
> 
> On Wed, Jul 23, 2014 at 10:29 AM, Timothy Reaves
>  wrote:
>> I've just install TexLive & LyX on a new OS install; when I open any file in
>> LyX (the help files) I get errors that class files are not found.  They are
>> indeed on my machine.  Looking at the debug messages, I see:
>>sh: kpsewhich: command not found
>> However, the file is on my path:
>>[/Applications ] which kpsewhich
>>/usr/texbin/kpsewhich
>> 
> 
> We've seen a few PATH issues on Mac. Can you try starting LyX from the
> terminal from which you found kpsewhich to be in the PATH? Does it
> work then? If not, try again and reconfigure.
> 
> Best,
> 
> Scott

That corrected the issue.  Thanks!

Re: problems after including a pdf figure

2014-07-23 Thread PhilipPirrip
Tell us how to reproduce the problem. Start with the document class 
you're using. Show us the preamble of the document with and without the 
pdf figure (Export->podflatex could help). Try to make a minimal 
(non)working example.




Re: problem getting non-Latin symbols in PDF

2014-07-23 Thread Will Parsons
Guenter Milde wrote:
> On 2014-07-22, Will Parsons wrote:
>> I'm writing an article that will contain IPA and various non-Latin
>> alphabetic characters in it.  Eveything went well inserting IPA and Greek
>> letters into the PDF, but when I tried to add Hebrew letters, I get an
>> error when trying to export to PDF:
>
>>   Could not find LaTeX command for character 'א' (code point 0x5d0)
>
>> I've tried various possibilities for Language - changing to "Unicode
>> (utf8)" for example yields:
>
>>   Package inputenc Error: Unicode char \u8:א not set up for use with LaTeX.
>
>> How do I solve this?
>
> The easiest way should be to use XeTeX or LuaTeX convertes. In
> Document>Settings>Fonts check "use non-TeX fonts" and select a font
> containing all required Glyphs (the default Latin Modern fonts don't!).

Thanks - this looks promising.  I'll just have to find out what fonts
support all my characters.  Is there a good way to do that short of
trying them one-by-one?

> Otherwise:
> Are Hebrew 8-bit TeX fonts and the TeX support for Hebrew installed?

Excuse my ignorance, but how do I determine that?

-- 
Will