mirror of https://github.com/eyhc1/rendercv.git
support markdown_to_latex in more areas
This commit is contained in:
parent
b2e5aec155
commit
fe782e846f
|
@ -26,7 +26,7 @@
|
||||||
((# first column:: K{<<theme_options.margins.entry_area.left_and_right>>}; variable width, justified column #))
|
((# 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 #))
|
((# 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>>}}
|
\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_higlights(highlights)|indent(4)->>
|
||||||
&
|
&
|
||||||
<<print_date_and_locations(date_and_location_strings)|indent(4)->>
|
<<print_date_and_locations(date_and_location_strings)|indent(4)->>
|
||||||
|
@ -44,12 +44,12 @@
|
||||||
((* if markdown_url is not none *))
|
((* if markdown_url is not none *))
|
||||||
((* if link_text is not none *))
|
((* if link_text is not none *))
|
||||||
((* set markdown_url = "["+link_text+"]("+ markdown_url|markdown_link_to_url +")" *))
|
((* 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 *))
|
((* else *))
|
||||||
\textbf{<<name>>}, <<markdown_url|markdown_to_latex>>
|
\textbf{<<name|markdown_to_latex>>}, <<markdown_url|markdown_to_latex>>
|
||||||
((* endif *))
|
((* endif *))
|
||||||
((* else *))
|
((* else *))
|
||||||
\textbf{<<name>>}
|
\textbf{<<name|markdown_to_latex>>}
|
||||||
((* endif *))
|
((* endif *))
|
||||||
<<print_higlights(highlights)|indent(4)->>
|
<<print_higlights(highlights)|indent(4)->>
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
|
Loading…
Reference in New Issue