[IPython-dev] High-quality pdf output (pdflatex) directly from notebooks
Fernando Perez
fperez.net at gmail.com
Sat May 12 20:16:34 EDT 2012
On Sat, May 12, 2012 at 5:07 PM, Massimo Di Stefano
<massimodisasha at gmail.com> wrote:
> Thankjs Fernando!
> it give me the right nbserver,
>
> Tring it, latex is correctly detected as output format, but i still have the error below :
>
> No such file or directory: 'preamble.tex'
Mmh, that's very odd. Could you do 'ls' in the git checkout directory?
You should see this:
[nbconvert]> ls
decorators.py nbconvert.py* README.rst rst2ipynb.py* work_flow.txt
dollarmath.py preamble.tex rst2ipynblib/ tests/
That's from a fresh clone I just made. And it works for me:
blanca[junk]> ./nbconvert/nbconvert.py -f latex formatting.ipynb
blanca[junk]> ls
formatting_files/ formatting.ipynb formatting.tex nbconvert/ Untitled0.ipynb
I'm kind of puzzled...
More information about the IPython-dev
mailing list