##// END OF EJS Templates
Fixed, forgot to remove non-existant variables from...
Jonathan Frederic -
Show More
@@ -20,7 +20,10 b''
20 ((* endblock docclass *))
20 ((* endblock docclass *))
21
21
22 ((* block packages *))
22 ((* block packages *))
23 \usepackage[((( resources.sphinx.chapterstyle )))]{((( resources.sphinx.texinputs | posix_path )))/fncychap}
23 ((* block chstyle *))
24 \usepackage[Bjarne]{((( resources.sphinx.texinputs | posix_path )))/fncychap}
25 ((* endblock chstyle *))
26
24 \usepackage{((( resources.sphinx.texinputs | posix_path )))/sphinx}
27 \usepackage{((( resources.sphinx.texinputs | posix_path )))/sphinx}
25
28
26 ((( super() )))
29 ((( super() )))
General Comments 0
You need to be logged in to leave comments. Login now