From 62b827b93ca679e6c09c64aa7a69b9d2bb256d29 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Sat, 1 Feb 2020 04:00:50 +0100 Subject: rename myuline to prettyuline --- vutinf.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vutinf.dtx b/vutinf.dtx index f5ad3c4..ff34497 100644 --- a/vutinf.dtx +++ b/vutinf.dtx @@ -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}}% } -- cgit v1.2.3