Re: True type 1 fonts in pdf

2006-02-11 Thread Kevin Pfeiffer
Myriam Abramson writes:
 Sorry if that's well known already but I am getting confused by
 different answers I read on this issue.

 I have LyX 1.3.5.

 PS. It's quite urgent I get an answer to that to submit my paper.

Not sure what the question exactly is, but I'll try this answer: use 
ae as your LyX font selection...  (?)

-Kevin





-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: True type 1 fonts in pdf

2006-02-11 Thread Charles de Miramon
Myriam Abramson wrote:

 
 Hi!
 
 Sorry if that's well known already but I am getting confused by
 different answers I read on this issue.
 

What kind of information are you looking for ? Using a truetype font in
pdflatex (and therefore in LyX) is possible but is not trivial [but easier
than in plain LaTeX]. One subtle problem is that LaTeX uses ligatures and
that only a subset of commercial Truetype fonts have ligatures.

They are several howto on the Web like this one :
http://ipe.compgeom.org/pdftex_1.html

Cheers,
Charles

-- 
http://www.kde-france.org



Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Kevin Pfeiffer wrote:

Myriam Abramson writes:


Sorry if that's well known already but I am getting confused by
different answers I read on this issue.

I have LyX 1.3.5.




PS. It's quite urgent I get an answer to that to submit my paper.



Not sure what the question exactly is, but I'll try this answer: use 
ae as your LyX font selection...  (?)


really out of date! As the complete LyX font selection!

Herbert




Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss



Myriam Abramson wrote:

Hi!

Sorry if that's well known already but I am getting confused by
different answers I read on this issue. 


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}

if you do not have the latin modern fonts installed, then
use

\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\usepackage{mathptmx}

Herbert




Re: True type 1 fonts in pdf

2006-02-11 Thread Kevin Pfeiffer
Herbert Voss writes:
 write into the preamble:

 \usepackage[T1]{fontenc}
 \usepackage{lmodern}

 if you do not have the latin modern fonts installed, then
 use

 \usepackage[T1]{fontenc}
 \usepackage[scaled]{helvet}
 \usepackage{mathptmx}

It's not possible to select these directly from within LyX?

-K



-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Kevin Pfeiffer wrote:

Herbert Voss writes:


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}

if you do not have the latin modern fonts installed, then
use

\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\usepackage{mathptmx}



It's not possible to select these directly from within LyX?


no ...

Herbert




Re: An installation problem

2006-02-11 Thread Paul A. Rubin

Eyal Rozenberg wrote:

I have cygwin installed, and I've tried to install Windows LyX 1.3.7,
with all binary paths pointing to the relevant cygwin files (except for
GScript which is installed separately). However, the installation gives
me some error message about not being able to run a configuration
script, then whenever I start LyX I get:

LyX wasn't able to find its layout descriptions
Check that the file textclass.lst is installed correctly

in a dialog, and the console says

LyXTextClassList::Read: unable to find textclass file  `'. Exiting.

I can't find that file anywhere; what to do?

Eyal Rozenberg




The configuration script uses a number of Unix/Linux utilities, 
including (prominently) sed.  Older versions of sed don't work with the 
configuration script.  I haven't updated my Cygwin installation in a 
long time, but the sed that Cygwin installed back when is definitely too 
old.  (There may be other utilities that need updating, but I know from 
painful personal experience that sed is one.)  Also, I had problems once 
with the LyX installation script seeing the version of LaTeX that Cygwin 
installed before finding the MiKTeX version, and deciding Cygwin's 
latex.exe would not work.  Might have been a faulty LaTeX installation 
under Cygwin, but in any case that problem was resolved by ensuring that 
MiKTeX preceded Cygwin on the Windows command path.


If you're willing to install MinSYS (and put it on the command path 
ahead of the Cygwin bin directory), I think that will cure your problem. 
 Otherwise, you should check whether there are updates available for 
Cygwin.  (Don't know if the most recent Cygwin is compatible with LyX or 
not.)


One other alternative:  people have compiled the LyX source under 
Cygwin.  (I'm assuming you installed the 1.3.7 Windows binary, rather 
than compiling yourself.)


HTH,

/Paul




Re: True type 1 fonts in pdf

2006-02-11 Thread Uwe Stöhr

Myriam Abramson wrote:


Sorry if that's well known already but I am getting confused by
different answers I read on this issue.


We therefore created this wiki page:

http://wiki.lyx.org/FAQ/PDF

the font issue is described here:

http://wiki.lyx.org/FAQ/PDF#badFonts

regards Uwe


Mutex destroy failure

2006-02-11 Thread Arun Kulshreshth
Hi,


I recently installed lyx 1.3.7 and everything seems to
be working fine except for the following error messege
when i exit from lyx

 Mutex destroy failure: Device or resource busy 

What is this error and how can it be fixed ?

Thanks
Arun

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: Mutex destroy failure

2006-02-11 Thread Paul Smith
On 2/11/06, Arun Kulshreshth [EMAIL PROTECTED] wrote:
 I recently installed lyx 1.3.7 and everything seems to
 be working fine except for the following error messege
 when i exit from lyx

  Mutex destroy failure: Device or resource busy 

 What is this error and how can it be fixed ?

There is no way to fix that, up to my best knowledge, but that error
message is totally inoffensive.

Paul


Re: An installation problem

2006-02-11 Thread Stephen Harris
 On Fri, 10 Feb 2006 16:27:15 -0500, Paul A. Rubin  said:



Eyal Rozenberg wrote:

 I have cygwin installed, and I've tried to install Windows LyX

 1.3.7, with all binary paths pointing to the relevant cygwin files

 (except for GScript which is installed separately). However, the

 installation gives me some error message about not being able to

 run a configuration script, then whenever I start LyX I get:

 

 LyX wasn't able to find its layout descriptions Check that the file

 textclass.lst is installed correctly

 

 in a dialog, and the console says

 

 LyXTextClassList::Read: unable to find textclass file `'. Exiting.

 

 I can't find that file anywhere; what to do?

 

 Eyal Rozenberg

 

 



 On Fri, 10 Feb 2006 16:27:15 -0500, Paul A. Rubin  said:



