fix entry macros

This commit is contained in:
Sina Atalay 2023-10-14 17:53:02 +02:00
parent a9d68652a0
commit d33932ff36
1 changed files with 4 additions and 2 deletions

View File

@ -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 *))