Re: psfrag

2012-03-27 Thread Les Denham
On Tue, 27 Mar 2012 09:24:46 + (UTC) Guenter Milde wrote: > On 2012-03-26, Megnin, Christof (IMT) wrote: > > Hallo Lyx-Team, > > > ich habe die Bilder in Lyx als eps eingefügt und möchte nun > > Versuchen die Schriften innerhalb der Bilder durch das Paket psfrag &

psfrag

2012-03-26 Thread Megnin, Christof (IMT)
Hallo Lyx-Team, ich habe die Bilder in Lyx als eps eingefügt und möchte nun Versuchen die Schriften innerhalb der Bilder durch das Paket psfrag zu ändern. Wie kann ich das machen oder was muss ich als Latex schreiben, damit das funktioniert? Gruß Christof

Re: PDFLatex and psfrag

2010-08-12 Thread Julien Rioux
On 12/08/2010 8:17 AM, Pascal Francq wrote: Hi, I am using the psfrag package to modify the text included in graphics. When I use pdflatex from Lyx (2.0 beta 5), the psfrag modifications are not take into account, while when I use postscript there are no problem. When I use ps2pdf, I have

PDFLatex and psfrag

2010-08-12 Thread Pascal Francq
Hi, I am using the psfrag package to modify the text included in graphics. When I use pdflatex from Lyx (2.0 beta 5), the psfrag modifications are not take into account, while when I use postscript there are no problem. When I use ps2pdf, I have another problem because Lyx (in fact latex) says

Re: psfrag does nothing when generating a pdf-file

2009-02-16 Thread Guenter Milde
On 2009-02-14, Konrad Hofbauer wrote: > Thomas Engels wrote: >> I want to replace strings in *.eps files with LaTeX code, so I finally >> found psfrag, downloaded it and its working fine - but only when I >> generate a DVI file. (inserted ERT in the figure and \usepacka

Re: psfrag does nothing when generating a pdf-file

2009-02-14 Thread Konrad Hofbauer
Thomas Engels wrote: I want to replace strings in *.eps files with LaTeX code, so I finally found psfrag, downloaded it and its working fine - but only when I generate a DVI file. (inserted ERT in the figure and \usepackage{psfrag} to the preamble) I need a pdf, but when I run pdflatex

Re: psfrag does nothing when generating a pdf-file

2009-02-14 Thread Vincent van Ravesteijn
Thomas Engels schreef: Hi all, I want to replace strings in *.eps files with LaTeX code, so I finally found psfrag, downloaded it and its working fine - but only when I generate a DVI file. (inserted ERT in the figure and \usepackage{psfrag} to the preamble) I need a pdf, but when I run

psfrag does nothing when generating a pdf-file

2009-02-14 Thread Thomas Engels
Hi all, I want to replace strings in *.eps files with LaTeX code, so I finally found psfrag, downloaded it and its working fine - but only when I generate a DVI file. (inserted ERT in the figure and \usepackage{psfrag} to the preamble) I need a pdf, but when I run pdflatex, there is no

Re: Problem with psfrag

2008-02-18 Thread G. Milde
putMath before using this key." > The code before the graphic is included is: > \begin_inset ERT > status Open > \layout Standard > \backslash > psfrag{a_c/D} > { > \begin_inset Formula > $\frac{a_{c}}{D}$ > \end_inset > } > \end_inset > Whats wrong

Problem with psfrag

2008-02-15 Thread Susanne Gütter
Hi all, for my figure I want use the package psfrag. When I use it, the following Latex error occurs "Package inputenc Error: Keyboard character used is undefined ...fiken_Add_Rauschen_Loglog_loglog-3107-01} You need to provide a defin

Re: LyX, SVG and PSFrag: case report [UPDATED]

2007-03-06 Thread Urtzi Jauregi
nshot of the correct and incorrect preview? OK. I'll try to do it today or tomorrow. > > 3. A minor but annoying issue is that, while the PS documentis OK, when > > using Veiw->PDF, the figures look very degraded (and no PSFrag, of > > course). I am still looking

Re: LyX, SVG and PSFrag: case report [UPDATED]

2007-03-05 Thread killermike
On Monday 05 March 2007 17:25, Georg Baum wrote: > killermike wrote: > > I had noticed that the fonts in an included .svg are slightly different > > in the finished PDF and the .svg in Inkscape but I haven't tried to solve > > the problem yet. I take it that this is

Re: LyX, SVG and PSFrag: case report [UPDATED]

2007-03-05 Thread Georg Baum
I don't know why this instruction is in the wiki. > 2. Automatic inclusion of LaTeX code via PSFrag fails, and I don't know > why. Inkscape converts SVG to EPS correctly; if you insert manually these > EPS files in your LyX document, PSFrag works perfectly. The problem is >

Re: LyX, SVG and PSFrag: case report [UPDATED]

2007-03-05 Thread Georg Baum
killermike wrote: > I had noticed that the fonts in an included .svg are slightly different in > the finished PDF and the .svg in Inkscape but I haven't tried to solve the > problem yet. I take it that this is what PSFrag is for? No. psfrag enables you to put formulas in your

Re: LyX, SVG and PSFrag: case report [UPDATED]

2007-03-05 Thread killermike
it will be useful to somebody > else]. > > I want to report the results of my experiments in combining SVG figures > and the PSFrag package in LyX, hoping that they will be useful to somebody. I had noticed that the fonts in an included .svg are slightly different in the finishe

LyX, SVG and PSFrag: case report [UPDATED]

2007-03-05 Thread Urtzi Jauregi
of my experiments in combining SVG figures and the PSFrag package in LyX, hoping that they will be useful to somebody. The point was to draw a SVG figure in, say, Inkscape and insert it directly into LyX without converting it to EPS first, thus I skip a step in producing a document

LyX, SVG and PSFrag: case report

2007-03-05 Thread Urtzi Jauregi
Hi everybody! I want to report the results of my experiments in combining SVG figures and the PSFrag package in LyX, hoping that they will be useful to somebody. The point was to draw a SVG figure in, say, Inkscape and insert it directly into LyX without converting it

Re: How to use PSfrag within LyX?

2007-03-05 Thread Urtzi Jauregi
in an own paragraph with > standard alignment (not centered - that will not work). > > If the figure is not in a float or not in a minipage it might be a good > idea to enclose the psfrag commands and the figure in a psfrags > environment (also in ERT). Strange. I've t

Re: How to use PSfrag within LyX?

2007-03-04 Thread Georg Baum
gure is not in a float or not in a minipage it might be a good idea to enclose the psfrag commands and the figure in a psfrags environment (also in ERT). Georg

Re: How to use PSfrag within LyX?

2007-03-02 Thread Urtzi Jauregi
On Friday 02 March 2007 17:25:54 Georg Baum wrote: > >  ERT insets would be OK, but I wonder if one can do it the LyX way, just > >  with > > the GUI options. > > With ERT it works fine (I use it a lot), but there is no GUI yet. Where exacty do you insert the ERT? I've tried several places

Re: How to use PSfrag within LyX?

2007-03-02 Thread Georg Baum
Urtzi Jauregi wrote: > HI everybody, > > I routinely use PSfrag to embed complex mathematical expressions in EPS > figures. I'd like to use it under LyX too, but I can't find a place in the > figure float dialogs to enter the tag-to-formula definitions PSfrag needs. >

How to use PSfrag within LyX?

2007-03-02 Thread Urtzi Jauregi
HI everybody, I routinely use PSfrag to embed complex mathematical expressions in EPS figures. I'd like to use it under LyX too, but I can't find a place in the figure float dialogs to enter the tag-to-formula definitions PSfrag needs. So I usually have to export my

Re: is it possible too use psfrag in lyx?

