##// END OF EJS Templates
require latex titles to be ascii...
MinRK -
Show More
@@ -89,7 +89,7 b' This template does not define a docclass, the inheriting class must define this.'
89 \def\gt{>}
89 \def\gt{>}
90 \def\lt{<}
90 \def\lt{<}
91 % Document parameters
91 % Document parameters
92 ((* block title *))\title{((( resources.metadata.name | escape_latex )))}((* endblock title *))
92 ((* block title *))\title{((( resources.metadata.name | ascii_only | escape_latex )))}((* endblock title *))
93 ((* block date *))((* endblock date *))
93 ((* block date *))((* endblock date *))
94 ((* block author *))((* endblock author *))
94 ((* block author *))((* endblock author *))
95 ((* endblock definitions *))
95 ((* endblock definitions *))
General Comments 0
You need to be logged in to leave comments. Login now