Re: Multiline delimiters

2003-10-14 Thread Andre Poenitz
On Mon, Oct 13, 2003 at 08:16:56PM +0200, yardbird wrote: > Hi, > > how can I write multi-line equations that are split inside delimiters? I've > tried using two pairs of brackets and masking one bracket in each pair. > However this way it is possible that the delimiters have different sizes in

tangle and pstricks was (Re: [newbie] inserting a figure with caption)

2003-10-14 Thread Yvon Thoraval
Le mardi, 14 oct 2003, à 08:58 Europe/Paris, Alfredo Braunstein a écrit : Yes, but I do think that the behaviour is counterintuitive. There are at least two "bad" factors inthere: 1) the caption must come after the figure (latex restriction), not a prob for me, i've this habit withLaTeX... 2)

Re: Font problems and PNGs? Help...

2003-10-14 Thread Angus Leeming
John Coppens wrote: > Hi all... > > After some guesswork and a huge amount of luck, I found that the > font problem could be solved inverting the font dirs in > /usr/X11/lib/X11/XftConfig... Go figure... > > But then a very original one: One of the PNGs I included was > correctly read/saved by G

Re: Font problems and PNGs? Help...

2003-10-14 Thread Andre Poenitz
On Tue, Oct 14, 2003 at 08:58:26AM +, Angus Leeming wrote: > John Coppens wrote: > > > Hi all... > > > > After some guesswork and a huge amount of luck, I found that the > > font problem could be solved inverting the font dirs in > > /usr/X11/lib/X11/XftConfig... Go figure... > > > > But the

Re: Math font problem on screen

2003-10-14 Thread Angus Leeming
Jean-Pierre.Chretien wrote: > Which fonts are missing ? > Where could I find them ? Probably these ftp://ftp.lyx.org/pub/lyx/contrib/latex-xft-fonts-0.1.tar.gz -- Angus

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Angus Leeming
Nirmal Govind wrote: > Hi.. I'm trying to include a couple of eps figures in a presentation > using LyX and the pdfscreen documentclass. LyX doesn't seem to able > to convert the eps figures to pdf or any other format that pdflatex > likes.. I thought this was possible (with Imagemagick in the > b

Re: Multiline delimiters

2003-10-14 Thread Herbert Voß
yardbird schrieb: how can I write multi-line equations that are split inside delimiters? I've tried using two pairs of brackets and masking one bracket in each pair. However this way it is possible that the delimiters have different sizes in each row, and if I change the equation later I may hav

Re: Font problems and PNGs? Help...

2003-10-14 Thread Angus Leeming
Andre Poenitz wrote: > On Tue, Oct 14, 2003 at 08:58:26AM +, Angus Leeming wrote: >> John Coppens wrote: >> >> > Hi all... >> > >> > After some guesswork and a huge amount of luck, I found that the >> > font problem could be solved inverting the font dirs in >> > /usr/X11/lib/X11/XftConfig..

Re: Addendum to the TrueType question

2003-10-14 Thread Jean-Marc Lasgouttes
> "JC" == JC <[EMAIL PROTECTED]> writes: JC> I have made some progress on the issue I mentioned in my JC> previous message. I have changed my preamble to read JC> \usepackage{MyTTFont} I am not sure why it could make a difference... Is it that you actually run dvips with option

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Nirmal Govind
There's nothing magic about this. You just need to define a converter eps->pdf. The preferences dialog should make this trivially easy. The converter is already defined.. it's epstopdf.. You could use Imagemagick's convert, Sebastian Rahtz's epstopdf or even gs itself. Your call ;-) Well, there

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Angus Leeming
Nirmal Govind wrote: >> There's nothing magic about this. You just need to define a >> converter eps->pdf. The preferences dialog should make this >> trivially easy. > > The converter is already defined.. it's epstopdf.. > >> You could use Imagemagick's convert, Sebastian Rahtz's epstopdf or >>

Re: Referencing subfigures

