13 lines
339 B
Markdown
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). |