JunoLab / Weave.jl

Scientific reports/literate programming for Julia

Home Page:http://weavejl.mpastell.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error converting document to pdf

Marco-Congedo opened this issue · comments

Hello,

I just installed Weave.jl and MikTex on Windows 10 and I ran the example FIR_design.jl.
The html output goes smoothly.
For the pdf output I added to Julia the path where the executable xelatex.exe is.
The .tex file is generated, however, its coversion to pdf gives me the following error:

┌ Warning: Error converting document to pdf. Try running latex manually
└ @ Weave C:\Users\congedom\.julia\packages\Weave\lQPaO\src\writer\latex.jl:12
ERROR: IOError: could not spawn `xelatex -shell-escape -halt-on-error FIR_design.tex`: no such file or directory (ENOENT)

What am i doing wrong?

it's working now. I was not closing the old pdf output before weaving again...