]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - source/conf.py
Corregir cantidad de capítulos
[z.facultad/75.00/informe.git] / source / conf.py
index bbf1ec07448cd67a24774bbce811f5cb11577d4a..23ed3a055a70c6a1fbf4f3493525740cf0fbff2e 100644 (file)
@@ -22,7 +22,15 @@ 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 = ['graphviz', 'sphinx.ext.pngmath']
+extensions = [
+       'aafig',
+       'fig',
+       'ftable',
+       'vref',
+       'pcodehl',
+       'sphinx.ext.graphviz',
+       'sphinx.ext.pngmath',
+]
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']
@@ -38,7 +46,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'tesis'
-copyright = u'2009, Leandro Lucarella'
+copyright = u'2010, Leandro Matías Lucarella'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -57,7 +65,7 @@ language = 'es'
 # non-false value, then it is used:
 #today = ''
 # Else, today_fmt is used as the format for a strftime call.
-today_fmt = '%B de %Y'
+today_fmt = 'Octubre 2010'
 
 # List of documents that shouldn't be included in the build.
 #unused_docs = []
@@ -83,6 +91,9 @@ exclude_trees = []
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = 'sphinx'
 
+# The default language to highlight source code in. The default is 'python'.
+highlight_language = 'pcode'
+
 # A list of ignored prefixes for module index sorting.
 #modindex_common_prefix = []
 
@@ -167,18 +178,18 @@ 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]).
 latex_documents = [
   ('index', 'tesis.tex', u'Recolección de basura en D',
-   u'Leandro Lucarella', 'manual'),
+   u'Leandro Matías Lucarella', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
 # the title page.
-latex_logo = 'fiuba.png'
+latex_logo = None
 
 # For "manual" documents, if this is true, then toplevel headings are parts,
 # not chapters.
@@ -186,8 +197,9 @@ latex_logo = 'fiuba.png'
 
 # Additional stuff for the LaTeX preamble.
 latex_preamble = r'''
-\usepackage{subfigure}
-\setcounter{tocdepth}{3}
+\usepackage[draft]{varioref} % XXX: breaks PDF index, use [final] when done
+\usepackage{subfig}
+\setcounter{tocdepth}{2}
 '''
 
 # Documents to append as an appendix to all manuals.
@@ -196,3 +208,9 @@ latex_preamble = r'''
 # If false, no module index is generated.
 latex_use_modindex = False
 
+# aafig default options
+aafig_default_options = dict(
+  proportional = True,
+  aspect       = 0.5,
+)
+