Skip to content

Commit

Permalink
Agrega 3 nuevos temas capitulos tesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Mar 15, 2021
1 parent eca85c8 commit 15cdf72
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/cfg/init_tesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15cdf72

Please sign in to comment.