Paul Apologies if this shows up twice -- I answered this morning, but

Paul apparently the dog ate my message.



Paul It's possible that the versions of some of the utility programs

Paul installed by Cygwin are incompatible with the LyX configuration

Paul script. I have not updated my Cygwin installation in a long

Paul time, but I know that I had that problem a year or so ago.  In

Paul particular, LyX installation is sensitive to the version of sed*

Paul (earlier versions of sed choke on carriage return/linefeed

Paul combinations used to terminate lines in the configuration

Paul files).



Paul One possible solution is to install MinSYS.  You may need to

Paul make sure that the MinSYS bin directory is ahead of the Cygwin

Paul bin directory on the Windows command path.  Another possibility,

Paul if you have not upgraded Cygwin recently, is to do so now. 

Paul HTH,



Paul /Paul



--



Stephen Harris (SH) had previously written:

In the past the sh.exe which comes with Cygwin has not been the 

same version which works that is provided by Minsys to install LyX.



SH now writes: Thanks for the correction to sed*

the documentation is confusing: 



-





From the EmacsAuctex(11.82) downloaded configure.bat



rem For reference, here is a list of which builds of gmake are known to

rem work or not, and whether they work in the presence and/or absence 

rem of sh.exe.

rem

rem   sh exists no sh

rem  cygwin b20.1 make (3.75):okay[1]   fails[2]

rem  MSVC compiled gmake 3.77:okay  okay

rem  MSVC compiled gmake 3.78.1:  okay  okay

rem  MSVC compiled gmake 3.79.1:  okay  okay

rem  mingw32/gcc-2.92.2 make (3.77):  okay  okay

rem  cygwin compiled gmake 3.77:  okay[1]   fails[2]

rem  cygwin compiled gmake 3.78.1:okay  fails[2]

rem  cygwin compiled gmake 3.79.1:couldn't build make[3]

rem

rem [1] doesn't cope with makefiles with DOS line endings, so must 

rem mount emacs source with text!=binary. 



---



SH: Cygwin used to come with a LyX install files, but no longer.



I finally got Supercite working, regards,

Stephen

Re: True type 1 fonts in pdf

2006-02-11 Thread Myriam Abramson

 Herbert Voss [EMAIL PROTECTED] scribbled furiously:
 Myriam Abramson wrote:
 Hi!
 Sorry if that's well known already but I am getting confused by
 different answers I read on this issue.

 write into the preamble:

 \usepackage[T1]{fontenc}
 \usepackage{lmodern}

Okay, I've seen that in the wiki lyx. So to have the latin modern
fonts installed, I need to install cm-super from CTAN, correct?

One more question: How do I know that True Type1 fonts are being used
in the pdf? What exactly should I see in the pdf under File-Document
settings-fonts ?  Right now, doing nothing, I see under the used
column: embedded subset - Type 1 .

TIA

-- 
   myriam


Can't find eps file when exporting

2006-02-11 Thread Gunnar
I have a LyX document that includes a figure (Insert-Graphics), it's an eps 
file. It is shown in LyX. But when I preview the postscript, or export on the 
command line afterwards:  lyx -e pdf Prov.MaC.lyx I get the most strange 
error:

$ lyx -e pdf Prov.MaC.lyx 

Executing command:dvips -t a4 -o 'Prov.MaC.ps' 'Prov.MaC.dvi'
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software 
(www.radicaleye.com)
' TeX output 2006.02.11:2329' - Prov.MaC.ps
tex.pro8r.enctexps.prospecial.procolor.pro. cmsy6.pfbcmmi6.pfb
cmr6.pfbcmex10.pfbcmsy8.pfbcmmi8.pfbcmsy10.pfbcmr8.pfb
cmmi10.pfbcmr10.pfb[1] [2] [3] [4
dvips: Could not find figure 
file /tmp/lyx_tmpdir96260XiyjK/lyx_tmpbuf0/0_home_gunnar_Skola_appollonius.eps; 
continuing
] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17
dvips: Could not find figure 
file /tmp/lyx_tmpdir96260XiyjK/lyx_tmpbuf0/1_home_gunnar_Skola_blad.eps; 
continuing
] [18] [19] [20] 
Executing command:ps2pdf13 'Prov.MaC.ps'

