aboutsummaryrefslogtreecommitdiff
path: root/model_2/resources/10_title_style.tex
diff options
context:
space:
mode:
Diffstat (limited to 'model_2/resources/10_title_style.tex')
-rwxr-xr-xmodel_2/resources/10_title_style.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/model_2/resources/10_title_style.tex b/model_2/resources/10_title_style.tex
index 3f57a84..f391417 100755
--- a/model_2/resources/10_title_style.tex
+++ b/model_2/resources/10_title_style.tex
@@ -1,4 +1,5 @@
\usepackage{titlesec}
+\usepackage[many]{tcolorbox}
\providecommand*{\DUdocumentsubtitle}[1]{{\EBLigatures\selectfont\em\LARGE\begin{flushright}#1\end{flushright}}}
@@ -44,3 +45,19 @@
{2em}
{}
{}
+
+\newcommand{\DUtitletitle}[1]{%
+ \begin{tcolorbox}[colback=sidecolor, sharp corners]%
+ \begin{center}%
+ \begin{CaviarDreamsBoldFont}%
+ {\textbf\selectfont\color{white}{\scriptsize\uppercase{#1}}}%
+ \end{CaviarDreamsBoldFont}%
+ \end{center}
+ \end{tcolorbox}
+ }
+
+\let\oldtitle\maketitle
+\renewcommand{\maketitle}{%
+ {\oldtitle}
+ \begin{paracol}{2}
+}