mirror of https://github.com/eyhc1/rendercv.git
data_models: rename "name" to "label" for OneLineEntry
This commit is contained in:
parent
ecca51b2c8
commit
9ccec151d6
|
@ -6,5 +6,5 @@
|
|||
\advance\csname @rightskip\endcsname <<design.margins.entry_area.left_and_right>>
|
||||
\advance\rightskip <<design.margins.entry_area.left_and_right>>
|
||||
|
||||
\textbf{<<entry.name>>:} <<entry.details>> ((* if entry.url *)) (\href{<<entry.url>>}{<<entry.url_text>>}) ((* endif *))
|
||||
\textbf{<<entry.label>>:} <<entry.details>> ((* if entry.url *)) (\href{<<entry.url>>}{<<entry.url_text>>}) ((* endif *))
|
||||
\par\endgroup
|
|
@ -1 +1 @@
|
|||
- <<entry.name>>: <<entry.details>>
|
||||
- <<entry.label>>: <<entry.details>>
|
||||
|
|
|
@ -1 +1 @@
|
|||
\cvline{<<entry.name>>}{<<entry.details>>}
|
||||
\cvline{<<entry.label>>}{<<entry.details>>}
|
|
@ -1,5 +1,5 @@
|
|||
((* if is_first_entry *))
|
||||
\vspace{0.08cm}
|
||||
((* endif *))
|
||||
\resumeSubItem{<<entry.name>>}
|
||||
\resumeSubItem{<<entry.label>>}
|
||||
{<<entry.details>>}
|
Loading…
Reference in New Issue