2003-10-14 Thread Herbert Voß
Saraswat, Rajil schrieb: I am trying to reference a subfigure in my report but the label is coming out wrong in the document. For subrefencing i add \label{foo} to my subfigure and inserted \ref{foo} in the main document. Additionaly,in the preamble, i have set the command to represent labels by s

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Herbert Voß
Nirmal Govind schrieb: So now, for a solution - I converted the eps to pdf manually using convert, that cuts off a good 1 in on the right side of the figure.. so convert is not a good choice for eps files. I converted it to jpg instead and everything seems to be fine.. I'm not sure why there's

Problems installing LyX-1.3.3 on Debian Woody

2003-10-14 Thread Thomas Schönhoff
Hallo, I've compiled and packaged LyX-1.3.3 for Woody by using checkinstall. Compilation (--with-qt3 option) went fine and building the deb was carried out successfully, but I went into troubles installing the resulting package with "dpkg -i lyx_1.3.3-1_i386.deb". Obiviousely dpkg refused to i

Re: Referencing subfigures

2003-10-14 Thread Rajil Saraswat
On Tuesday 14 October 2003 10:15, Herbert Voß wrote: > attached the testfile. It is not a good idea to > count figures sectionwide, when having chapters. > > Herbert Thanks Herbert for your help. However, it seems i was not clear enough with my question, my apologies. What i wanted was the Capti

Creating a .layout file

2003-10-14 Thread Hassoun Karam
Hi I am using Lyx 1.3.3 on MacOsX and very satisfied with it. I am trying to create a .layout file for a .cls one. Though having read the Customization file in the Help menu (and most of the mailings related to layout, cls, customization, and some web sites), I still could not find the solutio

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Nirmal Govind
You could try running your figure through GhostScript's epstoeps utility. This will ensure that the eps file is well formed. Tried this but I still get an error while using epstopdf.. "pdflatex looks for the pdf file in the current directory". To be honest, I don't know, but this sounds probabl

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Nirmal Govind
convert is not a good choice for eps files. I see.. eps to jpg makes only sense for _real_ pictures, but not for drawings. you can try to install VTeX/Free, which is very easy I believe they don't have a version for powerpc yet.. :-( Thanks, nirmal

Re: Creating a .layout file

2003-10-14 Thread Andre Poenitz
On Tue, Oct 14, 2003 at 12:33:19PM +0200, Hassoun Karam wrote: > I am using Lyx 1.3.3 on MacOsX and very satisfied with it. I am trying > to create a .layout file for a .cls one. > > Though having read the Customization file in the Help menu (and most of > the mailings related to layout, cls, cu

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Angus Leeming
Nirmal Govind wrote: >> You could try running your figure through GhostScript's epstoeps >> utility. This will ensure that the eps file is well formed. > > Tried this but I still get an error while using epstopdf.. Well try using gs itself then. I attach my_pstoppm, a shell script wrapper showi

Re: Creating a .layout file

2003-10-14 Thread Hassoun Karam
Hi Andre thanks for your reply. I have tried what you recommend before posting and i got a lot of errors in Lyx. I have checked the tetex hierrarchy, texhash-ed after the installation of the .cls file, rechecked the lexmf.cnf, chkconfig.ltx files. I guess I am still missing something, maybe Ly

Re: Creating a .layout file

2003-10-14 Thread Jean-Marc Lasgouttes
> "Hassoun" == Hassoun Karam <[EMAIL PROTECTED]> writes: Hassoun> Hi Andre thanks for your reply. Hassoun> I have tried what you recommend before posting and i got a Hassoun> lot of errors in Lyx. I have checked the tetex hierrarchy, Hassoun> texhash-ed after the installation of the .cls file

Re: Creating a .layout file

2003-10-14 Thread Hassoun Karam
certainly! there you go. Hassoun Jean-Marc Lasgouttes wrote: "Hassoun" == Hassoun Karam <[EMAIL PROTECTED]> writes: Hassoun> Hi Andre thanks for your reply. Hassoun> I have tried what you recommend before posting and i got a Hassoun> lot of errors in Lyx. I have checked the tetex hierrarchy, H

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Katrin Pietzsch
Thanks guys :)! I needed to specify the applications to preview dvi, ps, pdf - which I did as Oliver Margraf suggested in his mail (Edit --> Preferences? (Einstellungen) --> file format? (Dateiformate) and then "open -a Preview" or another programme). At least I found a way to view my file - a

