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.8k stars 1.26k forks source link

Large Institution names #14

Open Void2258 opened 9 years ago

Void2258 commented 9 years ago

I did my undergrad at the Rochester Institute of Technology. The template puts the name on 2 lines, which is fine, but does so with atrocious spacing, as it spaces out the first three words to occupy the same space as University of Pittsburgh (my grad school). The end result looks horrible, no matter what I do.

Travis-S commented 9 years ago

I had the same problem with my institution, and ended up simply breaking the name apart by hand. Admittedly not an elegant solution, but the alternative is probably a little complicated to code...

It would appear a relevant LaTeX command is the \titlespacing{\subsection} command in the .cls files.