mirror of https://github.com/eyhc1/rendercv.git
allow division of section contents
This commit is contained in:
parent
bbfdfd182d
commit
f5d8ef61f2
|
@ -95,7 +95,7 @@
|
|||
parsep=<<theme_options.margins.highlights_area.vertical_between_bullet_points>>,
|
||||
partopsep=0pt,
|
||||
itemsep=0pt,
|
||||
after=\vspace*{-1\baselineskip},
|
||||
after=\vspace{-1\baselineskip},
|
||||
leftmargin=<<theme_options.margins.highlights_area.left>> + 3pt
|
||||
]
|
||||
}{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
((* macro highlights(highlights) *))
|
||||
\vspace*{<<theme_options.margins.highlights_area.top>>}
|
||||
\vspace{<<theme_options.margins.highlights_area.top>>}
|
||||
((* for item in highlights *))
|
||||
((* if loop.first *))
|
||||
\begin{highlights}
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
((* else *))
|
||||
((* set date_and_location_strings = value.date_and_location_strings_without_timespan *))
|
||||
((* endif *))
|
||||
((* if not loop.first *))
|
||||
\vspace{<<theme_options.margins.entry_area.vertical_between>>}
|
||||
((* endif *))
|
||||
((* if entry_type == "EducationEntry" *))
|
||||
<<entry["education"](
|
||||
study_type=value.study_type,
|
||||
|
@ -47,9 +50,5 @@
|
|||
doi_url=value.doi_url,
|
||||
)|indent(4)>>
|
||||
((* endif *))
|
||||
((* if not loop.last *))
|
||||
\vspace*{<<theme_options.margins.entry_area.vertical_between>>}
|
||||
|
||||
((* endif *))
|
||||
((* endfor *))
|
||||
((* endmacro *))
|
||||
|
|
Loading…
Reference in New Issue