]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - source/conf.py
Agregar Problemas y limitaciones del recolector actual
[z.facultad/75.00/informe.git] / source / conf.py
index 248f096792e101b793dccb9ecbc587c1f8087b8c..a8721fcc98e5ed279c6ac6de837b5c5faf919c48 100644 (file)
@@ -22,7 +22,7 @@ sys.path.append(os.path.abspath('../ext'))
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['graphviz']
+extensions = ['aafig', 'fig', 'vref', 'graphviz', 'sphinx.ext.pngmath']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']
@@ -185,7 +185,11 @@ latex_logo = 'fiuba.png'
 #latex_use_parts = False
 
 # Additional stuff for the LaTeX preamble.
 #latex_use_parts = False
 
 # Additional stuff for the LaTeX preamble.
-latex_preamble = '\setcounter{tocdepth}{3}'
+latex_preamble = r'''
+\usepackage{varioref}    % XXX: breaks PDF index
+\usepackage{subfigure}
+\setcounter{tocdepth}{2}
+'''
 
 # Documents to append as an appendix to all manuals.
 #latex_appendices = []
 
 # Documents to append as an appendix to all manuals.
 #latex_appendices = []
@@ -193,3 +197,10 @@ latex_preamble = '\setcounter{tocdepth}{3}'
 # If false, no module index is generated.
 latex_use_modindex = False
 
 # If false, no module index is generated.
 latex_use_modindex = False
 
+# aafig default options
+aafig_default_options = dict(
+  proportional = True,
+  scale        = 1.3,
+  aspect       = 0.5,
+)
+