##// END OF EJS Templates
Improve conversion to latex of output cells...
Improve conversion to latex of output cells Improve the latex convert possibilites of pyout and display_data cells. Detailed changes: - set display_data_priority for latex output to start with 'latex' - use numbered equations - define relative figure size instead of absolute - specify image file position relative to input file position - pyout.text is only rendered if latex representation is not available - place display_data_format_latex output in equation environment - some minor code clean-up

File last commit:

r8634:5f0daf34
r8804:70796c14
Show More
.travis.yml
6 lines | 100 B | text/x-yaml | YamlLexer
Matthias BUSSONNIER
add travis.yml
r8633 language: python
python:
- 2.7
Matthias BUSSONNIER
add requirements.txt, and install pandoc
r8634 before_script:
- sudo apt-get install pandoc
Matthias BUSSONNIER
add travis.yml
r8633 script: nosetests