Re: Embedding asymptote in Lyx

2016-05-31 Thread Scott Kostyshak
On Sat, Jun 07, 2014 at 12:07:58PM +0200, Georg Baum wrote: > Cyril wrote: > > > The converter is from what initial format ? I guess the final is PDF. > > But the initial one is LaTeX, LyX,...? > > That depends. I guess you want to use pdflatex for direct pdf production. In > that case, use "LaT

Re: Embedding asymptote in Lyx

2014-06-07 Thread Georg Baum
Cyril wrote: > The converter is from what initial format ? I guess the final is PDF. > But the initial one is LaTeX, LyX,...? That depends. I guess you want to use pdflatex for direct pdf production. In that case, use "LaTeX (pdflatex)" (code name pdflatex in the preferences file), and your thr

Re: Embedding asymptote in Lyx

2014-06-07 Thread Cyril
Le 07/06/2014 04:52, Scott Kostyshak a écrit : On Fri, Jun 6, 2014 at 10:53 AM, Cyril wrote: Hello everybody, I'm trying to embed asymptote code in my LyX files. The compilation of a file containing asymptote code named "myfile.tex" works like this: latex myfile.tex asy myfile-* latex myfile

Re: Embedding asymptote in Lyx

2014-06-07 Thread Georg Baum
Cyril wrote: > Le 07/06/2014 04:52, Scott Kostyshak a écrit : >> >> I have little experience with this kind of thing, but you should take >> a look at the converters section in Help > Customization. You could >> create a format "pdfA" (or "PDF (Asymptote)" ) and then a converter >> latex -> pdfA a

Re: Embedding asymptote in Lyx

2014-06-07 Thread Cyril
Le 07/06/2014 04:52, Scott Kostyshak a écrit : On Fri, Jun 6, 2014 at 10:53 AM, Cyril wrote: Hello everybody, I'm trying to embed asymptote code in my LyX files. The compilation of a file containing asymptote code named "myfile.tex" works like this: latex myfile.tex asy myfile-* latex myfile

Re: Embedding asymptote in Lyx

2014-06-06 Thread Scott Kostyshak
On Fri, Jun 6, 2014 at 10:53 AM, Cyril wrote: > Hello everybody, > > I'm trying to embed asymptote code in my LyX files. > > The compilation of a file containing asymptote code named "myfile.tex" works > like this: > > latex myfile.tex > asy myfile-* > latex myfile.tex > > How can i manage to get

Embedding asymptote in Lyx

2014-06-06 Thread Cyril
Hello everybody, I'm trying to embed asymptote code in my LyX files. The compilation of a file containing asymptote code named "myfile.tex" works like this: latex myfile.tex asy myfile-* latex myfile.tex How can i manage to get this sequence of instructions with a simple shortcut inside LyX

Re: Embedding asymptote in LyX

2008-05-14 Thread Peleg Michaeli
Ok, I have succeded to export to TeX, and I am now trying asymptote as the instructions advised. It is NOT a LyX question, I guess, but still it might be useful to ask it here, since I believe that there are LyX users who use Asymptote... and because it might be still LyX related, because of the f

Re: Embedding asymptote in LyX

2008-05-14 Thread Peleg Michaeli
Oh, I see... They also wrote this line under that figure: "For ASYMPTOTE versions ≥ 1.14, you can simply call PDFLATEX directly" - but I have misunderstood it, probably; I thought it meant that in this specific case (version ≥ 1.14), I *don't* need to do that. Well, then... I am looking for a wo

Re: Embedding asymptote in LyX

2008-05-13 Thread Manveru
Hough! I am not a specialist of ASYMPTOTE, but I've just looked into the documentation. They directly tell about makefile for latex with asymptote: document.pdf: document.tex pdflatex -shell-escape document asy document pdflatex -shell-escape document It means that ASYMPTOTE need an

Embedding asymptote in LyX

2008-05-13 Thread Peleg Michaeli
Hello! I am trying to embed Asymptote in LyX documents. I am following this tutorial: http://www.dse.nl/~dario/projects/asylatex/asylatex.pdf I am doing everything as suggested: * I have included \usepackage{asymptote} and \usepackage[pdftex]{graphicx} in the LaTeX preamble * I have done Crtl-L