mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-13 12:18:18 -04:00
fix entry macros
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
((# preamble: first column, second column #))
|
||||
((# first column:: K{<<theme_options.margins.entry_area.left>>}; variable width, ragged left column #))
|
||||
((# second column: R{<<theme_options.date_and_location_width>>}; constant width ragged right column #))
|
||||
\begin{tabularx}{\textwidth}{K{<<theme_options.margins.entry_area.left>>} R{2 cm}}
|
||||
\begin{tabularx}{\textwidth}{K{<<theme_options.margins.entry_area.left>>} R{<<theme_options.date_and_location_width>>}}
|
||||
\textbf{<<title>>}
|
||||
|
||||
<<authors|join(", ")|make_it_italic(cv.name)>>
|
||||
@@ -73,7 +73,8 @@
|
||||
((* endmacro *))
|
||||
|
||||
((* macro one_line(name, details, markdown_url=none, link_text=none)*))
|
||||
\setlength{\leftskip}{0.2cm}
|
||||
\setlength{\leftskip}{<<theme_options.margins.entry_area.left>>}
|
||||
\setlength{\rightskip}{<<theme_options.margins.entry_area.right>>}
|
||||
|
||||
((* if markdown_url is not none *))
|
||||
((* if link_text is not none *))
|
||||
@@ -87,4 +88,5 @@
|
||||
((* endif *))
|
||||
|
||||
\setlength{\leftskip}{0cm}
|
||||
\setlength{\rightskip}{0cm}
|
||||
((* endmacro *))
|
||||
Reference in New Issue
Block a user