Coder Social home page Coder Social logo

adapting to 2 pages? about deedy-resume HOT 9 OPEN

deedy avatar deedy commented on June 14, 2024 3
adapting to 2 pages?

from deedy-resume.

Comments (9)

juliocesar-io avatar juliocesar-io commented on June 14, 2024 22

Hi @csaund, you can create any pages you want like this (just keep the same textwidth for the correspondent column)

\begin{document}

% PAGE ONE

\begin{minipage}[t]{0.38\textwidth}
% COLUMN ONE SECTIONS
\end{minipage}

\begin{minipage}[t]{0.61\textwidth}
% COLUMN TWO SECTIONS
\end{minipage}

\newpage

% PAGE TWO

\begin{minipage}[t]{0.38\textwidth}
% COLUMN ONE SECTIONS
\end{minipage}

\begin{minipage}[t]{0.61\textwidth}
% COLUMN TWO SECTIONS
\end{minipage}

% PAGE N ...

\end{document}

from deedy-resume.

trenta3 avatar trenta3 commented on June 14, 2024 2

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:

\begin{document}

\columnratio{0.44}
\begin{paracol}{2}
% LATERAL CONTENT
\switchcolumn
% CENTRAL CONTENT
\end{paracol}

from deedy-resume.

arp1561 avatar arp1561 commented on June 14, 2024 1

The above-mentioned way and adding \hfill between mini pages makes the deedy resume work with 2 pages perfectly

from deedy-resume.

Ronaq13 avatar Ronaq13 commented on June 14, 2024

The above-mentioned way and adding \hfill between mini pages makes the deedy resume work with 2 pages perfectly

\hill is necessary after every minipage.

from deedy-resume.

fzeiser avatar fzeiser commented on June 14, 2024

Have you had a look at the following discussion, for an automatic page break? tcolorbox worked fine for me.
How to make minipage spanning multiple pages

from deedy-resume.

prasenjitghose36 avatar prasenjitghose36 commented on June 14, 2024

where to add this ?

from deedy-resume.

prasenjitghose36 avatar prasenjitghose36 commented on June 14, 2024

Ok Got This thanks for help

from deedy-resume.

trenta3 avatar trenta3 commented on June 14, 2024

I successfully used the paracol package to extend the template to multiple pages.
The bonus with it is that you can also seamlessy align text on the two columns using \switchcolumn*.

Minimal Example:

\columnratio{0.38}
\begin{paracol}{2}
\setlength{\columnsep}{8mm}
%% FIRST COLUMN
\switchcolumn
%% SECOND COLUMN
\end{paracol}

from deedy-resume.

prasenjitghose36 avatar prasenjitghose36 commented on June 14, 2024

Thanks it worked for me too

from deedy-resume.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.