Document exported as PDF to file `~/Skola/Prov.MaC.pdf'
--
I should add that I've been doing some upgrades in my computer to get it 
working even better (possible irony?) but I haven't touched LyX, yet.
Why can't LyX find the eps files?


Re: Mutex destroy failure

2006-02-11 Thread Stephen Harris


- Original Message - 
From: Arun Kulshreshth [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Saturday, February 11, 2006 1:56 PM
Subject:  Mutex destroy failure 



Hi,


I recently installed lyx 1.3.7 and everything seems to
be working fine except for the following error messege
when i exit from lyx

 Mutex destroy failure: Device or resource busy 

What is this error and how can it be fixed ?

Thanks
Arun



That was a bug reported as fixed in LyX 1.3.6

http://lwn.net/Articles/144021/
-Squash the Mutex destroy failure warning when shutting 
down LyX [Qt only]. Prevents a core dump on NetBSD.




help ....

2006-02-11 Thread Shenghua Fan
Dear lyx users,

I have been a lyx user since 1997. I used redhat os and rpm package to
install lyx and everything was easy. But now I am forced to be a windows XP
user and no one can help me install lyx on my XP. :~~~

I have visited and downloaded many files from www.lyx.org website, but the
instruction does not really help me because I am too dump! I had cygwin
installed on my xp. Could someone please kindly help me how to install lyx
based on cygwin? or any simple way to do it?

Thank you very much!!

Happy Valentine's Day!

Kelly


Re: help ....

2006-02-11 Thread Stephen Harris


- Original Message - 
From: Shenghua Fan [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Saturday, February 11, 2006 4:12 PM
Subject: help 


Dear lyx users,

I have been a lyx user since 1997. I used redhat os and rpm package to
install lyx and everything was easy. But now I am forced to be a windows XP
user and no one can help me install lyx on my XP. :~~~

I have visited and downloaded many files from www.lyx.org website, but the
instruction does not really help me because I am too dump! I had cygwin
installed on my xp. Could someone please kindly help me how to install lyx
based on cygwin? or any simple way to do it?

Thank you very much!!

Happy Valentine's Day!

Kelly

SH: I asked Kayvan Sylvan about this and he replied:


Hi Stephen,

I am using the LyX CVS 1.4 version. Building LyX from source on Cygwin is
easy, but you need a down-revved GCC (version 3.3.3). For some reason,
anything higher does not play well with the QT library (also compiled
from source).

Get QT3 from the cygwin-kde site and install it according to the
cygwin-specific directions (I can dig these up later, if you need, I am
at work now).

Next, you need to make sure to use the ld-script included with QT-3.

I have attached a script I use to make LyX (1.4.0CVS) with Qt3 on Cygwin.

This is how I set my system up:

~/src/lyxbuild/
lyx/ - This is the CVS source directory
qtbuild/ - build directory for QT LyX
make - This is the script I have attached.

Then:

cd ~/src/lyxbuild/qtbuild
../make all-qt

You will have to change some paths to get this to work for you.



SH: I attach this file he included. This is not for the the Qt Win
native version but for use with X11. I used an easy to configure 
X11 server, X-win32, when I wanted to test the Nedit editor.

http://www.starnet.com/products/xwin32/download.php
For private use, it is free a year at a time.

What is easy for Kayvan may not be easy for the rest of us.
The WinLyxInstaller runs natively/Qt on Windows, and comes
replete with all the helper programs if you need them. It is easy.
http://wiki.lyx.org/Windows/LyXWinInstaller Uses MinSys

Good Luck,
Stephen 

make
Description: Binary data


Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Myriam Abramson wrote:

Herbert Voss [EMAIL PROTECTED] scribbled furiously:
Myriam Abramson wrote:


Hi!
Sorry if that's well known already but I am getting confused by
different answers I read on this issue.


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}



Okay, I've seen that in the wiki lyx. So to have the latin modern
fonts installed, I need to install cm-super from CTAN, correct?


only when the the lmodern are not present.
control it with
kpsewhich lmodern.sty



One more question: How do I know that True Type1 fonts are being used
in the pdf? What exactly should I see in the pdf under File-Document
settings-fonts ?  Right now, doing nothing, I see under the used
column: embedded subset - Type 1 .


Type 1 is always ok, otherwise there will be a Type 3.

Herbert




Re: True type 1 fonts in pdf

2006-02-11 Thread Kevin Pfeiffer
Myriam Abramson writes:
 Sorry if that's well known already but I am getting confused by
 different answers I read on this issue.

 I have LyX 1.3.5.

 PS. It's quite urgent I get an answer to that to submit my paper.

Not sure what the question exactly is, but I'll try this answer: use 
ae as your LyX font selection...  (?)

-Kevin





-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: True type 1 fonts in pdf

2006-02-11 Thread Charles de Miramon
Myriam Abramson wrote:

 
 Hi!
 
 Sorry if that's well known already but I am getting confused by
 different answers I read on this issue.
 

What kind of information are you looking for ? Using a truetype font in
pdflatex (and therefore in LyX) is possible but is not trivial [but easier
than in plain LaTeX]. One subtle problem is that LaTeX uses ligatures and
that only a subset of commercial Truetype fonts have ligatures.

They are several howto on the Web like this one :
http://ipe.compgeom.org/pdftex_1.html

Cheers,
Charles

-- 
http://www.kde-france.org



Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Kevin Pfeiffer wrote:

Myriam Abramson writes:


Sorry if that's well known already but I am getting confused by
different answers I read on this issue.

I have LyX 1.3.5.




PS. It's quite urgent I get an answer to that to submit my paper.



Not sure what the question exactly is, but I'll try this answer: use 
ae as your LyX font selection...  (?)


really out of date! As the complete LyX font selection!

Herbert




Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss



Myriam Abramson wrote:

Hi!

Sorry if that's well known already but I am getting confused by
different answers I read on this issue. 


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}

if you do not have the latin modern fonts installed, then
use

\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\usepackage{mathptmx}

Herbert




Re: True type 1 fonts in pdf

2006-02-11 Thread Kevin Pfeiffer
Herbert Voss writes:
 write into the preamble:

 \usepackage[T1]{fontenc}
 \usepackage{lmodern}

 if you do not have the latin modern fonts installed, then
 use

 \usepackage[T1]{fontenc}
 \usepackage[scaled]{helvet}
 \usepackage{mathptmx}

It's not possible to select these directly from within LyX?

-K



-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Kevin Pfeiffer wrote:

Herbert Voss writes:


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}

if you do not have the latin modern fonts installed, then
use

\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\usepackage{mathptmx}



It's not possible to select these directly from within LyX?


no ...

Herbert




Re: An installation problem

2006-02-11 Thread Paul A. Rubin

Eyal Rozenberg wrote:

I have cygwin installed, and I've tried to install Windows LyX 1.3.7,
with all binary paths pointing to the relevant cygwin files (except for
GScript which is installed separately). However, the installation gives
me some error message about not being able to run a configuration
script, then whenever I start LyX I get:

LyX wasn't able to find its layout descriptions
Check that the file textclass.lst is installed correctly

in a dialog, and the console says

LyXTextClassList::Read: unable to find textclass file  `'. Exiting.

I can't find that file anywhere; what to do?

Eyal Rozenberg




The configuration script uses a number of Unix/Linux utilities, 
including (prominently) sed.  Older versions of sed don't work with the 
configuration script.  I haven't updated my Cygwin installation in a 
long time, but the sed that Cygwin installed back when is definitely too 
old.  (There may be other utilities that need updating, but I know from 
painful personal experience that sed is one.)  Also, I had problems once 
with the LyX installation script seeing the version of LaTeX that Cygwin 
installed before finding the MiKTeX version, and deciding Cygwin's 
latex.exe would not work.  Might have been a faulty LaTeX installation 
under Cygwin, but in any case that problem was resolved by ensuring that 
MiKTeX preceded Cygwin on the Windows command path.


If you're willing to install MinSYS (and put it on the command path 
ahead of the Cygwin bin directory), I think that will cure your problem. 
 Otherwise, you should check whether there are updates available for 
Cygwin.  (Don't know if the most recent Cygwin is compatible with LyX or 
not.)


One other alternative:  people have compiled the LyX source under 
Cygwin.  (I'm assuming you installed the 1.3.7 Windows binary, rather 
than compiling yourself.)


HTH,

/Paul




Re: True type 1 fonts in pdf

2006-02-11 Thread Uwe Stöhr

Myriam Abramson wrote:


Sorry if that's well known already but I am getting confused by
different answers I read on this issue.


We therefore created this wiki page:

http://wiki.lyx.org/FAQ/PDF

the font issue is described here:

http://wiki.lyx.org/FAQ/PDF#badFonts

regards Uwe


Mutex destroy failure

2006-02-11 Thread Arun Kulshreshth
Hi,


I recently installed lyx 1.3.7 and everything seems to
be working fine except for the following error messege
when i exit from lyx

 Mutex destroy failure: Device or resource busy 

What is this error and how can it be fixed ?

Thanks
Arun

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: Mutex destroy failure

2006-02-11 Thread Paul Smith
On 2/11/06, Arun Kulshreshth [EMAIL PROTECTED] wrote:
 I recently installed lyx 1.3.7 and everything seems to
 be working fine except for the following error messege
 when i exit from lyx

  Mutex destroy failure: Device or resource busy 

 What is this error and how can it be fixed ?

There is no way to fix that, up to my best knowledge, but that error
message is totally inoffensive.

Paul


Re: An installation problem

2006-02-11 Thread Stephen Harris
 On Fri, 10 Feb 2006 16:27:15 -0500, Paul A. Rubin  said:



