]> git.llucax.com Git - z.facultad/75.00/informe.git/commitdiff
Hacer que el Glosario no tenga número de capítulo
authorLeandro Lucarella <llucax@gmail.com>
Mon, 11 Oct 2010 03:41:28 +0000 (00:41 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 11 Oct 2010 03:41:28 +0000 (00:41 -0300)
Makefile

index 77af66342d078aa833eb21bf84f7eabd6c75c2b9..ad9fbe692f3e7698ef48d4b5821a02a71e74fde4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ clean:
 
 latex:
        $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
+       @sed -i 's/\\chapter{Glosario}/\\chapter*{Glosario}\n\\addcontentsline{toc}{chapter}{Glosario}/' build/latex/tesis.tex
        @cp manual.cls build/latex/
        @echo
        @echo "Build finished; the LaTeX files are in build/latex."