latex_sphinx_howto.tplx
16 lines
| 548 B
| text/plain
|
TextLexer
|
r9742 | ((============================================================================ | ||
NBConvert Sphinx-Latex HowTo Template | ||||
Purpose: Allow export of PDF friendly Latex inspired by Sphinx HowTo | ||||
document style. Most of the is derived directly from Sphinx source. | ||||
Inheritance: null>display_priority>latex_base->latex_sphinx_base | ||||
==========================================================================)) | ||||
((*- extends 'latex_sphinx_base.tplx' -*)) | ||||
|
r9746 | ((* set parentdocumentclass = 'article' *)) | ||
((* set documentclass = 'howto' *)) | ||||
|
r9745 | |||