Skip to content
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

Allow for multiple pages and overflow #7

Closed
itepifanio opened this issue Dec 7, 2023 · 1 comment
Closed

Allow for multiple pages and overflow #7

itepifanio opened this issue Dec 7, 2023 · 1 comment
Assignees

Comments

@itepifanio
Copy link

Hi, I fixed this problem using the paracol package

+\usepackage{paracol}

\begin{document}

...

-\begin{minipage}[t]{0.70\textwidth} 
+\columnratio{0.70}
+\begin{paracol}{2}

+\switchcolumn[0]
\section{Experience}

-\end{minipage} 
\hfill
+\switchcolumn[1]
-\begin{minipage}[t]{0.25\textwidth} 

-\end{minipage} 
+\end{paracol}
\end{document}
@cystema
Copy link
Owner

cystema commented Feb 23, 2024

@itepifanio Thanks! Could you please create a pull request?

@cystema cystema self-assigned this Sep 7, 2024
@cystema cystema closed this as completed Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants