deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publications: overlap between section name and body

niranjantdesai opened this issue · comments

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.

capture

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

capture1

I didn't see any pull request for this issue, so I created #50. Thanks for providing the solution.