]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - source/conf.py
Usar letra de tamaƱo 11
[z.facultad/75.00/informe.git] / source / conf.py
index db52cc904a48b9fdece4378ea0fd5f62f78d2c54..3ef9f4b99b69f19d9797de0e66686c393a5fa563 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.
-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']
@@ -167,7 +167,7 @@ htmlhelp_basename = 'tesisdoc'
 latex_paper_size = 'a4'
 
 # The font size ('10pt', '11pt' or '12pt').
-latex_font_size = '10pt'
+latex_font_size = '11pt'
 
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
@@ -186,9 +186,9 @@ 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}{3}
+\setcounter{tocdepth}{2}
 '''
 
 # Documents to append as an appendix to all manuals.
@@ -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,
+)
+