rendercv init
This commit is contained in:
parent
2c7c63b22e
commit
db074edafa
25 changed files with 835 additions and 0 deletions
36
engineeringresumes/NormalEntry.j2.typ
Normal file
36
engineeringresumes/NormalEntry.j2.typ
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
((* if date_and_location_column_template *))
|
||||
#two-col-entry(
|
||||
left-content: [
|
||||
<<main_column_first_row_template>>
|
||||
((* if design.entries.short_second_row or date_and_location_column_template.count("\n\n") > main_column_first_row_template.count("\n\n") or design.section_titles.type=="moderncv" *))
|
||||
((* if main_column_second_row_template *))
|
||||
#v(-design-text-leading)
|
||||
((* endif *))
|
||||
|
||||
<<main_column_second_row_template|replace("\n\n", "\n\n#v(-design-text-leading)")>>
|
||||
((* endif *))
|
||||
],
|
||||
right-content: [
|
||||
<<date_and_location_column_template>>
|
||||
],
|
||||
)
|
||||
((* if not (design.entries.short_second_row or date_and_location_column_template.count("\n\n") > main_column_first_row_template.count("\n\n") or design.section_titles.type=="moderncv") *))
|
||||
#one-col-entry(
|
||||
content: [
|
||||
<<main_column_second_row_template|replace("\n\n", "\n\n#v(-design-text-leading)")>>
|
||||
],
|
||||
)
|
||||
((* endif *))
|
||||
((* else *))
|
||||
|
||||
#one-col-entry(
|
||||
content: [
|
||||
<<main_column_first_row_template>>
|
||||
|
||||
((* if main_column_second_row_template *))
|
||||
#v(-design-text-leading)
|
||||
((* endif *))
|
||||
<<main_column_second_row_template|replace("\n\n", "\n\n#v(-design-text-leading)")>>
|
||||
],
|
||||
)
|
||||
((* endif *))
|
||||
Loading…
Add table
Add a link
Reference in a new issue