latex_article.tplx
26 lines
| 874 B
| text/plain
|
TextLexer
Jonathan Frederic
|
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. | ||||
Jonathan Frederic
|
r11734 | Inheritance: null>display_priority>sphinx | ||
Jonathan Frederic
|
r9742 | |||
==========================================================================)) | ||||
Jonathan Frederic
|
r11734 | ((*- extends 'sphinx.tplx' -*)) | ||
Jonathan Frederic
|
r9742 | |||
damianavila
|
r11770 | |||
Jonathan Frederic
|
r9746 | ((* set parentdocumentclass = 'article' *)) | ||
((* set documentclass = 'howto' *)) | ||||
Jonathan Frederic
|
r9745 | |||
Jonathan Frederic
|
r9761 | ((* block h1 -*))part((* endblock h1 -*)) | ||
((* block h2 -*))section((* endblock h2 -*)) | ||||
((* block h3 -*))subsection((* endblock h3 -*)) | ||||
((* block h4 -*))subsubsection((* endblock h4 -*)) | ||||
((* block h5 -*))paragraph((* endblock h5 -*)) | ||||
((* block h6 -*))subparagraph((* endblock h6 -*)) | ||||
Jonathan Frederic
|
r9941 | |||
% Diasble table of contents for howto | ||||
((* block toc *)) | ||||
((* endblock toc *)) | ||||