##// END OF EJS Templates
Add ScrollManager to global ipy namespace in main.js instead of,...
Add ScrollManager to global ipy namespace in main.js instead of, in the bottom of the scroll manager js file.

File last commit:

r15383:6753f61a
r17868:7d0e0ec2
Show More
display_priority.tplx
45 lines | 1.3 KiB | text/plain | TextLexer
Jonathan Frederic
Ran updated makefile...
r12662 ((= Auto-generated template file, DO NOT edit directly!
To edit this file, please refer to ../../skeleton/README.md =))
Matthias BUSSONNIER
lots of modification for latex
r9611 ((*- extends 'null.tplx' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608
((=display data priority=))
((*- block data_priority scoped -*))
((*- for type in output | filter_data_type -*))
MinRK
remove inappropriate 'pdf' key...
r15383 ((*- if type in ['application/pdf']*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_pdf -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['svg']*))
((*- block data_svg -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['png']*))
Matthias BUSSONNIER
move tex skeleton
r9631 ((*- block data_png -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endblock -*))
((*- endif -*))
((*- if type in ['html']*))
((*- block data_html -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['jpeg']*))
((*- block data_jpg -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['text']*))
((*- block data_text -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['latex']*))
((*- block data_latex -*))
((*- endblock -*))
((*- endif -*))
MinRK
run skeleton template makefile
r12456 ((*- if type in ['javascript']*))
((*- block data_javascript -*))
((*- endblock -*))
((*- endif -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endfor -*))
((*- endblock data_priority -*))