mirror of https://github.com/eyhc1/rendercv.git
fix entry macros
This commit is contained in:
parent
a9d68652a0
commit
d33932ff36
|
@ -61,7 +61,7 @@
|
||||||
((# preamble: first column, second column #))
|
((# preamble: first column, second column #))
|
||||||
((# first column:: K{<<theme_options.margins.entry_area.left>>}; variable width, ragged left 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 #))
|
((# 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>>}
|
\textbf{<<title>>}
|
||||||
|
|
||||||
<<authors|join(", ")|make_it_italic(cv.name)>>
|
<<authors|join(", ")|make_it_italic(cv.name)>>
|
||||||
|
@ -73,7 +73,8 @@
|
||||||
((* endmacro *))
|
((* endmacro *))
|
||||||
|
|
||||||
((* macro one_line(name, details, markdown_url=none, link_text=none)*))
|
((* 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 markdown_url is not none *))
|
||||||
((* if link_text is not none *))
|
((* if link_text is not none *))
|
||||||
|
@ -87,4 +88,5 @@
|
||||||
((* endif *))
|
((* endif *))
|
||||||
|
|
||||||
\setlength{\leftskip}{0cm}
|
\setlength{\leftskip}{0cm}
|
||||||
|
\setlength{\rightskip}{0cm}
|
||||||
((* endmacro *))
|
((* endmacro *))
|
Loading…
Reference in New Issue