allow division of section contents

This commit is contained in:
Sina Atalay 2023-11-19 20:23:24 +01:00
parent bbfdfd182d
commit f5d8ef61f2
3 changed files with 5 additions and 6 deletions

View File

@ -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
]
}{

View File

@ -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}

View File

@ -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 *))