diff options
| author | David Kaufmann <astra@ionic.at> | 2020-02-01 04:00:50 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2020-02-01 04:00:50 +0100 |
| commit | 62b827b93ca679e6c09c64aa7a69b9d2bb256d29 (patch) | |
| tree | 903969ed486911e3e38f71e98b881279b6d1db18 | |
| parent | 351f453bfaa61edacb50d5462c1c9c6c3ebf203b (diff) | |
| download | vutinf-master.tar.gz | |
| -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}}% } |
