-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adapting to 2 pages? #36
Comments
Hi @csaund, you can create any pages you want like this (just keep the same
|
The above-mentioned way and adding \hfill between mini pages makes the deedy resume work with 2 pages perfectly |
I would also like to suggest the paracol package with which the splitting is much more easy to do without having to adjust the minipages each time you modify the CV. The document would look something like:
|
\hill is necessary after every minipage. |
Have you had a look at the following discussion, for an automatic page break? |
where to add this ? |
Ok Got This thanks for help |
I successfully used the paracol package to extend the template to multiple pages. Minimal Example: \columnratio{0.38}
\begin{paracol}{2}
\setlength{\columnsep}{8mm}
%% FIRST COLUMN
\switchcolumn
%% SECOND COLUMN
\end{paracol} |
Thanks it worked for me too |
After implementing paracol, I'm experiencing spacing issues in the first column with long titles (see image). How can I fix the unwanted spaces between words in "First Second Third" while maintaining the paracol structure? |
Right now without any special formatting, any overflow onto a second page is poorly formatted. A version of this which allows experience to take up the full column on the first page and awards, leadership, etc to fully occupy the second would keep the clean style and continue to emphasize work experience.
Have you thought about adapting this to look good on 2 pages?
The text was updated successfully, but these errors were encountered: