##// END OF EJS Templates
use configuration file to do nice stuff
use configuration file to do nice stuff

File last commit:

r9613:ff87077d
r9618:a4b95132
Show More
display_priority.tplx
46 lines | 1.3 KiB | text/plain | TextLexer
/ templates / tex / display_priority.tplx
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((= autogenerated file do not edit =))
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 -*))
((*- if type in ['pdf']*))
((*- block data_pdf -*))
->> pdf
((*- endblock -*))
((*- endif -*))
((*- if type in ['svg']*))
((*- block data_svg -*))
->> svg
((*- endblock -*))
((*- endif -*))
((*- if type in ['png']*))
Matthias BUSSONNIER
test_file extractor
r9613 ((*- block data_png scoped-*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ->> 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 -*))