From ea76e04cda17a8517812912b43e4a7309c8a179b Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Fri, 19 Apr 2024 15:19:39 -0700 Subject: [PATCH] Fix weird-looking url in ubsan reference Also use the exact html title --- paper/bibliography.bib | 2 +- paper/paper.tex | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/paper/bibliography.bib b/paper/bibliography.bib index 4261d4a..065b86b 100644 --- a/paper/bibliography.bib +++ b/paper/bibliography.bib @@ -176,7 +176,7 @@ keywords = {data structures, searching, trees} } @misc{ubsan, - title = {Undefined Behaviort Sanitizer}, + title = {UndefinedBehaviorSanitizer — Clang 19.0.0git documentation}, howpublished = {\url{https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html}}, note = {Accessed: 2024-04-19} } diff --git a/paper/paper.tex b/paper/paper.tex index a056684..6694d55 100644 --- a/paper/paper.tex +++ b/paper/paper.tex @@ -226,6 +226,8 @@ This code is not straightforward, so exercising it from only a manually written \section{Conclusion} +% https://www.reddit.com/r/LaTeX/comments/9d9u97/some_reference_get_weird_space_between_them_when/ +\raggedright \printbibliography \end{document}