From 4d71e72ee66fc5fe6e1218490100eeed60f7cd7c Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 17 Nov 2023 01:26:40 +0100 Subject: [PATCH] support markdown_to_latex in more areas --- .../templates/classic/components/entry.tex.j2 | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/rendercv/templates/classic/components/entry.tex.j2 b/rendercv/templates/classic/components/entry.tex.j2 index c1324f0..9a8af01 100644 --- a/rendercv/templates/classic/components/entry.tex.j2 +++ b/rendercv/templates/classic/components/entry.tex.j2 @@ -11,7 +11,7 @@ \begin{tabularx}{\textwidth-<>-0.13cm}{L{0.85cm} K{<>} R{<>}} \textbf{<>} & - \textbf{<>}, <> + \textbf{<>}, <> <> & <> @@ -25,7 +25,7 @@ ((# first column:: K{<>}; variable width, justified column #)) ((# second column: R{<>}; constant width ragged right column #)) \begin{tabularx}{\textwidth-<>-0.13cm}{K{<>} R{<>}} - \textbf{<>}, <> + \textbf{<>}, <> <> & <> @@ -43,12 +43,12 @@ ((* if markdown_url is not none *)) ((* if link_text is not none *)) ((* set markdown_url = "["+link_text+"]("+ markdown_url|markdown_link_to_url +")" *)) - \textbf{<>}, <> + \textbf{<>}, <> ((* else *)) - \textbf{<>}, <> + \textbf{<>}, <> ((* endif *)) ((* else *)) - \textbf{<>} + \textbf{<>} ((* endif *)) <> \end{tabularx} @@ -57,12 +57,12 @@ ((* if markdown_url is not none *)) ((* if link_text is not none *)) ((* set markdown_url = "["+link_text+"]("+ markdown_url|markdown_link_to_url +")" *)) - \textbf{<>}, <> + \textbf{<>}, <> ((* else *)) - \textbf{<>}, <> + \textbf{<>}, <> ((* endif *)) ((* else *)) - \textbf{<>} + \textbf{<>} ((* endif *)) <> & @@ -102,12 +102,12 @@ ((* if markdown_url is not none *)) ((* if link_text is not none *)) ((* set markdown_url = "["+link_text+"]("+ markdown_url|markdown_link_to_url +")" *)) - \textbf{<>:} <
> (<>) + \textbf{<>:} <> (<>) ((* else *)) - \textbf{<>:} <
> (<>) + \textbf{<>:} <> (<>) ((* endif *)) ((* else *)) - \textbf{<>:} <
> + \textbf{<>:} <> ((* endif *)) \par\endgroup