Skip to content

Commit

Permalink
avoid breaking urls on colons or dots
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Sep 23, 2024
1 parent d58cf47 commit d1afe7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion template/tcg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,14 @@
$endif$

%
% break urls
% break urls...
%
\PassOptionsToPackage{hyphens}{url}
%
% ...but not on colons or dots
%
\appto\UrlNoBreaks{\do\:}
\appto\UrlNoBreaks{\do\.}

%
% captions
Expand Down

0 comments on commit d1afe7b

Please sign in to comment.