X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/ff1f4f6708660ee2391d26784307ce5c7467065f..e7b528ca717cea5b878e30fbb2765a6fbad2bf7c:/source/conf.py diff --git a/source/conf.py b/source/conf.py index aab9d8b..a8721fc 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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. -extensions = ['fig', 'vref', 'graphviz', 'sphinx.ext.pngmath'] +extensions = ['aafig', 'fig', 'vref', 'graphviz', 'sphinx.ext.pngmath'] # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates'] @@ -186,7 +186,7 @@ latex_logo = 'fiuba.png' # Additional stuff for the LaTeX preamble. latex_preamble = r''' -\usepackage{varioref} +\usepackage{varioref} % XXX: breaks PDF index \usepackage{subfigure} \setcounter{tocdepth}{2} ''' @@ -197,3 +197,10 @@ latex_preamble = r''' # 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, +) +