Skip to main content
improved formatting
Source Link
Mensch
  • 66.5k
  • 38
  • 95
  • 301

According to the documenation, BigBreaks is the way to go otherwise it breaks at the first character. \def\UrlBigBreaks{\do/\do-\do:} See

\def\UrlBigBreaks{\do\/\do-\do:} 

See: http://texdoc.net/texmf-dist/doc/latex/url/url.pdf I had the problem that a line break was inserted always after http:http:, even when using \UrlBreaks\UrlBreaks, the documentation clarified that this is the intended behavior.

According to the documenation, BigBreaks is the way to go otherwise it breaks at the first character. \def\UrlBigBreaks{\do/\do-\do:} See See: http://texdoc.net/texmf-dist/doc/latex/url/url.pdf I had the problem that a line break was inserted always after http:, even when using \UrlBreaks, the documentation clarified that this is the intended behavior.

According to the documenation, BigBreaks is the way to go otherwise it breaks at the first character.

\def\UrlBigBreaks{\do\/\do-\do:} 

See: http://texdoc.net/texmf-dist/doc/latex/url/url.pdf I had the problem that a line break was inserted always after http:, even when using \UrlBreaks, the documentation clarified that this is the intended behavior.

Source Link
Julian
  • 71
  • 1
  • 1

According to the documenation, BigBreaks is the way to go otherwise it breaks at the first character. \def\UrlBigBreaks{\do/\do-\do:} See See: http://texdoc.net/texmf-dist/doc/latex/url/url.pdf I had the problem that a line break was inserted always after http:, even when using \UrlBreaks, the documentation clarified that this is the intended behavior.