##// END OF EJS Templates
lots of modification for latex
lots of modification for latex

File last commit:

r9611:8e698a14
r9611:8e698a14
Show More
display_priority.tplx
46 lines | 1.3 KiB | text/plain | TextLexer
/ templates / tex / display_priority.tplx
((= autogenerated file do not edit =))
((*- extends 'null.tplx' -*))
((=display data priority=))
((*- block data_priority scoped -*))
((*- for type in output | filter_data_type -*))
((*- if type in ['pdf']*))
((*- block data_pdf -*))
->> pdf
((*- endblock -*))
((*- endif -*))
((*- if type in ['svg']*))
((*- block data_svg -*))
->> svg
((*- endblock -*))
((*- endif -*))
((*- if type in ['png']*))
((*- block data_png -*))
->> png
((*- endblock -*))
((*- endif -*))
((*- if type in ['html']*))
((*- block data_html -*))
->> html
((*- endblock -*))
((*- endif -*))
((*- if type in ['jpeg']*))
((*- block data_jpg -*))
->> jpg
((*- endblock -*))
((*- endif -*))
((*- if type in ['text']*))
((*- block data_text -*))
->> text
((*- endblock -*))
((*- endif -*))
((*- if type in ['latex']*))
((*- block data_latex -*))
->> latext
((*- endblock -*))
((*- endif -*))
((*- endfor -*))
((*- endblock data_priority -*))