2006-05-31 Thread Georg Baum
Rafael Sabaini wrote: > Ikarus GuardNT hat dieses eMail auf Viren und Trojaner untersucht. > Nichts Verdächtiges gefunden. > > keine Anlagen gefunden Please fix your virus scanner. > Is it possible too use the advantages off psfrag in lyx? Yes, but native support is not avail

is it possible too use psfrag in lyx?

2006-05-31 Thread Rafael Sabaini
Ikarus GuardNT hat dieses eMail auf Viren und Trojaner untersucht. Nichts Verdächtiges gefunden. keine Anlagen gefunden --- Hello too everybody. Is it possible too use the advantages off psfrag in lyx? If yes, how??? thanks, Rafael

Re: laprint & psfrag

2005-05-27 Thread Vaclav Smidl
On Friday 27 May 2005 22:26, Richard Wang wrote: > In case that someone knows a2ping, the line 1681 is: > >o_force_papersize: >die if is_page1_stop(); ># vvv ($llx,$lly,$urx,$ury)=(0,0,$papersize_x,$papersize_y); > > Thanks. > Well, a2ping has tendency to die a lot. I t

Re: laprint & psfrag

2005-05-27 Thread Richard Wang
In case that someone knows a2ping, the line 1681 is: o_force_papersize: die if is_page1_stop(); # vvv ($llx,$lly,$urx,$ury)=(0,0,$papersize_x,$papersize_y); Thanks. Richard On May 27, 2005, at 1:01 PM, Richard Wang wrote: I see, I rem

Re: laprint & psfrag

2005-05-27 Thread Richard Wang
I see, I removed it. Now the line 36, ~/a2ping.pl part has problem, matlab shows: /Users/richardwang/a2ping.pl command does not exist. Then I replace ~/a2ping.pl by a2ping, but it shows: Compiling: LaTeX -> dvips -> pdf ... Died at /usr/local/teTeX/bin/powerpc-apple-darwin-current/a2ping l

Re: laprint & psfrag

2005-05-27 Thread Vaclav Smidl
> > ! LaTeX Error: File `mono-pre.tex' not found. > Oh, sorry, I did not noticed that. It is a file with my personal newcommands. :-). Remove it or replace with your own... Best, Vasek

Re: laprint & psfrag

2005-05-27 Thread Richard Wang
x/tex/latex/graphics/trig.sty) (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/graphics.cfg) (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/dvips.def))) (/usr/local/teTeX/share/texmf.tetex/tex/latex/psfrag/psfrag.sty) ! LaTeX Error: File `mono-pre.tex' not found. Type X to quit or

Re: laprint & psfrag

2005-05-27 Thread Vaclav Smidl
not use 2 as the third argument. The picture would be bigger than the page of article class. You would need to add a3paper to its options. > But the system hung... Well, this happens when there is malformed latex code in the figure and latex runs in interactive mode. Do you have all

laprint & psfrag

2005-05-27 Thread Richard Wang
lists.lyx.org Subject: Re: laprint & psfrag Hi Vasek, Thanks for the message. I tried to run monoprint with the following code, x=0:0.1:1 plot(x,sin(x)) monoprint(1,'test4',2) But the system hung... Did I use it incorrectly? I have a2ping installed in my system. Richard On May 2

Re: laprint & psfrag

2005-05-27 Thread Richard Wang
Hi Vasek, Thanks for the message. I tried to run monoprint with the following code, x=0:0.1:1 plot(x,sin(x)) monoprint(1,'test4',2) But the system hung... Did I use it incorrectly? I have a2ping installed in my system. Richard On May 27, 2005, at 2:15 AM, Vaclav Smidl wrote: Hi, I do,

Re: laprint & psfrag

2005-05-27 Thread Vaclav Smidl
'printcmd',['print(''-f'',' ... '''-depsc2'','''')'],... 'mathticklabels','on'); if 1 fprintf(1,' Compiling: LaTeX -> dvips -> pdf ...\r'); latext

