support markdown_to_latex in more areas

This commit is contained in:
Sina Atalay 2023-11-17 01:26:40 +01:00 committed by Jeffrey Goldberg
parent b2e5aec155
commit fe782e846f
1 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
((# first column:: K{<<theme_options.margins.entry_area.left_and_right>>}; variable width, justified column #))
((# second column: R{<<theme_options.date_and_location_width>>}; constant width ragged right column #))
\begin{tabularx}{\textwidth-<<theme_options.margins.entry_area.left_and_right|divide_length_by(0.5)>>-0.13cm}{K{<<theme_options.margins.entry_area.left_and_right>>} R{<<theme_options.date_and_location_width>>}}
\textbf{<<company>>}, <<position>>
\textbf{<<company|markdown_to_latex>>}, <<position|markdown_to_latex>>
<<print_higlights(highlights)|indent(4)->>
&
<<print_date_and_locations(date_and_location_strings)|indent(4)->>
@ -44,12 +44,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{<<name>>}, <<markdown_url|markdown_to_latex>>
\textbf{<<name|markdown_to_latex>>}, <<markdown_url|markdown_to_latex>>
((* else *))
\textbf{<<name>>}, <<markdown_url|markdown_to_latex>>
\textbf{<<name|markdown_to_latex>>}, <<markdown_url|markdown_to_latex>>
((* endif *))
((* else *))
\textbf{<<name>>}
\textbf{<<name|markdown_to_latex>>}
((* endif *))
<<print_higlights(highlights)|indent(4)->>
\end{tabularx}