Re: eps files

2023-12-31 Thread Patrick Dupre via lyx-users
I guess taht I fixed the issue. > > Hello, > > lyx newfile1.lyx > allows me to display the picture properly, > but running Ctrl+R > generates a file without the picture. > In the past, this was working. > Could you tell me what is wrong? > > Thanks > > ==

On Screen Graphics Previews in LyX 2.0 for non eps files

2011-09-07 Thread Geoffrey Ghose
Are eps files the only ones which can viewed as a preview on the screen? My debugging output from the Mac version displays this for gif and pdf files: lyx-2.0.1/src/support/InsetGraphics.cpp(145): Token: 'filename' lyx-2.0.1/src/support/InsetGraphics.cpp(145): Token: 'display

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-10 Thread Steve Litt
On Sunday, July 10, 2011 06:54:32 PM Liviu Andronic wrote: > On Mon, Jul 11, 2011 at 12:33 AM, Jean-Marc Lasgouttes > > wrote: > >>> :-) Release appeared to work just fine :-) > >> > >> It (release) seems to work on my box, too. > > > > The code checks against rel*, actually. So relative would

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-10 Thread Liviu Andronic
On Mon, Jul 11, 2011 at 12:33 AM, Jean-Marc Lasgouttes wrote: >>> :-) Release appeared to work just fine :-) >>> >> It (release) seems to work on my box, too. > > The code checks against rel*, actually. So relative would work too :) > That's rel-ly nice. :) Liviu

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-10 Thread Jean-Marc Lasgouttes
Le 10/07/2011 23:39, Liviu Andronic a écrit : On Sun, Jul 10, 2011 at 11:35 PM, Steve Litt wrote: rel, not release. rh :-) Release appeared to work just fine :-) It (release) seems to work on my box, too. The code checks against rel*, actually. So relative would work too :) JMarc

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-10 Thread Liviu Andronic
On Sun, Jul 10, 2011 at 11:35 PM, Steve Litt wrote: >> rel, not release. >> >> rh > > :-) Release appeared to work just fine :-) > It (release) seems to work on my box, too. Liviu

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-10 Thread Steve Litt
On Sunday, July 10, 2011 03:12:12 PM Richard Heck wrote: > On 07/09/2011 04:49 PM, Liviu Andronic wrote: > > On Sat, Jul 9, 2011 at 9:33 PM, Steve Litt wrote: > >> Here was my configure command: > >> ./configure --with-version-suffix=200 > >> --enable-build-type=release -- > >> > >> with-qt

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-10 Thread Steve Litt
t4, and the problem disappeared and I compiled LyX 2.0.0, and it appears to be working pretty well now. Thanks! I think the developers, on each new version, should document all dependencies so compiling will involve more logic and less guesswork. I'd imagine such a listing could probably be c

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-10 Thread Richard Heck
On 07/09/2011 04:49 PM, Liviu Andronic wrote: On Sat, Jul 9, 2011 at 9:33 PM, Steve Litt wrote: Here was my configure command: ./configure --with-version-suffix=200 --enable-build-type=release -- with-qt4-dir=/usr/lib/qt4 rel, not release. rh

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Liviu Andronic
On Sat, Jul 9, 2011 at 9:33 PM, Steve Litt wrote: > Here was my configure command: > >  ./configure --with-version-suffix=200 --enable-build-type=release  -- > with-qt4-dir=/usr/lib/qt4 > > Here was the error message from ./configure: > > == > The following problems have b

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Kornel Benko
Am Samstag, 9. Juli 2011 schrieb Steve Litt: > On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote: > > On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt > > wrote: > > > On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote: > > >> On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt > > >> > > >

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Steve Litt
On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote: > On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt wrote: > > On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote: > >> On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt > >> > >> > What am I doing wrong? > >> > >> Ubuntu ships the wrong

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Richard Heck
On 07/09/2011 03:04 PM, Liviu Andronic wrote: > On Sat, Jul 9, 2011 at 8:38 PM, Steve Litt wrote: >> On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote: >> >>> ..but if you're OK with building, this should be straightforward: >>> apt-get build-dep lyx >>> ./configure --with-version-suffi

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Liviu Andronic
On Sat, Jul 9, 2011 at 8:38 PM, Steve Litt wrote: > On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote: > >> ..but if you're OK with building, this should be straightforward: >> apt-get build-dep lyx >>  ./configure --with-version-suffix=-svn --enable-build-type=release >> make >> make in

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Steve Litt
On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote: > ..but if you're OK with building, this should be straightforward: > apt-get build-dep lyx > ./configure --with-version-suffix=-svn --enable-build-type=release > make > make install What does "--enable-build-type=release" do for you?

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Richard Heck
On 07/09/2011 04:15 AM, Steve Litt wrote: > > LyX is probably the #2 most important application in my business > (VimOutliner is #1). It's important enough that I'm willing to compile > my own, always assuming that there's a 2.x version that compiles well > on Ubuntu 11.04. What do you think is

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Liviu Andronic
On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt wrote: > On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote: >> On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt >> > What am I doing wrong? >> >> Ubuntu ships the wrong version. See this recent discussion [1][2]. >> See these instructions [3] on how

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Steve Litt
On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote: > On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt > > What am I doing wrong? > > Ubuntu ships the wrong version. See this recent discussion [1][2]. > See these instructions [3] on how to push the update to your > system (never tried it). Alt

Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Liviu Andronic
On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt wrote: > Hi all, > > An untimely computer crash brought me to Ubuntu 11.04, which brought > me to LyX 2.0.0rc3. > > Ctrl+D says "successful DVD preview, but does nothing. The View menu > gives no ps2pdf choice, and when I click the "View other formats" >

