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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo