Code: Select all
\documentclass[a4paper,twocolumn,11pt,fleqn]{book}
\usepackage{multirow}
\usepackage{url}
\begin{document}
\chapter{a}
Some text and then the url \url{https://co-public.lboro.ac.uk/cocwd/HydroTest/Details.html}
should be broken
\end{document}
Code: Select all
\documentclass[a4paper,twocolumn,11pt,fleqn]{book}
\usepackage{multirow}
\usepackage{url} % Breaks urls across multiple lines
\usepackage{hyperref}
\begin{document}
\chapter{a}
Some text and then the url \url{https://co-public.lboro.ac.uk/cocwd/HydroTest/Details.html}
should be broken
\end{document}