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