mirror of https://github.com/eyhc1/rendercv.git
engineeringresumes: fix highlights margins
This commit is contained in:
parent
710a3c6a6a
commit
1c57df70f5
|
@ -19,6 +19,7 @@
|
||||||
\vspace{<<design.margins.highlights_area.top>>}
|
\vspace{<<design.margins.highlights_area.top>>}
|
||||||
((* for item in entry.highlights *))
|
((* for item in entry.highlights *))
|
||||||
((* if loop.first *))
|
((* if loop.first *))
|
||||||
|
\vspace{<<design.margins.highlights_area.top>>}
|
||||||
\begin{onecolentry}
|
\begin{onecolentry}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
((* endif *))
|
((* endif *))
|
||||||
|
|
|
@ -16,9 +16,9 @@
|
||||||
\end{onecolentry}
|
\end{onecolentry}
|
||||||
((* endif *))
|
((* endif *))
|
||||||
|
|
||||||
\vspace{<<design.margins.highlights_area.top>>}
|
|
||||||
((* for item in entry.highlights *))
|
((* for item in entry.highlights *))
|
||||||
((* if loop.first *))
|
((* if loop.first *))
|
||||||
|
\vspace{<<design.margins.highlights_area.top>>}
|
||||||
\begin{onecolentry}
|
\begin{onecolentry}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
((* endif *))
|
((* endif *))
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
\vspace{<<design.margins.highlights_area.top>>}
|
\vspace{<<design.margins.highlights_area.top>>}
|
||||||
((* for item in entry.highlights *))
|
((* for item in entry.highlights *))
|
||||||
((* if loop.first *))
|
((* if loop.first *))
|
||||||
|
\vspace{<<design.margins.highlights_area.top>>}
|
||||||
\begin{onecolentry}
|
\begin{onecolentry}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
((* endif *))
|
((* endif *))
|
||||||
|
|
Loading…
Reference in New Issue