algorithmique : api et paramètres

This commit is contained in:
gwen
2018-08-20 21:01:30 +02:00
committed by Benjamin Bohard
parent 10485c94f1
commit 1418454c18
15 changed files with 184 additions and 32 deletions

View File

@ -37,8 +37,8 @@ def setup(app):
app.add_config_value('correction', False, 'env')
app.add_config_value('exercice', False, 'env')
exercice = False
correction = False
exercice = True
correction = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -239,7 +239,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Algorithmique.tex', u'Cours d\'algorithmique',
u'promotion GMSI B3', 'manual'),
u'promotion GMSI B4', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of