Eyal Rozenberg wrote:

 I have cygwin installed, and I've tried to install Windows LyX

 1.3.7, with all binary paths pointing to the relevant cygwin files

 (except for GScript which is installed separately). However, the

 installation gives me some error message about not being able to

 run a configuration script, then whenever I start LyX I get:

 

 LyX wasn't able to find its layout descriptions Check that the file

 textclass.lst is installed correctly

 

 in a dialog, and the console says

 

 LyXTextClassList::Read: unable to find textclass file `'. Exiting.

 

 I can't find that file anywhere; what to do?

 

 Eyal Rozenberg

 

 



 On Fri, 10 Feb 2006 16:27:15 -0500, Paul A. Rubin  said:



Paul Apologies if this shows up twice -- I answered this morning, but

Paul apparently the dog ate my message.



Paul It's possible that the versions of some of the utility programs

Paul installed by Cygwin are incompatible with the LyX configuration

Paul script. I have not updated my Cygwin installation in a long

Paul time, but I know that I had that problem a year or so ago.  In

Paul particular, LyX installation is sensitive to the version of sed*

Paul (earlier versions of sed choke on carriage return/linefeed

Paul combinations used to terminate lines in the configuration

Paul files).



Paul One possible solution is to install MinSYS.  You may need to

Paul make sure that the MinSYS bin directory is ahead of the Cygwin

Paul bin directory on the Windows command path.  Another possibility,

Paul if you have not upgraded Cygwin recently, is to do so now. 

Paul HTH,



Paul /Paul



--



Stephen Harris (SH) had previously written:

In the past the sh.exe which comes with Cygwin has not been the 

same version which works that is provided by Minsys to install LyX.



SH now writes: Thanks for the correction to sed*

the documentation is confusing: 



-





From the EmacsAuctex(11.82) downloaded configure.bat



rem For reference, here is a list of which builds of gmake are known to

rem work or not, and whether they work in the presence and/or absence 

rem of sh.exe.

rem

rem   sh exists no sh

rem  cygwin b20.1 make (3.75):okay[1]   fails[2]

rem  MSVC compiled gmake 3.77:okay  okay

rem  MSVC compiled gmake 3.78.1:  okay  okay

rem  MSVC compiled gmake 3.79.1:  okay  okay

rem  mingw32/gcc-2.92.2 make (3.77):  okay  okay

rem  cygwin compiled gmake 3.77:  okay[1]   fails[2]

rem  cygwin compiled gmake 3.78.1:okay  fails[2]

rem  cygwin compiled gmake 3.79.1:couldn't build make[3]

rem

rem [1] doesn't cope with makefiles with DOS line endings, so must 

rem mount emacs source with text!=binary. 



---



SH: Cygwin used to come with a LyX install files, but no longer.



I finally got Supercite working, regards,

Stephen

Re: True type 1 fonts in pdf

2006-02-11 Thread Myriam Abramson

 Herbert Voss [EMAIL PROTECTED] scribbled furiously:
 Myriam Abramson wrote:
 Hi!
 Sorry if that's well known already but I am getting confused by
 different answers I read on this issue.

 write into the preamble:

 \usepackage[T1]{fontenc}
 \usepackage{lmodern}

Okay, I've seen that in the wiki lyx. So to have the latin modern
fonts installed, I need to install cm-super from CTAN, correct?

One more question: How do I know that True Type1 fonts are being used
in the pdf? What exactly should I see in the pdf under File-Document
settings-fonts ?  Right now, doing nothing, I see under the used
column: embedded subset - Type 1 .

TIA

-- 
   myriam


Can't find eps file when exporting

2006-02-11 Thread Gunnar
I have a LyX document that includes a figure (Insert-Graphics), it's an eps 
file. It is shown in LyX. But when I preview the postscript, or export on the 
command line afterwards:  lyx -e pdf Prov.MaC.lyx I get the most strange 
error:

$ lyx -e pdf Prov.MaC.lyx 

Executing command:dvips -t a4 -o 'Prov.MaC.ps' 'Prov.MaC.dvi'
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software 
(www.radicaleye.com)
' TeX output 2006.02.11:2329' - Prov.MaC.ps
tex.pro8r.enctexps.prospecial.procolor.pro. cmsy6.pfbcmmi6.pfb
cmr6.pfbcmex10.pfbcmsy8.pfbcmmi8.pfbcmsy10.pfbcmr8.pfb
cmmi10.pfbcmr10.pfb[1] [2] [3] [4
dvips: Could not find figure 
file /tmp/lyx_tmpdir96260XiyjK/lyx_tmpbuf0/0_home_gunnar_Skola_appollonius.eps; 
continuing
] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17
dvips: Could not find figure 
file /tmp/lyx_tmpdir96260XiyjK/lyx_tmpbuf0/1_home_gunnar_Skola_blad.eps; 
continuing
] [18] [19] [20] 
Executing command:ps2pdf13 'Prov.MaC.ps'

Document exported as PDF to file `~/Skola/Prov.MaC.pdf'
--
I should add that I've been doing some upgrades in my computer to get it 
working even better (possible irony?) but I haven't touched LyX, yet.
Why can't LyX find the eps files?


Re: Mutex destroy failure

2006-02-11 Thread Stephen Harris


