rendercv init
This commit is contained in:
parent
2c7c63b22e
commit
db074edafa
25 changed files with 835 additions and 0 deletions
21
engineeringresumes/SectionEnding.j2.typ
Normal file
21
engineeringresumes/SectionEnding.j2.typ
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
((* if entry_type in ["NumberedEntry", "ReversedNumberedEntry"] *))
|
||||
((* if entry_type == "ReversedNumberedEntry" *))
|
||||
)
|
||||
#enum(
|
||||
numbering: n => [#{rev-enum-items.len() + 1 - n}.],
|
||||
..rev-enum-items,
|
||||
)
|
||||
((* endif *))
|
||||
],
|
||||
)
|
||||
((* endif *))
|
||||
((* if not design.entries.allow_page_break_in_sections *))
|
||||
],
|
||||
breakable: false,
|
||||
inset: (
|
||||
left: 0cm,
|
||||
right: 0cm,
|
||||
),
|
||||
width: 100%,
|
||||
)
|
||||
((* endif *))
|
||||
Loading…
Add table
Add a link
Reference in a new issue