From 15cdf7247a4b74c14d0a63a9b348a2c2984c1ab2 Mon Sep 17 00:00:00 2001 From: ppizarror Date: Mon, 15 Mar 2021 23:57:03 +0100 Subject: [PATCH] Agrega 3 nuevos temas capitulos tesis --- src/cfg/init_tesis.tex | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/cfg/init_tesis.tex b/src/cfg/init_tesis.tex index 8e3e863b..ef146519 100644 --- a/src/cfg/init_tesis.tex +++ b/src/cfg/init_tesis.tex @@ -64,7 +64,16 @@ \ifthenelse{\equal{\chapterstyle}{style9}}{ \usepackage[Bjornstrup]{fncychap} }{ - \throwbadconfigondoc{Estilo de capitulo incorrecto}{\chapterstyle}{style1 .. style9}}}}}}}}} +\ifthenelse{\equal{\chapterstyle}{style10}}{ + \titleformat{\chapter}[hang]{\Huge\bfseries}{\thechapter.\hspace{20pt}}{0pt}{\Huge\bfseries} +}{ +\ifthenelse{\equal{\chapterstyle}{style11}}{ + \titleformat{\chapter}[hang]{\Huge\bfseries}{\thechapter\hspace{20pt}}{0pt}{\Huge\bfseries} +}{ +\ifthenelse{\equal{\chapterstyle}{style12}}{ + \titleformat{\chapter}[hang]{\Huge\bfseries}{}{0pt}{\Huge\bfseries} +}{ + \throwbadconfigondoc{Estilo de capitulo incorrecto}{\chapterstyle}{style1 .. style12}}}}}}}}}}}} } % END \ No newline at end of file