##// END OF EJS Templates
move tex skeleton
Matthias BUSSONNIER -
Show More
@@ -1,46 +1,46 b''
1 ((= autogenerated file do not edit =))
1 ((= autogenerated file do not edit =))
2 ((*- extends 'null.tplx' -*))
2 ((*- extends 'null.tplx' -*))
3
3
4 ((=display data priority=))
4 ((=display data priority=))
5
5
6
6
7 ((*- block data_priority scoped -*))
7 ((*- block data_priority scoped -*))
8 ((*- for type in output | filter_data_type -*))
8 ((*- for type in output | filter_data_type -*))
9 ((*- if type in ['pdf']*))
9 ((*- if type in ['pdf']*))
10 ((*- block data_pdf -*))
10 ((*- block data_pdf -*))
11 ->> pdf
11 ->> pdf
12 ((*- endblock -*))
12 ((*- endblock -*))
13 ((*- endif -*))
13 ((*- endif -*))
14 ((*- if type in ['svg']*))
14 ((*- if type in ['svg']*))
15 ((*- block data_svg -*))
15 ((*- block data_svg -*))
16 ->> svg
16 ->> svg
17 ((*- endblock -*))
17 ((*- endblock -*))
18 ((*- endif -*))
18 ((*- endif -*))
19 ((*- if type in ['png']*))
19 ((*- if type in ['png']*))
20 ((*- block data_png scoped-*))
20 ((*- block data_png -*))
21 ->> png
21 ->> png
22 ((*- endblock -*))
22 ((*- endblock -*))
23 ((*- endif -*))
23 ((*- endif -*))
24 ((*- if type in ['html']*))
24 ((*- if type in ['html']*))
25 ((*- block data_html -*))
25 ((*- block data_html -*))
26 ->> html
26 ->> html
27 ((*- endblock -*))
27 ((*- endblock -*))
28 ((*- endif -*))
28 ((*- endif -*))
29 ((*- if type in ['jpeg']*))
29 ((*- if type in ['jpeg']*))
30 ((*- block data_jpg -*))
30 ((*- block data_jpg -*))
31 ->> jpg
31 ->> jpg
32 ((*- endblock -*))
32 ((*- endblock -*))
33 ((*- endif -*))
33 ((*- endif -*))
34 ((*- if type in ['text']*))
34 ((*- if type in ['text']*))
35 ((*- block data_text -*))
35 ((*- block data_text -*))
36 ->> text
36 ->> text
37 ((*- endblock -*))
37 ((*- endblock -*))
38 ((*- endif -*))
38 ((*- endif -*))
39
39
40 ((*- if type in ['latex']*))
40 ((*- if type in ['latex']*))
41 ((*- block data_latex -*))
41 ((*- block data_latex -*))
42 ->> latext
42 ->> latext
43 ((*- endblock -*))
43 ((*- endblock -*))
44 ((*- endif -*))
44 ((*- endif -*))
45 ((*- endfor -*))
45 ((*- endfor -*))
46 ((*- endblock data_priority -*))
46 ((*- endblock data_priority -*))
1 NO CONTENT: file renamed from templates/tex/null.tplx to templates/skeleton/tex/null.tplx
NO CONTENT: file renamed from templates/tex/null.tplx to templates/skeleton/tex/null.tplx
General Comments 0
You need to be logged in to leave comments. Login now