mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
split cv items into 2 columns to reduce space wasting
This commit is contained in:
parent
0404fced31
commit
4666a32618
1 changed files with 6 additions and 2 deletions
|
@ -88,6 +88,8 @@
|
|||
pdfsubject={},
|
||||
pdfkeywords={}
|
||||
}
|
||||
%% make multicolumns cv items
|
||||
\RequirePackage{multicol}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
@ -639,15 +641,17 @@
|
|||
|
||||
% Define an environment for cvitems(for cventry)
|
||||
\newenvironment{cvitems}{%
|
||||
\vspace{-4.0mm}
|
||||
\vspace{-8.0mm}
|
||||
\begin{justify}
|
||||
\begin{multicols}{2}
|
||||
\begin{itemize}[leftmargin=2ex, nosep, noitemsep]
|
||||
\setlength{\parskip}{0pt}
|
||||
\renewcommand{\labelitemi}{\bullet}
|
||||
}{%
|
||||
\end{itemize}
|
||||
\end{multicols}
|
||||
\end{justify}
|
||||
\vspace{-4.0mm}
|
||||
\vspace{-8.0mm}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue