]> 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 c6e161e935c3dbcffc84b8a890f37ebff610ee6b..23ed3a055a70c6a1fbf4f3493525740cf0fbff2e 100644 (file)
@@ -25,7 +25,9 @@ sys.path.append(os.path.abspath('../ext'))
 extensions = [
        'aafig',
        'fig',
+       'ftable',
        'vref',
+       'pcodehl',
        'sphinx.ext.graphviz',
        'sphinx.ext.pngmath',
 ]
@@ -44,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
@@ -63,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 = []
@@ -90,7 +92,7 @@ exclude_trees = []
 pygments_style = 'sphinx'
 
 # The default language to highlight source code in. The default is 'python'.
-highlight_language = 'd'
+highlight_language = 'pcode'
 
 # A list of ignored prefixes for module index sorting.
 #modindex_common_prefix = []
@@ -182,12 +184,12 @@ latex_font_size = '11pt'
 # (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.
@@ -196,7 +198,7 @@ latex_logo = 'fiuba.png'
 # Additional stuff for the LaTeX preamble.
 latex_preamble = r'''
 \usepackage[draft]{varioref} % XXX: breaks PDF index, use [final] when done
-\usepackage{subfigure}
+\usepackage{subfig}
 \setcounter{tocdepth}{2}
 '''