summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2020-02-01 04:00:50 +0100
committerDavid Kaufmann <astra@ionic.at>2020-02-01 04:00:50 +0100
commit62b827b93ca679e6c09c64aa7a69b9d2bb256d29 (patch)
tree903969ed486911e3e38f71e98b881279b6d1db18
parent351f453bfaa61edacb50d5462c1c9c6c3ebf203b (diff)
downloadvutinf-master.tar.gz
rename myuline to prettyulineHEADmaster
-rw-r--r--vutinf.dtx4
1 files 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}}%
}