diff options
| -rw-r--r-- | vutinf.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -172,7 +172,7 @@ Running "make install" installs the files in the local TeX tree. pdfborderstyle={/S/U/W 1}% border style will be underline of width 1pt } % \end{macrocode} -% \begin{macro}{\myuline} +% \begin{macro}{\prettyuline} % This macro makes prettier underline lines.\\ % Sourced from: https://alexwlchan.net/2017/10/latex-underlines/ % \begin{macrocode} @@ -182,7 +182,7 @@ Running "make install" installs the files in the local TeX tree. \renewcommand{\ULdepth}{1.8pt} \contourlength{0.8pt} -\newcommand{\myuline}[1]{% +\newcommand{\prettyuline}[1]{% \uline{\phantom{#1}}% \llap{\contour{white}{#1}}% } |