laprint & psfrag

2005-05-27 Thread Richard Wang
Hi, Anyone use laprint, a matlab function, successfully in lyx? Richard

RE: psfrag

2004-05-29 Thread Jim Ragsdale
> Sent: Saturday, May 29, 2004 4:10 AM > To: [EMAIL PROTECTED] > Subject: Re: psfrag > > > Am Samstag, 29. Mai 2004 00:16 schrieb Jim Ragsdale: > > I am trying to get psfrag to insert a greek symbol in my eps figure. I > made > > the eps in xfig and the included text s

Re: psfrag

2004-05-29 Thread Georg Baum
Am Samstag, 29. Mai 2004 00:16 schrieb Jim Ragsdale: > I am trying to get psfrag to insert a greek symbol in my eps figure. I made > the eps in xfig and the included text says "10 G1m". I would like to replace > the G1 with a greek mu. > I added \usepackage{psfrag} to the

psfrag

2004-05-28 Thread Jim Ragsdale
I am trying to get psfrag to insert a greek symbol in my eps figure. I made the eps in xfig and the included text says "10 G1m". I would like to replace the G1 with a greek mu. I added \usepackage{psfrag} to the preamble. Then in the figure float in ERT right before the graphic, i adde

Re: "\renewcommand" applied on "\psfrag"

2002-10-16 Thread Lucian Muresan
I need at the moment, I know it's the wrong approach, maybe I'm doing a lot of redundant or silly hacks not knowing of the existence of well-established solutions for most of the tasks, I hope I'll have the time to learn it better later. > The answer is: > > \let\old@@@ps

Re: "\renewcommand" applied on "\psfrag"

2002-10-16 Thread Dekel Tsur
On Wed, Oct 16, 2002 at 04:16:21PM +0200, Lucian Muresan wrote: > optional *scale* argument of \psfrag either), so I want to renew the > \psfrag command, because I'm using it really a lot of times in my > figures. According to the psfrag manual, the comand looks like &g

"\renewcommand" applied on "\psfrag"

2002-10-16 Thread Lucian Muresan
Hi, I'm using psfrag and I'd like change the font size of my replacement latex strings. In my preamble, I defined a \newcommand{\mygraphicstextsize}[1]{% \small{#1} % I change this only once here if necessary } ... and then I thought it would be good to avoid using this new c

Re: eps/psfrag tryck

2001-11-14 Thread Dekel Tsur
On Tue, Nov 13, 2001 at 03:42:19PM +0100, Giorgio Corani wrote: > hi! > > I'm using latex font within eps figures through psfrag package. > I read some documentation about that and I've put psfrag to work in my > Lyx document. > It works fine, allowing to use latex

eps/psfrag tryck

2001-11-13 Thread Giorgio Corani
hi! I'm using latex font within eps figures through psfrag package. I read some documentation about that and I've put psfrag to work in my Lyx document. It works fine, allowing to use latex font in anyway produced eps files. However, if I scale the figure, the fonts result scaled too.

Re: psfrag to pdf

2001-08-09 Thread Dekel Tsur
l script called eps2pdf. everything worked > well to this point. a problem arises with the eps figures that make use of > the psfrag package. I tried creating a new ps file from within lyx so that > the new image will contain the figure + the psfrag data. This was > successful. I then used gsvi

psfrag to pdf

2001-08-09 Thread Michael Koundouros
that make use of the psfrag package. I tried creating a new ps file from within lyx so that the new image will contain the figure + the psfrag data. This was successful. I then used gsview to convert the ps to eps. this too was successful. Unfortunately when I run eps2pdf on this new eps file the

dvips + psfrag problem ?

2001-08-03 Thread Oscar Lopez
Hello lyxers First of all I apologize because the subject it is a little bit off-topic but I don't know where I can post a problem like this, please if you could point me out another forum I will be very grateful to you To compose figures with nice math fonts I use psfrag, but when I ne