deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
Apache License 2.0
4.74k stars 1.25k forks source link

Publications: overlap between section name and body #42

Open niranjantdesai opened 6 years ago

niranjantdesai commented 6 years ago

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

voidstarstar commented 5 years ago

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