Skip to content
Snippets Groups Projects
Commit 803cf7a2 authored by Simmo Saan's avatar Simmo Saan
Browse files

Allow line breaks in (underlined) URLs

parent b2814eed
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@
}
\NewDocumentCommand\underLine{+m}{{\@underLine#1}}
\DeclareUrlCommand{\Hurl}{% https://tex.stackexchange.com/a/169734
\def\UrlLeft##1\UrlRight{\underLine{##1}}
\def\UrlLeft##1\UrlRight{\@underLine##1} % Use \@underLine directly to allow line breaks in urls
}
% hyperref-i adapteerimine lisatud subsubsubsection-i jaoks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment