##// END OF EJS Templates
Fixed mathjax inline and some not implemented notice.
Fixed mathjax inline and some not implemented notice.

File last commit:

r9322:37e9b326
r9511:4abe32ae
Show More
display_priority.tplx
39 lines | 1.1 KiB | text/plain | TextLexer
/ templates / skeleton / tex / display_priority.tplx
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9210 ((= autogenerated file do not edit =))
Matthias BUSSONNIER
lots of modification for latex
r9214 ((*- extends 'null.tplx' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9210
((=display data priority=))
((*- block data_priority scoped -*))
((*- for type in output | filter_data_type -*))
((*- if type in ['pdf']*))
((*- block data_pdf -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['svg']*))
((*- block data_svg -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['png']*))
Matthias BUSSONNIER
move tex skeleton
r9316 ((*- block data_png -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9210 ((*- 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 -*))
((*- endfor -*))
((*- endblock data_priority -*))