diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/xurl/xurl.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/xurl/xurl.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/xurl/xurl.tex b/Master/texmf-dist/doc/latex/xurl/xurl.tex index 9fd8d84c8ef..856b1f4f148 100644 --- a/Master/texmf-dist/doc/latex/xurl/xurl.tex +++ b/Master/texmf-dist/doc/latex/xurl/xurl.tex @@ -1,4 +1,4 @@ -%% $Id: xurl.tex 850 2018-12-08 13:05:34Z herbert $ +%% $Id: xurl.tex 876 2018-12-23 10:26:11Z herbert $ % \listfiles\setcounter{errorcontextlines}{100} \RequirePackage{filecontents} @@ -92,9 +92,9 @@ Package \texttt{biblatex} has it's own url handling. If you want the the same be set \begin{verbatim} -\setcounter{biburllcpenalty}{1} -\setcounter{biburlucpenalty}{1} -\setcounter{biburlnumpenalty}{1} +\setcounter{biburllcpenalty}{100} +\setcounter{biburlucpenalty}{200} +\setcounter{biburlnumpenalty}{100} \end{verbatim} However, if you load \texttt{xurl} \emph{after} \texttt{biblatex} then it is done |