mirror of https://github.com/eyhc1/rendercv.git
engineeringresumes: fix vertical spacing of `onecolentry` environment
This commit is contained in:
parent
4cd2474f2c
commit
1faf3d6eaa
|
@ -47,7 +47,7 @@
|
||||||
((* elif design.text_alignment == "left-aligned" *))
|
((* elif design.text_alignment == "left-aligned" *))
|
||||||
\raggedright
|
\raggedright
|
||||||
((* endif *))
|
((* endif *))
|
||||||
|
\AtBeginEnvironment{adjustwidth}{\partopsep0pt} % remove space before adjustwidth environment
|
||||||
\pagestyle{empty} % no header or footer
|
\pagestyle{empty} % no header or footer
|
||||||
\setcounter{secnumdepth}{0} % no section numbering
|
\setcounter{secnumdepth}{0} % no section numbering
|
||||||
\setlength{\parindent}{0pt} % no indentation
|
\setlength{\parindent}{0pt} % no indentation
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
}{
|
}{
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\vspace{-0.20cm}
|
\vspace{-0.10cm}
|
||||||
} % new environment for highlights
|
} % new environment for highlights
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue