]> git.llucax.com Git - z.facultad/75.00/informe.git/commitdiff
Usar paquete de LaTeX para mostrar subfiguras
authorLeandro Lucarella <llucax@gmail.com>
Sat, 23 May 2009 02:26:22 +0000 (23:26 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 23 May 2009 02:26:22 +0000 (23:26 -0300)
source/conf.py

index e589ed714c36aefaf5dfdb15b4af31d7217ab51e..bbf1ec07448cd67a24774bbce811f5cb11577d4a 100644 (file)
@@ -185,7 +185,10 @@ 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{subfigure}
+\setcounter{tocdepth}{3}
+'''
 
 # Documents to append as an appendix to all manuals.
 #latex_appendices = []
 
 # Documents to append as an appendix to all manuals.
 #latex_appendices = []