From: Leandro Lucarella Date: Sat, 23 May 2009 02:26:22 +0000 (-0300) Subject: Usar paquete de LaTeX para mostrar subfiguras X-Git-Tag: entrega-2010-10-08~100 X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/commitdiff_plain/6b0e6dade5cc359249022b433195dc98c1c871e2?ds=sidebyside Usar paquete de LaTeX para mostrar subfiguras --- diff --git a/source/conf.py b/source/conf.py index e589ed7..bbf1ec0 100644 --- a/source/conf.py +++ b/source/conf.py @@ -185,7 +185,10 @@ latex_logo = 'fiuba.png' #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 = []