Show More
@@ -64,8 +64,10 b' This template does not define a docclass, the inheriting class must define this.' | |||||
64 | {\begin{alltt}} |
|
64 | {\begin{alltt}} | |
65 | {\end{alltt}} |
|
65 | {\end{alltt}} | |
66 |
|
66 | |||
67 |
% Document t |
|
67 | % Document parameters | |
68 | \title{((( resources.metadata.name | escape_latex )))} |
|
68 | ((* block title *))\title{((( resources.metadata.name | escape_latex )))}((* endblock title *)) | |
|
69 | ((* block date *))((* endblock date *)) | |||
|
70 | ((* block author *))((* endblock author *)) | |||
69 | ((* endblock definitions *)) |
|
71 | ((* endblock definitions *)) | |
70 |
|
72 | |||
71 | ((* block commands *)) |
|
73 | ((* block commands *)) |
@@ -6,7 +6,6 b'' | |||||
6 | % Inherit from the specified cell style. |
|
6 | % Inherit from the specified cell style. | |
7 | ((* extends 'latex_article.tplx' *)) |
|
7 | ((* extends 'latex_article.tplx' *)) | |
8 |
|
8 | |||
9 |
|
||||
10 | %=============================================================================== |
|
9 | %=============================================================================== | |
11 | % Latex Sphinx Article |
|
10 | % Latex Sphinx Article | |
12 | %=============================================================================== |
|
11 | %=============================================================================== | |
@@ -32,16 +31,8 b'' | |||||
32 | ((* block commands *)) |
|
31 | ((* block commands *)) | |
33 | ((( super() ))) |
|
32 | ((( super() ))) | |
34 |
|
33 | |||
35 | \graphicspath{ {figs/} } |
|
34 | % Override to specify your own logo | |
36 |
|
35 | ((* block logo *))\newcommand{\sphinxlogo}{}((* endblock logo *)) | ||
37 | % Document level variables |
|
|||
38 | \date{((( resources.sphinx.date | escape_latex )))} |
|
|||
39 | \release{((( resources.sphinx.version | escape_latex )))} |
|
|||
40 | \author{((( resources.sphinx.author | escape_latex )))} |
|
|||
41 | \renewcommand{\releasename}{((( resources.sphinx.release | escape_latex )))} |
|
|||
42 |
|
||||
43 | % TODO: Add option for the user to specify a logo for his/her export. |
|
|||
44 | \newcommand{\sphinxlogo}{} |
|
|||
45 |
|
36 | |||
46 | % Make the index page of the document. |
|
37 | % Make the index page of the document. | |
47 | \makeindex |
|
38 | \makeindex |
General Comments 0
You need to be logged in to leave comments.
Login now