Re: Creating a .layout file

2003-10-14 Thread Jean-Marc Lasgouttes
> "Hassoun" == Hassoun Karam <[EMAIL PROTECTED]> writes: Hassoun> certainly! there you go. So, I guess that the code you put in preamble is some theseul.cls (I tried to find it on the ulaval.ca site, but it is in the intranet...). In this case, I would just use -- #% Do not d

Re: Math font problem on screen

2003-10-14 Thread Jean-Pierre.Chretien
>>X-Injected-Via-Gmane: http://gmane.org/ >>To: [EMAIL PROTECTED] >>From: Angus Leeming <[EMAIL PROTECTED]> >>Subject: Re: Math font problem on screen >>Date: Tue, 14 Oct 2003 09:05:30 + >>X-Complaints-To: [EMAIL PROTECTED] >> >>Jean-Pierre.Chretien wrote: >>> Which fonts are missing ? >>> Whe

Grace

2003-10-14 Thread Les Denham
Hi list, I was pleasantly surprised to find that Lyx handles Grace (http://plasma-gate.weizmann.ac.il/Grace/) .agr files as figures. My discovery of this was completely accidental. Is it documented anywhere? I'm using Lyx 1.2.3 (yes, I know it's old, but it works for me). Les

Re: Math font problem on screen

2003-10-14 Thread Angus Leeming
On Tuesday 14 October 2003 1:25 pm, Jean-Pierre.Chretien wrote: > >>X-Injected-Via-Gmane: http://gmane.org/ > >>To: [EMAIL PROTECTED] > >>From: Angus Leeming <[EMAIL PROTECTED]> > >>Subject: Re: Math font problem on screen > >>Date: Tue, 14 Oct 2003 09:05:30 + > >>X-Complaints-To: [EMAIL PROTEC

Re: Creating a .layout file

2003-10-14 Thread Hassoun Karam
same as when the code is included: there is a part of the .lyx document that is not read (i.e. ERT that is defined with \newcommand). No errors are signaled when View|DVI; just the ERT is ignored. Hassoun Jean-Marc Lasgouttes wrote: "Hassoun" == Hassoun Karam <[EMAIL PROTECTED]> writes: Has

problem with lyx 1.3.3-qt for suse82

2003-10-14 Thread Alberto Sanchez
Hi I just updated my system to lyx 1.3.3 using the binary available in the ftp server for suse 8.2 i386. At the beginning it was running very well, but I discovered immediatly one big problem. I am writing my PhD thesis (85 pages so far) and I tried to save the file. Lyx crashed and exited. I open

Re: Creating a .layout file

2003-10-14 Thread Andre Poenitz
On Tue, Oct 14, 2003 at 03:17:50PM +0200, Jean-Marc Lasgouttes wrote: > > "Hassoun" == Hassoun Karam <[EMAIL PROTECTED]> writes: > > Hassoun> certainly! there you go. > > So, I guess that the code you put in preamble is some theseul.cls (I > tried to find it on the ulaval.ca site, but it is i

Re: Math font problem on screen

2003-10-14 Thread Jean-Marc Lasgouttes
> "Jean-Pierre" == Jean-Pierre Chretien <[EMAIL PROTECTED]> writes: >>> X-Injected-Via-Gmane: http://gmane.org/ To: >>> [EMAIL PROTECTED] From: Angus Leeming <[EMAIL PROTECTED]> >>> Subject: Re: Math font problem on screen Date: Tue, 14 Oct 2003 >>> 09:05:30 + X-Complaints-To: [EMAIL PROTE

Re: Creating a .layout file

2003-10-14 Thread Jean-Marc Lasgouttes
> "Hassoun" == Hassoun Karam <[EMAIL PROTECTED]> writes: Hassoun> same as when the code is included: there is a part of the Hassoun> .lyx document that is not read (i.e. ERT that is defined with Hassoun> \newcommand). Hassoun> No errors are signaled when View|DVI; just the ERT is Hassoun> ign

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Jean-Marc Lasgouttes
> "Katrin" == Katrin Pietzsch <[EMAIL PROTECTED]> writes: Katrin> Thanks guys :)! I needed to specify the applications to Katrin> preview dvi, ps, pdf - which I did as Oliver Margraf suggested Katrin> in his mail (Edit --> Preferences? (Einstellungen) --> file Katrin> format? (Dateiformate) an

Re: Grace

2003-10-14 Thread Angus Leeming
Les Denham wrote: > Hi list, > > I was pleasantly surprised to find that Lyx handles Grace > (http://plasma-gate.weizmann.ac.il/Grace/) .agr files as figures. > > My discovery of this was completely accidental. Is it documented > anywhere? I'm using Lyx 1.2.3 (yes, I know it's old, but it works

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Angus Leeming
Katrin Pietzsch wrote: > Thanks guys :)! > > I needed to specify the applications to preview dvi, ps, pdf - which > I did as Oliver Margraf suggested in his mail (Edit --> Preferences? > (Einstellungen) --> file format? (Dateiformate) and then "open -a > Preview" or another programme). > > At le

Re: problem with lyx 1.3.3-qt for suse82

2003-10-14 Thread Angus Leeming
Alberto Sanchez wrote: > Hi > > I just updated my system to lyx 1.3.3 using the binary available in > the ftp server for suse 8.2 i386. At the beginning it was running > very well, but I discovered immediatly one big problem. I am writing > my PhD thesis (85 pages so far) and I tried to save the

Re: Creating a .layout file

2003-10-14 Thread Andre Poenitz
On Tue, Oct 14, 2003 at 03:31:51PM +0200, Hassoun Karam wrote: > same as when the code is included: > > there is a part of the .lyx document that is not read (i.e. ERT that is > defined with \newcommand). > > No errors are signaled when View|DVI; just the ERT is ignored. So please send an examp

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Herbert Voß
Nirmal Govind schrieb: There's nothing magic about this. You just need to define a converter eps->pdf. The preferences dialog should make this trivially easy. The converter is already defined.. it's epstopdf.. only a question: did you run pdflatex --shell-escape otherwise epstopdf cannot work H

Re: problem with lyx 1.3.3-qt for suse82

2003-10-14 Thread Andre Poenitz
On Tue, Oct 14, 2003 at 02:35:58PM +0100, Alberto Sanchez wrote: > Has anybody have had the same problem? No. > Is this a bug? Probably. Please try to reproduce this behaviour and send a minimal .lyx which triggers the crash. Andre'

Re: Math font problem on screen

2003-10-14 Thread Jean-Pierre.Chretien
>>To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]> >>Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] >>Subject: Re: Math font problem on screen >>From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> >>Date: Tue, 14 Oct 2003 15:38:33 +0200 >> >>> "Jean-Pierre" == Jean-Pierre Chretien <[EMAIL PROTECTED]> writ

Re: Grace

2003-10-14 Thread Herbert Voß
Les Denham schrieb: I was pleasantly surprised to find that Lyx handles Grace (http://plasma-gate.weizmann.ac.il/Grace/) .agr files as figures. My discovery of this was completely accidental. Is it documented anywhere? I'm using Lyx 1.2.3 (yes, I know it's old, but it works for me). I should

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Katrin Pietzsch
So now, for a solution - I converted the eps to pdf manually using convert, that cuts off a good 1 in on the right side of the figure.. so I converted it to jpg instead and everything seems to be fine.. I'm not sure why there's a problem with the eps figure - I generated it using Adobe Illust

Re: problem with lyx 1.3.3-qt for suse82

2003-10-14 Thread Jean-Marc Lasgouttes
> "Alberto" == Alberto Sanchez <[EMAIL PROTECTED]> writes: Alberto> Hi I just updated my system to lyx 1.3.3 using the binary Alberto> available in the ftp server for suse 8.2 i386. At the Alberto> beginning it was running very well, but I discovered Alberto> immediatly one big problem. I am w

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Ronald Florence
Katrin Pietzsch <[EMAIL PROTECTED]> writes: > I needed to specify the applications to preview dvi, ps, pdf - which I > did as Oliver Margraf suggested in his mail (Edit --> Preferences? > (Einstellungen) --> file format? (Dateiformate) and then "open -a > Preview" or another programme). > > At l

Re: problem with lyx 1.3.3-qt for suse82

2003-10-14 Thread Herbert Voß
Alberto Sanchez schrieb: I just updated my system to lyx 1.3.3 using the binary available in the ftp server for suse 8.2 i386. At the beginning it was running very well, but I discovered immediatly one big problem. I am writing my PhD thesis (85 pages so far) and I tried to save the file. Lyx crash

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Herbert Voß
Katrin Pietzsch schrieb: btw. Herbert, why is convert a bad choice? _bad_ maybe the wrong word here. If you have a vector graphic file then convert creates a bitmap from the vector source. So convert should be the last choice. Herbert

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Angus Leeming
Katrin Pietzsch wrote: > btw. Herbert, why is convert a bad choice? Because it generates a bitmap file from your nice vector graphics one. Prefer to generate a pdf file from eps (using epstopdf) because this will retain the vector graphics nature of the file, meaning that it will scale flawless

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Katrin Pietzsch
Am Dienstag, 14.10.03 um 16:46 Uhr schrieb Angus Leeming: Katrin Pietzsch wrote: Thanks guys :)! I needed to specify the applications to preview dvi, ps, pdf - which I did as Oliver Margraf suggested in his mail (Edit --> Preferences? (Einstellungen) --> file format? (Dateiformate) and then "ope

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Angus Leeming
Katrin Pietzsch wrote: > LyX: Unknown tag `Acrobat' [around line 90 of file > ~/.lyx/preferences] LyX: Unknown tag `Reader' [around line 90 of > file ~/.lyx/preferences] LyX: Unknown tag `5.0""' [around line 91 of > file ~/.lyx/preferences] > > ... and that was it with previewing in Acrobat Reader

Re: eps figures in lyx/pdfscreen

2003-10-14 Thread Katrin Pietzsch
Am Dienstag, 14.10.03 um 16:23 Uhr schrieb Herbert Voß: Katrin Pietzsch schrieb: btw. Herbert, why is convert a bad choice? _bad_ maybe the wrong word here. If you have a vector graphic file then convert creates a bitmap from the vector source. So convert should be the last choice. okay, that i u

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Katrin Pietzsch wrote: >> LyX: Unknown tag `Acrobat' [around line 90 of file >> ~/.lyx/preferences] LyX: Unknown tag `Reader' [around line 90 of >> file ~/.lyx/preferences] LyX: Unknown tag `5.0""' [around line 91 >> of file ~/.lyx/

Re: Addendum to the TrueType question

2003-10-14 Thread JC
Hi, Jean-Marc. Thanks for your input. See my reply below. --- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > > "JC" == JC <[EMAIL PROTECTED]> writes: > > JC> I have made some progress on the issue I > mentioned in my > JC> previous message. I have changed my preamble to > read >

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Katrin Pietzsch wrote: >>> LyX: Unknown tag `Acrobat' [around line 90 of file >>> ~/.lyx/preferences] LyX: Unknown tag `Reader' [around line 90 of >>> file ~/.lyx/preferences] LyX: Unknown tag `5.0"

Re: problem with lyx 1.3.3-qt for suse82

2003-10-14 Thread Alberto Sanchez
Thanks for your responses. Unfortunately I am not that proficient in using gcc or debugging tools in Linux yet...but I will try to do so. Apparently however, J.M. knows about the problem, so I will let him solve it and wait until 1.3.4 in the near future. Alberto

Re: Font problems and PNGs? Help...

2003-10-14 Thread John Coppens
On Tue, 14 Oct 2003 08:58:26 + Angus Leeming <[EMAIL PROTECTED]> wrote: > John Coppens wrote: > > > Hi all... > > > > After some guesswork and a huge amount of luck, I found that the > > font problem could be solved inverting the font dirs in > > /usr/X11/lib/X11/XftConfig... Go figure... >

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Chris Menzel
On Tue, Oct 14, 2003 at 03:12:42PM +0200, Katrin Pietzsch wrote: > ... > I needed to specify the applications to preview dvi, ps, pdf - which I > did as Oliver Margraf suggested in his mail (Edit --> Preferences? > (Einstellungen) --> file format? (Dateiformate) and then "open -a > Preview" or anot

pdf export problem: pi missing

2003-10-14 Thread Robert Neumann
Hello, I am using Lyx 1.2.1 and \usepackage{mathptmx} I exported my file to a .pdf which worked fine for linux and windows98 But when I tried to open it with a mac, the pi and the infinity symbol were gone... There was just white space. Does anybody know how to solve this problem? Thanks Robert Ne

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Katrin Pietzsch
Am Dienstag, 14.10.03 um 18:12 Uhr schrieb Angus Leeming: Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Katrin Pietzsch wrote: LyX: Unknown tag `Acrobat' [around line 90 of file ~/.lyx/preferences] LyX: Unknown tag `Reader' [around line 90 of file ~/.lyx/

Re: Font problems and PNGs? Help...

2003-10-14 Thread Angus Leeming
John Coppens wrote: >> What route are you taking to generate the pdf? Are you going >> * lyx->latex-(latex)->dvi-(dvips)->ps-(ps2pdf)->pdf >> which requires that the png image is converted to eps format, or >> are you using the route >> * lyx->latex-(pdflatex)->pdf >> which can use the png file as-

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Angus Leeming
On Tuesday 14 October 2003 4:29 pm, Katrin Pietzsch wrote: > One question though: what does "$$i" mean? Now, if you used the xforms frontend, then you'd know (it has a little text box explaining the syntax in detail). Apparently that is a bad user interface, so the more politically correct Qt fr

Re: pdf export problem: pi missing

2003-10-14 Thread Raphael Clifford
Robert Neumann wrote: Hello, I am using Lyx 1.2.1 and \usepackage{mathptmx} I exported my file to a .pdf which worked fine for linux and windows98 But when I tried to open it with a mac, the pi and the infinity symbol were gone... There was just white space. Does anybody know how to solve this pr

Re: pdf export problem: pi missing

2003-10-14 Thread Angus Leeming
Robert Neumann wrote: > Hello, > I am using Lyx 1.2.1 and \usepackage{mathptmx} > I exported my file to a .pdf which worked fine for linux and > windows98 But when I tried to open it with a mac, the pi and the > infinity symbol were gone... There was just white space. > Does anybody know how to so

Re: problem with lyx 1.3.3-qt for suse82

2003-10-14 Thread Juergen Spitzmueller
Alberto Sanchez wrote: > I just updated my system to lyx 1.3.3 using the binary available in the > ftp server for suse 8.2 i386. At the beginning it was running very well, > but I discovered immediatly one big problem. I am writing my PhD thesis > (85 pages so far) and I tried to save the file. Lyx

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Ronald Florence
Chris Menzel <[EMAIL PROTECTED]> writes: > Go to LyX -> Preferences -> File formats; click on "Postscript" in the > File formats window, and in the Viewer field enter "gv -watch" (no > quotes, of course). With the -watch flag set, gv will check every > second to see if the .ps file it is renderin

Re: I can't preview in Lyx/Mac - Solved (hopefully)!

2003-10-14 Thread Chris Menzel
On Tue, Oct 14, 2003 at 01:29:50PM -0400, Ronald Florence wrote: > Chris Menzel <[EMAIL PROTECTED]> writes: > > > Go to LyX -> Preferences -> File formats; click on "Postscript" in the > > File formats window, and in the Viewer field enter "gv -watch" (no > > quotes, of course). With the -watch f

Re: Math font problem on screen

2003-10-14 Thread Dekel Tsur
On Tue, Oct 14, 2003 at 03:53:10PM +0200, Jean-Pierre.Chretien wrote: > >>What do you have in .lyx/xfonts/ with only the eps fonts? > > %ls /usr/local/share/lyx-1.3.3/xfonts > PSres.upr cmmi10.pfb@ cmsy10.pfb@ fonts.dir msam10.pfb@ > wasy10.pfb@ > cmex10.pfb@ cmr10.pfb@eufm10.

Re: pdf export problem: pi missing

2003-10-14 Thread Dekel Tsur
On Tue, Oct 14, 2003 at 05:59:36PM +, Angus Leeming wrote: > Robert Neumann wrote: > > > Hello, > > I am using Lyx 1.2.1 and \usepackage{mathptmx} > > I exported my file to a .pdf which worked fine for linux and > > windows98 But when I tried to open it with a mac, the pi and the > > infinity

Re: Math font problem on screen

2003-10-14 Thread Matej Cepl
Guys, could you please delete unimportant parts of the message you are answering to? How should I make sense of junk like below? Matej Jean-Pierre.Chretien wrote: > >>>To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]> >>>Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] >>>Subject: Re: Math font problem o

Re: Font problems and PNGs? Help...

2003-10-14 Thread John Coppens
On Tue, 14 Oct 2003 17:36:19 + Angus Leeming <[EMAIL PROTECTED]> wrote: > John Coppens wrote: > >> What route are you taking to generate the pdf? Are you going > >> * lyx->latex-(latex)->dvi-(dvips)->ps-(ps2pdf)->pdf > >> which requires that the png image is converted to eps format, or > >> ar

Re: Referencing subfigures

2003-10-14 Thread Rajil Saraswat
On Tuesday 14 October 2003 11:15, Rajil Saraswat wrote: > On Tuesday 14 October 2003 10:15, Herbert Voß wrote: > > attached the testfile. It is not a good idea to > > count figures sectionwide, when having chapters. > > > > Herbert > > Thanks Herbert for your help. However, it seems i was not clear

Re: Referencing subfigures

2003-10-14 Thread Herbert Voß
Rajil Saraswat schrieb: Any advice on this Herbert. Sorry, i am to submit my report this week so i am hurrying things a bit. If there is no straight solution, i will add an (a) and (b) manually. attached, Herbert #LyX 1.3 created this file. For more info see http://www.lyx.org/ \lyxformat 221 \

Re: Referencing subfigures

2003-10-14 Thread Rajil Saraswat
On Tuesday 14 October 2003 22:45, Herbert Voß wrote: > Rajil Saraswat schrieb: > > > > Any advice on this Herbert. Sorry, i am to submit my report this week so > > i am hurrying things a bit. If there is no straight solution, i will > > add an (a) and (b) manually. > > > attached, > > Herbert

Re: Creating a .layout file

2003-10-14 Thread Hassoun Karam
Follow up from yesterday: attached are the class .cls (that i am trying to build a .layout for) and the .lyx files. thanks for your help Andre Poenitz wrote: On Tue, Oct 14, 2003 at 03:31:51PM +0200, Hassoun Karam wrote: same as when the code is included: there is a part of the .lyx document t