2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-08 Thread Steve Litt
Hi all, An untimely computer crash brought me to Ubuntu 11.04, which brought me to LyX 2.0.0rc3. Ctrl+D says "successful DVD preview, but does nothing. The View menu gives no ps2pdf choice, and when I click the "View other formats" choice, nothing opens up, even though I configured PDF and DVI

Re: EPS Files Without Preview

2010-07-22 Thread Bruce Pourciau
On Jul 21, 2010, at 2:28 PM, Stephen Buonopane wrote: On Jul 21, 2010, at 3:16 PM, Bruce Pourciau wrote: In the past, inserting graphics in eps format has worked beautifully in LyX, as long as the files were saved with no preview attached to them. Eps files with a preview cause an error (&qu

Re: EPS Files Without Preview

2010-07-21 Thread Bruce Pourciau
On Jul 21, 2010, at 3:01 PM, Paul Rubin wrote: Bruce Pourciau lawrence.edu> writes: Any thoughts? Could there be some kind of preview still attached? EPS files are text files, so open one of the images in a text editor and look for a block of binary nonsense. I haven't done t

Re: EPS Files Without Preview

2010-07-21 Thread Paul Rubin
Bruce Pourciau lawrence.edu> writes: > > Any thoughts? Could there be some kind of preview still attached? > EPS files are text files, so open one of the images in a text editor and look for a block of binary nonsense. I haven't done this in a while, but as I recall the la

Re: EPS Files Without Preview

2010-07-21 Thread Bruce Pourciau
On Jul 21, 2010, at 2:28 PM, Stephen Buonopane wrote: On Jul 21, 2010, at 3:16 PM, Bruce Pourciau wrote: In the past, inserting graphics in eps format has worked beautifully in LyX, as long as the files were saved with no preview attached to them. Eps files with a preview cause an error (&qu

Re: EPS Files Without Preview

2010-07-21 Thread Stephen Buonopane
On Jul 21, 2010, at 3:16 PM, Bruce Pourciau wrote: In the past, inserting graphics in eps format has worked beautifully in LyX, as long as the files were saved with no preview attached to them. Eps files with a preview cause an error ("An error occurred whilst running epstopdf"

EPS Files Without Preview

2010-07-21 Thread Bruce Pourciau
In the past, inserting graphics in eps format has worked beautifully in LyX, as long as the files were saved with no preview attached to them. Eps files with a preview cause an error ("An error occurred whilst running epstopdf"), and the pdf compiles with an empty space where

Re: Lyx, included tex file and relative .eps files

2010-07-09 Thread Richard Heck
On 07/09/2010 10:37 AM, Iain Waugh wrote: On Jul 9 2010, Richard Heck wrote: On 07/09/2010 09:22 AM, Iain Waugh wrote: It still requires the filename-eps-to.pdf files to have been pre-generated, so the epstopdf process isn't automatic, but for me at the moment this is no issue. Again, thi

Re: Lyx, included tex file and relative .eps files

2010-07-09 Thread Iain Waugh
On Jul 9 2010, Richard Heck wrote: On 07/09/2010 09:22 AM, Iain Waugh wrote: It still requires the filename-eps-to.pdf files to have been pre-generated, so the epstopdf process isn't automatic, but for me at the moment this is no issue. Again, this is because LyX is ignorant of graphics re

Re: Lyx, included tex file and relative .eps files

2010-07-09 Thread Iain Waugh
On Jul 9 2010, Julien Rioux wrote: On 09/07/2010 5:31 AM, Iain Waugh wrote: adding \graphicspath{/subfolder/pictures/} into the master lyx file preamble. Try an absolute path, that might quickly solve your problem (untested). Thanks Julien, that worked completely. It still requires the fi

Re: Lyx, included tex file and relative .eps files

2010-07-09 Thread Julien Rioux
On 09/07/2010 5:31 AM, Iain Waugh wrote: adding \graphicspath{/subfolder/pictures/} into the master lyx file preamble. Try an absolute path, that might quickly solve your problem (untested). -- Julien

Re: Lyx, included tex file and relative .eps files

2010-07-09 Thread Manveru
2010/7/9 Iain Waugh : > Dear LyX users, > > I have some .tex files written for a previous paper and now wish to include > then into a master lyx file, but am having problems with pictures. I have a > master lyxfile, then in a subfolder I have all the lyx files and tex files > to include. In /subfol

Lyx, included tex file and relative .eps files

2010-07-09 Thread Iain Waugh
Dear LyX users, I have some .tex files written for a previous paper and now wish to include then into a master lyx file, but am having problems with pictures. I have a master lyxfile, then in a subfolder I have all the lyx files and tex files to include. In /subfolder/pictures i have all the p

Re: EPS files not displaying in PDF

2010-02-16 Thread Todd Salamon
I installed Lyx 1.6.5 and MiKTeX 2.8 and this has fixed the problem. One note: the Lyx/MiKTeX install didn't work unless I uninstalled Adobe Acrobat Reader, restarted, installed Lyx/MiKTeX and then re-installed Acrobat Reader. Thanks for the suggestion Uwe. Regards, Todd

Re: EPS files not displaying in PDF

2010-02-16 Thread Uwe Stöhr
Am 15.02.2010 19:30, schrieb Todd Salamon: I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. This is most probably the reason. Before you proceed fiddling around in your system to find the misconfiguration, I recommend to 1. uninstall LyX _completely_ 2. uninstall MikteX 2

Re: EPS files not displaying in PDF

2010-02-16 Thread Todd Salamon
I went ahead and tried "View -> PDF (ps2pdf)" as well as "View -> PDF (dvipdfm)", and both of these approaches yield only a single blank page of output in the PDF. When I build via "View -> PDF (pdflatex)" the PDF files that are created in the Lyx Temp directory only have an empty bounding box, s

Re: EPS files not displaying in PDF

2010-02-16 Thread Paul A. Rubin
ge of font shenanigans is limited. That said, I suspect the Illustrator messages are a reflection on whatever program you used to create the EPS files. Like PDF, EPS allows you to embed fonts in the document. I have some EPS files generated by Mathematica. They use a mix of Courier (not emb

Re: EPS files not displaying in PDF

2010-02-15 Thread Liang
compile it using PS method, not dvi Liang M-L wrote: On Mon, 15 Feb 2010 22:26:20 + (UTC) Todd Salamon shared this with is all on the Lyx users list: The convert command does work ok. This is probably of no consequence, but I specified that the Gimp should be used in LyX and i

Re: EPS files not displaying in PDF

2010-02-15 Thread M-L
On Mon, 15 Feb 2010 22:26:20 + (UTC) Todd Salamon shared this with is all on the Lyx users list: >The convert command does work ok. This is probably of no consequence, but I specified that the Gimp should be used in LyX and it worked a treat. However the Gimp is a bit of overkill if you're

Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon
The convert command does work ok. I went ahead and tried convert filename.eps filename.pdf The PDF is a bit grainy and unresolved, but there is definitely an image there, whereas in the document it's an empty bounding box. I also tried opening filename.eps in Adobe Illustrator and it complained

Re: EPS files not displaying in PDF

2010-02-15 Thread Paul Rubin
Todd Salamon writes: > > > I have ImageMagick 6.2.9 Q16 installed. > What happens if, in a command window (DOS prompt), you run 'convert whatever.eps whatever.pdf' against one of your EPS files? I'm wondering if maybe there's something in them that is causing ImageMagick heartburn. /Paul

Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon
I just tried updating to ImageMagick 6.5.9-5-Q16 and that didn't make any difference. Todd P.S. FYI - in the process of installing Lyx there was an error related to writing a file. Any of the "..." below are too long for me to write. Error opening file for writing: MiKTeX 2.5SystemAdmin yesPo

Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon
I have ImageMagick 6.2.9 Q16 installed. Todd

Re: EPS files not displaying in PDF

2010-02-15 Thread Paul Rubin
Todd Salamon writes: > > I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. I have a > document with PDF and EPS files for figures. The preview shows both, but when > I > try "View -> PDF (pdflatex)" the resulting PDF file only includes the PDF >

EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon
I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. I have a document with PDF and EPS files for figures. The preview shows both, but when I try "View -> PDF (pdflatex)" the resulting PDF file only includes the PDF images, and the EPS files show up as empty boxes

Re: Matlab eps files display problem

2009-09-02 Thread Hauser Helmut
'psc2'); % convert it with convert from ImageMagick unix(['convert TEMPORARY_',name,'.eps ',name,'.eps']) % remove temporary eps file unix(['rm -f TEMPORARY_',name,'.eps']); cheers, Helmut Hauser Helmut wrote: I have a problem with e

Re: Matlab eps files display problem

2008-02-28 Thread Mukhtar Ullah
Uwe Stöhr <[EMAIL PROTECTED]> writes: > > Hauser Helmut schrieb: > > > The problem is that it is not displayed properly on the lyx screen. It > > looks somehow distorted and only in black and white. Interestingly in > > the final ps or pdf file it looks correctly. > > You might try if it work

Re: Matlab eps files display problem

2008-02-28 Thread Uwe Stöhr
Hauser Helmut schrieb: The problem is that it is not displayed properly on the lyx screen. It looks somehow distorted and only in black and white. Interestingly in the final ps or pdf file it looks correctly. You might try if it works when you use the latest version of Ghostscript and Imagema

Matlab eps files display problem

2008-02-28 Thread Hauser Helmut
I have a problem with eps files produced with Matlab 7.4 (export figures to eps) (Note: With the older versions of Matlab this did not occur) The problem is that it is not displayed properly on the lyx screen. It looks somehow distorted and only in black and white. Interestingly in the final

Re: lyx crash when loading eps files

2008-02-19 Thread Andre Poenitz
On Tue, Feb 19, 2008 at 12:45:37PM -0600, Paul Johnson wrote: > On Feb 19, 2008 11:06 AM, Andre Poenitz > <[EMAIL PROTECTED]> wrote: > > On Mon, Feb 18, 2008 at 11:55:21PM -0600, Paul Johnson wrote: > > > I can't understand how/why LyX depends on kdelibs. > > > > LyX doesn't depend on KDE. > > > >

Re: lyx crash when loading eps files

2008-02-19 Thread Juergen Spitzmueller
Paul Johnson wrote: > Yes, that is what I said at the start.  Then how in the world can it > be an update of kdebase from version 3 to 4.0.1 makes lyx break? Because Qt makes use of plugins provided by KDE. There's *nothing* LyX can do to prevent that. > Or, more to the point, what should I do t

Re: lyx crash when loading eps files

2008-02-19 Thread Paul Johnson
On Feb 19, 2008 11:06 AM, Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Mon, Feb 18, 2008 at 11:55:21PM -0600, Paul Johnson wrote: > > I can't understand how/why LyX depends on kdelibs. > > LyX doesn't depend on KDE. > > Andre' > Yes, that is what I said at the start. Then how in the world can it

Re: lyx crash when loading eps files

2008-02-19 Thread Andre Poenitz
On Mon, Feb 18, 2008 at 11:55:21PM -0600, Paul Johnson wrote: > I can't understand how/why LyX depends on kdelibs. LyX doesn't depend on KDE. Andre'

Re: lyx crash when loading eps files

2008-02-19 Thread José Matos
On Tuesday 19 February 2008 05:55:21 Paul Johnson wrote: > Is there any news on this trouble?  I'm a little puzzled by it. > > On Fedora 8, I just installed the bleeding edge KDE4 and found that > lyx crashed, and then I googled my way to this thread.  I am running > the lyx package that is distrib

Re: lyx crash when loading eps files

2008-02-18 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Qt itself does not provide > such an architecture Qt itself does not provide such a plugin Jürgen

Re: lyx crash when loading eps files

2008-02-18 Thread Jürgen Spitzmüller
Paul Johnson wrote: > This is not explaining how LyX depends on kdebase.  That's the part > i'm puzzled over.  Is it kdvi that is the trouble? Read it again. LyX uses the Qt 4 toolkit. The Qt4 toolkit has a plugin architecture and uses plugins for several tasks (plugins can be shipped with Qt it

Re: lyx crash when loading eps files

2008-02-18 Thread Paul Johnson
On Feb 19, 2008 12:20 AM, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > Paul Johnson wrote: > > I can't understand how/why LyX depends on kdelibs. > > Here's the explanation from a kdelibs developer: > > [...] > > Qt uses the QImageIO Plugins for rendering images. Since KDE installs > such a pl

Re: lyx crash when loading eps files

2008-02-18 Thread Jürgen Spitzmüller
Paul Johnson wrote: > I can't understand how/why LyX depends on kdelibs. Here's the explanation from a kdelibs developer: [...] Qt uses the QImageIO Plugins for rendering images. Since KDE installs such a plugin for the EPS format, every Qt application picks that plugin as well. Unfortuna

Re: lyx crash when loading eps files

2008-02-18 Thread Jürgen Spitzmüller
Paul Johnson wrote: > Is there any news on this trouble?  I'm a little puzzled by it. Yes, the problem has been fixed in KDE 4.0.1, which was released some days ago. So try to grab a KDE 4 update. Jürgen

Re: lyx crash when loading eps files

2008-02-18 Thread Paul Johnson
On Jan 25, 2008 7:56 AM, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > David Hewitt wrote: > > Responding to myself... I had reason to just now try an EPS figure in LyX > > and it worked fine. Is this known problem restricted to Linux, or > > specifically Kubuntu? > > Well, you need to have KDE 4

Re: lyx crash when loading eps files

2008-01-25 Thread Jürgen Spitzmüller
David Hewitt wrote: > Responding to myself... I had reason to just now try an EPS figure in LyX > and it worked fine. Is this known problem restricted to Linux, or > specifically Kubuntu? Well, you need to have KDE 4 installed. We had reports for various distros. Amd the problem is still there wi

Re: lyx crash when loading eps files

2008-01-24 Thread David Hewitt
that matter). > > So, the recent suggestion to create EPS files of graphics in R for use in > LyX floats seems less palatable. If PDF is the endpoint for the LyX > document, perhaps PDF output from R is best? > Responding to myself... I had reason to just now try an EPS figure

Re: lyx crash when loading eps files

2008-01-24 Thread David Hewitt
). > So, the recent suggestion to create EPS files of graphics in R for use in LyX floats seems less palatable. If PDF is the endpoint for the LyX document, perhaps PDF output from R is best? - David Hewitt Virginia Institute of Marine Science http://www.vims.edu/fish/students/dhewitt/

Re: lyx crash when loading eps files

2008-01-24 Thread Juergen Spitzmueller
Luca Giambonini wrote: > I have written a document containing images in eps. Now, mysteriously, > when I try to open the same document  lyx crash. This is a known problem. The culprit is kdelibs from KDE4. The only known workaround is to deinstall kde4libs (i.e. KDE4, for that matter). Jürgen

lyx crash when loading eps files

2008-01-24 Thread Luca Giambonini
Hi all, I have written a document containing images in eps. Now, mysteriously, when I try to open the same document lyx crash. I have isolated the problem and I can recreate without problems, I create a new document, add image, I choose a file in eps format and confirm. During the creation of the

Re: eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-18 Thread Uwe Stöhr
r thorough help. regards Marius Uwe Stöhr schrieb: Marius Disler schrieb: I have to convert a lyx-file containing eps-graphics with pdflatex. The resolution in the resulting pdf-file with pdflatex of the old lyX was the same as when I opened the eps files with gsView. Now using pdflatex from LyXWin14

Re: eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-18 Thread Uwe Stöhr
Marius Disler schrieb: I have to convert a lyx-file containing eps-graphics with pdflatex. The resolution in the resulting pdf-file with pdflatex of the old lyX was the same as when I opened the eps files with gsView. Now using pdflatex from LyXWin144Small-2-10.exe the graphics in the pdf

Re: eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-18 Thread Mukhtar Ullah
Georg Baum <[EMAIL PROTECTED]> writes: > > Am Sonntag, 18. Februar 2007 13:20 schrieb Mukhtar Ullah: > > > Let me point out that checking the "vector format" checkbox is making no > > difference at all. Everyone in this listing is repeatedly suggesting this > same > > thing again and again. Tha

Re: eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-18 Thread Georg Baum
Am Sonntag, 18. Februar 2007 13:20 schrieb Mukhtar Ullah: > Let me point out that checking the "vector format" checkbox is making no > difference at all. Everyone in this listing is repeatedly suggesting this same > thing again and again. That is not helping in anyway. This LyX144 is having a >

Re: eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-18 Thread Mukhtar Ullah
old lyX was > > the same as when I opened the eps files with gsView. Now using pdflatex > > >from LyXWin144Small-2-10.exe the graphics in the pdf-output look very > > blurred (low resolution). The eps-graphics are not blurred when shown in > > LyX. > > You probably c

Re: eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-18 Thread Mukhtar Ullah
Paul A. Rubin <[EMAIL PROTECTED]> writes: > > Marius Disler wrote: > > Hello > > > > I have to convert a lyx-file containing eps-graphics with pdflatex. The > > resolution in the resulting pdf-file with pdflatex of the old lyX was > > the same as wh

Re: eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-18 Thread Georg Baum
Am Samstag, 17. Februar 2007 21:28 schrieb Marius Disler: > Hello > > I have to convert a lyx-file containing eps-graphics with pdflatex. The > resolution in the resulting pdf-file with pdflatex of the old lyX was > the same as when I opened the eps files with gsView. Now

Re: eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-17 Thread Paul A. Rubin
Marius Disler wrote: Hello I have to convert a lyx-file containing eps-graphics with pdflatex. The resolution in the resulting pdf-file with pdflatex of the old lyX was the same as when I opened the eps files with gsView. Now using pdflatex from LyXWin144Small-2-10.exe the graphics in the

eps-files are blurred with pdflatex from LyXWin144Small-2-10.exe

2007-02-17 Thread Marius Disler
Hello I have to convert a lyx-file containing eps-graphics with pdflatex. The resolution in the resulting pdf-file with pdflatex of the old lyX was the same as when I opened the eps files with gsView. Now using pdflatex from LyXWin144Small-2-10.exe the graphics in the pdf-output look very

Re: Clean EPS Files

2005-06-13 Thread Bruce Pourciau
[EMAIL PROTECTED]> To: "LyXFolks" Sent: Monday, June 13, 2005 4:44 PM Subject: Clean EPS Files A while back on this list, I read that Photoshop by default saves eps files with an embedded tiff preview (which causes problems for LaTex), but that there is a way to force Photoshop to cre

Re: Clean EPS Files

2005-06-13 Thread Geoffrey Lloyd
t. In my experience the previews have caused no problems in Lyx but as they aren't necessary I select none. - Original Message - From: "Bruce Pourciau" <[EMAIL PROTECTED]> To: "LyXFolks" Sent: Monday, June 13, 2005 4:44 PM Subject: Clean EPS Files A while

Clean EPS Files

2005-06-13 Thread Bruce Pourciau
A while back on this list, I read that Photoshop by default saves eps files with an embedded tiff preview (which causes problems for LaTex), but that there is a way to force Photoshop to create a clean eps file. Does anyone know how to do this in Photoshop? Bruce

Include eps files in PDF?

2005-02-20 Thread Zeng Zeng
Dear All: I meet a problem. When I include some pictures in lyx file, I want to use relative path. It is ok when I just generate dvi files, but if I generate pdf files, some error occurs, which informs me that the system can not find the pictures. If I change the relative path to the absolute p

Re: Inserting Photoshop EPS Files

2005-01-17 Thread Bruce Pourciau
hazy memory of reading somewhere that Photoshop's eps files contain "extra stuff" which causes problems for LyX. It needs to NOT have an embedded tiff preview. There should be an option to save this way in photoshop. I have found ps2eps to do a great job of cleaning up non-stan

Re: Inserting Photoshop EPS Files

2005-01-14 Thread Jean-Pierre Chretien
>>To: lyx-users@lists.lyx.org >>From: Angus Leeming <[EMAIL PROTECTED]> >>Subject: Re: Inserting Photoshop EPS Files >>Date: Thu, 13 Jan 2005 18:22:53 + >> >>Stephen Buonopane wrote: [..] >>I have found ps2eps to do a great job of

Re: Inserting Photoshop EPS Files

2005-01-13 Thread Angus Leeming
Stephen Buonopane wrote: >> If I scan a line drawing into Photoshop, save it in eps format, and >> insert it into a LyX document, should I expect any difficulties? I >> have a hazy memory of reading somewhere that Photoshop's eps files >> contain "extra stuff&quo

Re: Inserting Photoshop EPS Files

2005-01-13 Thread Stephen Buonopane
On Jan 13, 2005, at 9:13 AM, Bruce Pourciau wrote: If I scan a line drawing into Photoshop, save it in eps format, and insert it into a LyX document, should I expect any difficulties? I have a hazy memory of reading somewhere that Photoshop's eps files contain "extra stuff&quo

Inserting Photoshop EPS Files

2005-01-13 Thread Bruce Pourciau
If I scan a line drawing into Photoshop, save it in eps format, and insert it into a LyX document, should I expect any difficulties? I have a hazy memory of reading somewhere that Photoshop's eps files contain "extra stuff" which causes problems for LyX. Bruce

Re: viewing eps files

2004-02-03 Thread Raphael Clifford
Why not get convertDefault.sh to copy the eps file someplace so that you can test this file at your leisure? I think there might have been another misunderstanding as well. I am converting the approx-pic latex file to an eps to be included in a lyx document. Why? Why not include the late

Re: viewing eps files

2004-02-03 Thread Angus Leeming
On Tuesday 03 February 2004 1:21 pm, Raphael Clifford wrote: > Angus Leeming wrote: > >Run "lyx -dbg graphics" from the console to see what lyx is doing > > with your images. > > Thx. That is very interesing. Here is the output. It seems it using > convert if you look at the shell script. > > "Reco

Re: viewing eps files

2004-02-03 Thread Raphael Clifford
Angus Leeming wrote: On Tuesday 03 February 2004 1:06 pm, Raphael Clifford wrote: " The preview you see on the lyx screen is generated from a format loadable by the gui-library. Either xforms or qt. Neither can load eps files natively, so we invoke a conversion step to a loadable format b

Re: viewing eps files

2004-02-03 Thread Angus Leeming
On Tuesday 03 February 2004 1:06 pm, Raphael Clifford wrote: > " The preview you see on the lyx screen is generated from a format > loadable by the gui-library. Either xforms or qt. Neither can load > eps files natively, so we invoke a conversion step to a loadable > format

Re: viewing eps files

2004-02-03 Thread Raphael Clifford
Incidentally, does $ gs approx-pic.eps work? Both gs and gv approx-pic.eps work fine which makes the division by zero error even more mysterious, Cheers, Raphael

Re: viewing eps files

2004-02-03 Thread Raphael Clifford
e may be a problem with latex, dvips or convert. Here is what I have done latex approx-pic.tex dvips approx-pic -E -o approx-pic.eps I then tested by hand (assuming that is roughly what lyx does) convert approx-pic.eps pic.jpg You're confused. 1. latex can handle eps files fine. No conv

Re: viewing eps files

2004-02-03 Thread Angus Leeming
nk there may be a problem with latex, dvips or > convert. Here is what I have done > > latex approx-pic.tex > dvips approx-pic -E -o approx-pic.eps > > I then tested by hand (assuming that is roughly what lyx does) > > convert approx-pic.eps pic.jpg You're confus

viewing eps files

2004-02-03 Thread Raphael Clifford
I know this has been asked a number of times so I apologise if I have missed the answer that is relevant to me but I get "Error converting to loadable format" when I insert an eps file into a lyx document. I am starting to think there may be a problem with latex, dvips or convert. Here is wh

Re: Display of EPS files under SUN Sparc

2003-01-09 Thread Matej Cepl
Joachim Mispel wrote: > But I cannot display EPS files - 'Error converting to loadable > format' in the graphics box. I have installed gv 3.5.8. The > Reconfigure script recognizes it, gv displays the EPS files if > called directly, in the preferences gv is entered, and lyx &

Display of EPS files under SUN Sparc

2003-01-09 Thread Joachim Mispel
Hi, I was very surprised to see the SUN Sparc binary so quickly on the ftp server. Of course, I installed it on my workstation immediatly. Most of the things work very well and I am much more happy than with the older RH 6.2 system that used for Lyx before. But I cannot display EPS files

Re: Can't use eps files in Lyx 1.2.1

2002-12-23 Thread Jean-Marc Lasgouttes
> "Hartmut" == Hartmut S Leipner <[EMAIL PROTECTED]> writes: Hartmut> Could be. So it is really a good idea having added automatic Hartmut> reconfiguration on first installation, if I have read Hartmut> correctly the readme file of 1.2.2, because from time to time Hartmut> one forgets this on

Re: Can't use eps files in Lyx 1.2.1

2002-12-20 Thread Hartmut S. Leipner
Jean-Marc Lasgouttes wrote: >> "Hartmut" == Hartmut S Leipner <[EMAIL PROTECTED]> writes: > > Hartmut> Jean-Marc Lasgouttes wrote: "Oliver" == Oliver Hoer <[EMAIL PROTECTED]> writes: >>> > Oliver> Hi, i can't use images in eps format. When press browse there > Oliver> are many other

Re: Can't use eps files in Lyx 1.2.1

2002-12-19 Thread Jean-Marc Lasgouttes
> "Hartmut" == Hartmut S Leipner <[EMAIL PROTECTED]> writes: Hartmut> Jean-Marc Lasgouttes wrote: >>> "Oliver" == Oliver Hoer <[EMAIL PROTECTED]> writes: >> Oliver> Hi, i can't use images in eps format. When press browse there Oliver> are many other formats as filter but no eps. I use Lyx

Re: Can't use eps files in Lyx 1.2.1

2002-12-19 Thread Hartmut S. Leipner
Jean-Marc Lasgouttes wrote: >> "Oliver" == Oliver Hoer <[EMAIL PROTECTED]> writes: > > Oliver> Hi, i can't use images in eps format. When press browse there > Oliver> are many other formats as filter but no eps. I use Lyx 1.2.1 > Oliver> with Suse Linux 8.1. Can anybody help me ? > > And wha

Re: Can't use eps files in Lyx 1.2.1

2002-12-16 Thread Jean-Marc Lasgouttes
> "Oliver" == Oliver Hoer <[EMAIL PROTECTED]> writes: Oliver> Hi, i can't use images in eps format. When press browse there Oliver> are many other formats as filter but no eps. I use Lyx 1.2.1 Oliver> with Suse Linux 8.1. Can anybody help me ? And what happens if you type an explicit name wit

Can't use eps files in Lyx 1.2.1

2002-12-16 Thread Oliver Hoer
Hi, i can't use images in eps format. When press browse there are many other formats as filter but no eps. I use Lyx 1.2.1 with Suse Linux 8.1. Can anybody help me ? thx Olli

Re: cropping eps-files or changing displayed space in lyx

2002-09-08 Thread Dekel Tsur
On Sun, Sep 08, 2002 at 10:24:09PM +1000, Kathryn Andersen wrote: > On Sun, Sep 08, 2002 at 01:48:12PM +0200, Philip Gr?ting wrote: > > Is there some way to either crop the *.eps-file to the "real" content so > > that lyx is able to put its own margin around it, or to tell lyx to forget > > about

Re: cropping eps-files or changing displayed space in lyx

2002-09-08 Thread Dekel Tsur
t > about the margin (changing the bounding box values resulted in an error > message)? ps2eps: http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/ps2eps.html (or ps2epsi). Another alternative is to install Adobe's Postscript printer driver on the Windows machine, which should allow generating EPS files directly.

  1   2   >