Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that urls longer than the page width are broken up #6

Merged
merged 2 commits into from
Mar 28, 2018

Conversation

TimvdLippe
Copy link
Contributor

I added some footnotes to my thesis and discovered that urls longer than the page width were overflowing. Per https://tex.stackexchange.com/a/10401 the solution was to enforce breaks after each possible character in an URL.

@@ -24,6 +24,15 @@

\usepackage{hyperref}

% Ensure that urls longer than the page width are broken up
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you reference the source here (author, url)? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 👍

@Inventitech Inventitech merged commit 2172ddc into master Mar 28, 2018
@TimvdLippe TimvdLippe deleted the TimvdLippe-patch-1 branch March 28, 2018 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants