diff options
author | phoebe jenkins <pjenkins@tula-health.com> | 2024-08-22 03:04:08 -0400 |
---|---|---|
committer | phoebe jenkins <pjenkins@tula-health.com> | 2024-08-22 03:04:08 -0400 |
commit | 32d9167dcbb7613cfe521441142e05cd43c09a21 (patch) | |
tree | 6875b61e06b46c99d50570bc93966268b423d781 | |
parent | dd96de733fd10df34659b1d5b3525eec94841292 (diff) | |
download | blueprint-32d9167dcbb7613cfe521441142e05cd43c09a21.tar.gz |
fucking insane fix for underlined essay titles
-rw-r--r-- | blueprint.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprint.tex b/blueprint.tex index 411b881..6672122 100644 --- a/blueprint.tex +++ b/blueprint.tex @@ -29,7 +29,7 @@ \newcommand\said[1]{ % oops \speech{#1}} -\newcommand\essaytitle[1]{\uline{#1}} +\newcommand\essaytitle{\uline} \newcommand\gap{\vskip 2em} |