Deedy-Resume
Deedy-Resume copied to clipboard
Publications: overlap between section name and body
I'm using the OpenFonts template on Windows with TeXworks for compilation. There's a problem with the "Publications" section --- the body and the section name are overlapping.
A better fix seems to be using this:
\renewcommand\refname{PUBLICATIONS}
instead of the current code, which is
\section{Publications}
\renewcommand\refname{\vskip -1.5cm} % Couldn't get this working from the .cls file
I didn't see any pull request for this issue, so I created #50. Thanks for providing the solution.