You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same kind of issue happens in the bibliography when \raggedright is used before \printbibliography. The command \RaggedRight from the package ragged2e seems to do much better than \raggedright in this case. It seems the issue is not with citation-style-language but with my previous failure to use \RaggedRight instead of \raggedright.
The same kind of issue happens in the bibliography when \raggedright is used before \printbibliography. The command \RaggedRight from the package ragged2e seems to do much better than \raggedright in this case. It seems the issue is not with citation-style-language but with my previous failure to use \RaggedRight instead of \raggedright.
Yes, this issue can be reproduced with the following piece of code and it's not related to csl. I think ragged2e is the correct solution.
\documentclass{article}
% \usepackage{ragged2e}\usepackage[ragged]{footmisc}
\usepackage{xurl}
\usepackage{hyperref}
\begin{document}
\footnote{Gregory Crane, ed., “Word Frequency Information for WORD,” Perseus
Digital Library (Tufts University), accessed June 20, 2024,
\url{http://www.perseus.tufts.edu/hopper/wordfreq?lookup=i)dou/&lang=greek&sort=name}.}
\end{document}
Describe the bug
URLs don't seem to break nicely if footnotes are ragged right.
Additional information
citation-style-language
version: latestlualatex
To Reproduce
Screenshots
The URL is not breaking nicely:
However, if I comment out "\usepackage[ragged]{footmisc}", then the URL breaks nicely:
The text was updated successfully, but these errors were encountered: