mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-04-06 00:29:37 +01:00
29 lines
987 B
TeX
29 lines
987 B
TeX
[~ if (r.speaking && r.speaking.length) { ~]
|
|
%-------------------------------------------------------------------------------
|
|
% SECTION TITLE
|
|
%-------------------------------------------------------------------------------
|
|
\cvsection{Presentation}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% CONTENT
|
|
%-------------------------------------------------------------------------------
|
|
\begin{cventries}
|
|
[~ _.each( r.speaking, function(spk) { ~]
|
|
%---------------------------------------------------------
|
|
\cventry
|
|
{[[ spk.title ]]} % Role
|
|
{[[ spk.event ]])} % Event
|
|
{[[ spk.location ]]} % Location
|
|
{[[ h.date(spk.date) ]]} % Date(s)
|
|
{[~ if (r.speaking && r.speaking.length) { ~]
|
|
\begin{cvitems} % Description(s)
|
|
[[ h.pad( spk.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ]]
|
|
\end{cvitems}
|
|
[~ } ~]}
|
|
|
|
[~ }); ~]
|
|
%---------------------------------------------------------
|
|
\end{cventries}
|
|
[~ } ~]
|