- Original Message - 
From: Arun Kulshreshth [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Saturday, February 11, 2006 1:56 PM
Subject:  Mutex destroy failure 



Hi,


I recently installed lyx 1.3.7 and everything seems to
be working fine except for the following error messege
when i exit from lyx

 Mutex destroy failure: Device or resource busy 

What is this error and how can it be fixed ?

Thanks
Arun



That was a bug reported as fixed in LyX 1.3.6

http://lwn.net/Articles/144021/
-Squash the Mutex destroy failure warning when shutting 
down LyX [Qt only]. Prevents a core dump on NetBSD.




help ....

2006-02-11 Thread Shenghua Fan
Dear lyx users,

I have been a lyx user since 1997. I used redhat os and rpm package to
install lyx and everything was easy. But now I am forced to be a windows XP
user and no one can help me install lyx on my XP. :~~~

I have visited and downloaded many files from www.lyx.org website, but the
instruction does not really help me because I am too dump! I had cygwin
installed on my xp. Could someone please kindly help me how to install lyx
based on cygwin? or any simple way to do it?

Thank you very much!!

Happy Valentine's Day!

Kelly


Re: help ....

2006-02-11 Thread Stephen Harris


- Original Message - 
From: Shenghua Fan [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Saturday, February 11, 2006 4:12 PM
Subject: help 


Dear lyx users,

I have been a lyx user since 1997. I used redhat os and rpm package to
install lyx and everything was easy. But now I am forced to be a windows XP
user and no one can help me install lyx on my XP. :~~~

I have visited and downloaded many files from www.lyx.org website, but the
instruction does not really help me because I am too dump! I had cygwin
installed on my xp. Could someone please kindly help me how to install lyx
based on cygwin? or any simple way to do it?

Thank you very much!!

Happy Valentine's Day!

Kelly

SH: I asked Kayvan Sylvan about this and he replied:


Hi Stephen,

I am using the LyX CVS 1.4 version. Building LyX from source on Cygwin is
easy, but you need a down-revved GCC (version 3.3.3). For some reason,
anything higher does not play well with the QT library (also compiled
from source).

Get QT3 from the cygwin-kde site and install it according to the
cygwin-specific directions (I can dig these up later, if you need, I am
at work now).

Next, you need to make sure to use the ld-script included with QT-3.

I have attached a script I use to make LyX (1.4.0CVS) with Qt3 on Cygwin.

This is how I set my system up:

~/src/lyxbuild/
lyx/ - This is the CVS source directory
qtbuild/ - build directory for QT LyX
make - This is the script I have attached.

Then:

cd ~/src/lyxbuild/qtbuild
../make all-qt

You will have to change some paths to get this to work for you.



SH: I attach this file he included. This is not for the the Qt Win
native version but for use with X11. I used an easy to configure 
X11 server, X-win32, when I wanted to test the Nedit editor.

http://www.starnet.com/products/xwin32/download.php
For private use, it is free a year at a time.

What is easy for Kayvan may not be easy for the rest of us.
The WinLyxInstaller runs natively/Qt on Windows, and comes
replete with all the helper programs if you need them. It is easy.
http://wiki.lyx.org/Windows/LyXWinInstaller Uses MinSys

Good Luck,
Stephen 

make
Description: Binary data


Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Myriam Abramson wrote:

Herbert Voss [EMAIL PROTECTED] scribbled furiously:
Myriam Abramson wrote:


Hi!
Sorry if that's well known already but I am getting confused by
different answers I read on this issue.


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}



Okay, I've seen that in the wiki lyx. So to have the latin modern
fonts installed, I need to install cm-super from CTAN, correct?


only when the the lmodern are not present.
control it with
kpsewhich lmodern.sty



One more question: How do I know that True Type1 fonts are being used
in the pdf? What exactly should I see in the pdf under File-Document
settings-fonts ?  Right now, doing nothing, I see under the used
column: embedded subset - Type 1 .


Type 1 is always ok, otherwise there will be a Type 3.

Herbert




Re: True type 1 fonts in pdf

2006-02-11 Thread Kevin Pfeiffer
Myriam Abramson writes:
> Sorry if that's well known already but I am getting confused by
> different answers I read on this issue.
>
> I have LyX 1.3.5.

> PS. It's quite urgent I get an answer to that to submit my paper.

Not sure what the question exactly is, but I'll try this answer: use 
"ae" as your LyX font selection...  (?)

-Kevin





-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


Re: True type 1 fonts in pdf

2006-02-11 Thread Charles de Miramon
Myriam Abramson wrote:

> 
> Hi!
> 
> Sorry if that's well known already but I am getting confused by
> different answers I read on this issue.
> 

What kind of information are you looking for ? Using a truetype font in
pdflatex (and therefore in LyX) is possible but is not trivial [but easier
than in plain LaTeX]. One subtle problem is that LaTeX uses ligatures and
that only a subset of commercial Truetype fonts have ligatures.

They are several howto on the Web like this one :
http://ipe.compgeom.org/pdftex_1.html

Cheers,
Charles

-- 
http://www.kde-france.org



Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Kevin Pfeiffer wrote:

Myriam Abramson writes:


Sorry if that's well known already but I am getting confused by
different answers I read on this issue.

I have LyX 1.3.5.




PS. It's quite urgent I get an answer to that to submit my paper.



Not sure what the question exactly is, but I'll try this answer: use 
"ae" as your LyX font selection...  (?)


really out of date! As the complete LyX font selection!

Herbert




Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss



Myriam Abramson wrote:

Hi!

Sorry if that's well known already but I am getting confused by
different answers I read on this issue. 


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}

if you do not have the latin modern fonts installed, then
use

\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\usepackage{mathptmx}

Herbert




Re: True type 1 fonts in pdf

2006-02-11 Thread Kevin Pfeiffer
Herbert Voss writes:
> write into the preamble:
>
> \usepackage[T1]{fontenc}
> \usepackage{lmodern}
>
> if you do not have the latin modern fonts installed, then
> use
>
> \usepackage[T1]{fontenc}
> \usepackage[scaled]{helvet}
> \usepackage{mathptmx}

It's not possible to select these directly from within LyX?

-K



-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Kevin Pfeiffer wrote:

Herbert Voss writes:


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}

if you do not have the latin modern fonts installed, then
use

\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\usepackage{mathptmx}



It's not possible to select these directly from within LyX?


no ...

Herbert




Re: An installation problem

2006-02-11 Thread Paul A. Rubin

Eyal Rozenberg wrote:

I have cygwin installed, and I've tried to install Windows LyX 1.3.7,
with all binary paths pointing to the relevant cygwin files (except for
GScript which is installed separately). However, the installation gives
me some error message about not being able to run a configuration
script, then whenever I start LyX I get:

LyX wasn't able to find its layout descriptions
Check that the file textclass.lst is installed correctly

in a dialog, and the console says

