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

Solved the overflow issue, albeit temporarily. #45

Open DeeprajPandey opened 6 years ago

DeeprajPandey commented 6 years ago

Added a height argument to \begin{minipage}. When the contents are more than the vertical limit, the extra contents will run into the page instead of overflowing to the next page. This can be a solution till we figure out a way to smoothly transition to the next page.

Also added a % after the first \end{minipage} which removes the little bit of horizontal space that is automatically inserted by the minipage environment. Reference