Files
Blog_and_Personal_Page/content/knowledge-base/URLs-in-latex-with-proper-linebreaks.md
T
2024-12-03 15:38:07 +01:00

13 lines
339 B
Markdown

+++
date = '2023-02-01T15:31:59'
draft = false
title = 'URLs in Latex With Proper Linebreaks'
type = 'post'
tags = ['LaTeX']
+++
## Problem
While the [hyperref](https://www.ctan.org/pkg/hyperref) package provides the `\\url{}` command it doesn't handle line breaks well.
## Solution
Use the package [xurl](https://www.ctan.org/pkg/xurl).