LyXTextClassList::Read: unable to find textclass file  `'. Exiting.

I can't find that file anywhere; what to do?

Eyal Rozenberg




The configuration script uses a number of Unix/Linux utilities, 
including (prominently) sed.  Older versions of sed don't work with the 
configuration script.  I haven't updated my Cygwin installation in a 
long time, but the sed that Cygwin installed back when is definitely too 
old.  (There may be other utilities that need updating, but I know from 
painful personal experience that sed is one.)  Also, I had problems once 
with the LyX installation script seeing the version of LaTeX that Cygwin 
installed before finding the MiKTeX version, and deciding Cygwin's 
latex.exe would not work.  Might have been a faulty LaTeX installation 
under Cygwin, but in any case that problem was resolved by ensuring that 
MiKTeX preceded Cygwin on the Windows command path.


If you're willing to install MinSYS (and put it on the command path 
ahead of the Cygwin bin directory), I think that will cure your problem. 
 Otherwise, you should check whether there are updates available for 
Cygwin.  (Don't know if the most recent Cygwin is compatible with LyX or 
not.)


One other alternative:  people have compiled the LyX source under 
Cygwin.  (I'm assuming you installed the 1.3.7 Windows binary, rather 
than compiling yourself.)


HTH,

/Paul




Re: True type 1 fonts in pdf

2006-02-11 Thread Uwe Stöhr

Myriam Abramson wrote:


Sorry if that's well known already but I am getting confused by
different answers I read on this issue.


We therefore created this wiki page:

http://wiki.lyx.org/FAQ/PDF

the font issue is described here:

http://wiki.lyx.org/FAQ/PDF#badFonts

regards Uwe


" Mutex destroy failure "

2006-02-11 Thread Arun Kulshreshth
Hi,


I recently installed lyx 1.3.7 and everything seems to
be working fine except for the following error messege
when i exit from lyx

" Mutex destroy failure: Device or resource busy "

What is this error and how can it be fixed ?

Thanks
Arun

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: " Mutex destroy failure "

2006-02-11 Thread Paul Smith
On 2/11/06, Arun Kulshreshth <[EMAIL PROTECTED]> wrote:
> I recently installed lyx 1.3.7 and everything seems to
> be working fine except for the following error messege
> when i exit from lyx
>
> " Mutex destroy failure: Device or resource busy "
>
> What is this error and how can it be fixed ?

There is no way to fix that, up to my best knowledge, but that error
message is totally inoffensive.

Paul


Re: An installation problem

2006-02-11 Thread Stephen Harris
> On Fri, 10 Feb 2006 16:27:15 -0500, "Paul A. Rubin"  said:



Eyal Rozenberg wrote:

>> I have cygwin installed, and I've tried to install Windows LyX

>> 1.3.7, with all binary paths pointing to the relevant cygwin files

>> (except for GScript which is installed separately). However, the

>> installation gives me some error message about not being able to

>> run a configuration script, then whenever I start LyX I get:

>> 

>> LyX wasn't able to find its layout descriptions Check that the file

>> textclass.lst is installed correctly

>> 

>> in a dialog, and the console says

>> 

>> LyXTextClassList::Read: unable to find textclass file `'. Exiting.

>> 

>> I can't find that file anywhere; what to do?

>> 

>> Eyal Rozenberg

>> 

>> 



> On Fri, 10 Feb 2006 16:27:15 -0500, "Paul A. Rubin"  said:



Paul> Apologies if this shows up twice -- I answered this morning, but

Paul> apparently the dog ate my message.



Paul> It's possible that the versions of some of the utility programs

Paul> installed by Cygwin are incompatible with the LyX configuration

Paul> script. I have not updated my Cygwin installation in a long

Paul> time, but I know that I had that problem a year or so ago.  In

Paul> particular, LyX installation is sensitive to the version of sed*

Paul> (earlier versions of sed choke on carriage return/linefeed

Paul> combinations used to terminate lines in the configuration

Paul> files).



Paul> One possible solution is to install MinSYS.  You may need to

Paul> make sure that the MinSYS bin directory is ahead of the Cygwin

Paul> bin directory on the Windows command path.  Another possibility,

Paul> if you have not upgraded Cygwin recently, is to do so now. 

Paul> HTH,



Paul> /Paul



--



Stephen Harris (SH) had previously written:

"In the past the sh.exe which comes with Cygwin has not been the 

same version which works that is provided by Minsys to install LyX."



SH now writes: Thanks for the correction to sed*

the documentation is confusing: 



-





From the Emacs(11.82) downloaded configure.bat



rem For reference, here is a list of which builds of gmake are known to

rem work or not, and whether they work in the presence and/or absence 

rem of sh.exe.

rem

rem   sh exists no sh

rem  cygwin b20.1 make (3.75):okay[1]   fails[2]

rem  MSVC compiled gmake 3.77:okay  okay

rem  MSVC compiled gmake 3.78.1:  okay  okay

rem  MSVC compiled gmake 3.79.1:  okay  okay

rem  mingw32/gcc-2.92.2 make (3.77):  okay  okay

rem  cygwin compiled gmake 3.77:  okay[1]   fails[2]

rem  cygwin compiled gmake 3.78.1:okay  fails[2]

rem  cygwin compiled gmake 3.79.1:couldn't build make[3]

rem

rem [1] doesn't cope with makefiles with DOS line endings, so must 

rem mount emacs source with text!=binary. 



---



SH: Cygwin used to come with a LyX install files, but no longer.



I finally got Supercite working, regards,

Stephen

Re: True type 1 fonts in pdf

2006-02-11 Thread Myriam Abramson

> Herbert Voss <[EMAIL PROTECTED]> scribbled furiously:
> Myriam Abramson wrote:
>> Hi!
>> Sorry if that's well known already but I am getting confused by
>> different answers I read on this issue.
>
> write into the preamble:
>
> \usepackage[T1]{fontenc}
> \usepackage{lmodern}
>
Okay, I've seen that in the wiki lyx. So to have the latin modern
fonts installed, I need to install cm-super from CTAN, correct?

One more question: How do I know that True Type1 fonts are being used
in the pdf? What exactly should I see in the pdf under File->Document
settings->fonts ?  Right now, doing nothing, I see under the used
column: "embedded subset - Type 1" .

TIA

-- 
   myriam


Can't find eps file when exporting

2006-02-11 Thread Gunnar
I have a LyX document that includes a figure (Insert->Graphics), it's an eps 
file. It is shown in LyX. But when I preview the postscript, or export on the 
command line afterwards:  lyx -e pdf Prov.MaC.lyx I get the most strange 
error:

