Add the myul command to underline something properly
This commit is contained in:
parent
fd4f295b3b
commit
1347ffff54
1 changed files with 11 additions and 0 deletions
|
@ -152,6 +152,17 @@ not set, please fix this.}
|
|||
\item Objective 3
|
||||
\end{enumerate}}
|
||||
|
||||
\usepackage{contour}
|
||||
\usepackage{ulem}
|
||||
|
||||
\renewcommand{\ULdepth}{1.8pt}
|
||||
\contourlength{0.8pt}
|
||||
|
||||
\newcommand{\myul}[1]{%
|
||||
\uline{\phantom{#1}}%
|
||||
\llap{\contour{white}{#1}}%
|
||||
}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%% TITLE PAGE
|
||||
\renewcommand*{\maketitle}{%
|
||||
\begin{titlepage}
|
||||
|
|
Loading…
Reference in a new issue