$ lyx -e pdf Prov.MaC.lyx 

Executing command:dvips -t a4 -o 'Prov.MaC.ps' 'Prov.MaC.dvi'
This is dvips(k) 5.95b Copyright 2005 Radical Eye Software 
(www.radicaleye.com)
' TeX output 2006.02.11:2329' -> Prov.MaC.ps
<8r.enc>. 

[1] [2] [3] [4
dvips: Could not find figure 
file /tmp/lyx_tmpdir96260XiyjK/lyx_tmpbuf0/0_home_gunnar_Skola_appollonius.eps; 
continuing
] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17
dvips: Could not find figure 
file /tmp/lyx_tmpdir96260XiyjK/lyx_tmpbuf0/1_home_gunnar_Skola_blad.eps; 
continuing
] [18] [19] [20] 
Executing command:ps2pdf13 'Prov.MaC.ps'

Document exported as PDF to file `~/Skola/Prov.MaC.pdf'
--
I should add that I've been doing some "upgrades" in my computer to get it 
working even better (possible irony?) but I haven't touched LyX, yet.
Why can't LyX find the eps files?


Re: " Mutex destroy failure "

2006-02-11 Thread Stephen Harris


- Original Message - 
From: "Arun Kulshreshth" <[EMAIL PROTECTED]>

To: 
Sent: Saturday, February 11, 2006 1:56 PM
Subject: " Mutex destroy failure "



Hi,


I recently installed lyx 1.3.7 and everything seems to
be working fine except for the following error messege
when i exit from lyx

" Mutex destroy failure: Device or resource busy "

What is this error and how can it be fixed ?

Thanks
Arun



That was a bug reported as fixed in LyX 1.3.6

http://lwn.net/Articles/144021/
"-Squash the "Mutex destroy failure" warning when shutting 
down LyX [Qt only]. Prevents a core dump on NetBSD."




help ....

2006-02-11 Thread Shenghua Fan
Dear lyx users,

I have been a lyx user since 1997. I used redhat os and rpm package to
install lyx and everything was easy. But now I am forced to be a windows XP
user and no one can help me install lyx on my XP. :~~~

I have visited and downloaded many files from www.lyx.org website, but the
instruction does not really help me because I am too dump! I had cygwin
installed on my xp. Could someone please kindly help me how to install lyx
based on cygwin? or any simple way to do it?

Thank you very much!!

Happy Valentine's Day!

Kelly


Re: help ....

2006-02-11 Thread Stephen Harris


- Original Message - 
From: "Shenghua Fan" <[EMAIL PROTECTED]>

To: 
Sent: Saturday, February 11, 2006 4:12 PM
Subject: help 


Dear lyx users,

I have been a lyx user since 1997. I used redhat os and rpm package to
install lyx and everything was easy. But now I am forced to be a windows XP
user and no one can help me install lyx on my XP. :~~~

I have visited and downloaded many files from www.lyx.org website, but the
instruction does not really help me because I am too dump! I had cygwin
installed on my xp. Could someone please kindly help me how to install lyx
based on cygwin? or any simple way to do it?

Thank you very much!!

Happy Valentine's Day!

Kelly

SH: I asked Kayvan Sylvan about this and he replied:


Hi Stephen,

I am using the LyX CVS 1.4 version. Building LyX from source on Cygwin is
easy, but you need a down-revved GCC (version 3.3.3). For some reason,
anything higher does not play well with the QT library (also compiled
from source).

Get QT3 from the cygwin-kde site and install it according to the
cygwin-specific directions (I can dig these up later, if you need, I am
at work now).

Next, you need to make sure to use the ld-script included with QT-3.

I have attached a script I use to make LyX (1.4.0CVS) with Qt3 on Cygwin.

This is how I set my system up:

~/src/lyxbuild/
lyx/ <- This is the CVS source directory
qtbuild/ <- build directory for QT LyX
make <- This is the script I have attached.

Then:

cd ~/src/lyxbuild/qtbuild
../make all-qt

You will have to change some paths to get this to work for you.



SH: I attach this file he included. This is not for the the Qt Win
native version but for use with X11. I used an easy to configure 
X11 server, X-win32, when I wanted to test the Nedit editor.

http://www.starnet.com/products/xwin32/download.php
For private use, it is free a year at a time.

What is "easy" for Kayvan may not be easy for the rest of us.
The WinLyxInstaller runs natively/Qt on Windows, and comes
replete with all the helper programs if you need them. It is easy.
http://wiki.lyx.org/Windows/LyXWinInstaller Uses MinSys

Good Luck,
Stephen 

make
Description: Binary data


Re: True type 1 fonts in pdf

2006-02-11 Thread Herbert Voss

Myriam Abramson wrote:

Herbert Voss <[EMAIL PROTECTED]> scribbled furiously:
Myriam Abramson wrote:


Hi!
Sorry if that's well known already but I am getting confused by
different answers I read on this issue.


write into the preamble:

\usepackage[T1]{fontenc}
\usepackage{lmodern}



Okay, I've seen that in the wiki lyx. So to have the latin modern
fonts installed, I need to install cm-super from CTAN, correct?


only when the the lmodern are not present.
control it with
kpsewhich lmodern.sty



One more question: How do I know that True Type1 fonts are being used
in the pdf? What exactly should I see in the pdf under File->Document
settings->fonts ?  Right now, doing nothing, I see under the used
column: "embedded subset - Type 1" .


Type 1 is always ok, otherwise there will be a Type 3.

Herbert