1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-04-06 00:29:37 +01:00
hacksalot e2a04958b0 Awesome: Update from upstream.
Refresh files for "Awesome" theme, now driven by fluentdesk/Awesome-CV,
a templatized fork of posquit0/Awesome-CV.
2016-02-11 10:10:10 -05:00

31 lines
944 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
{[[ spk.date ]]} % Date(s)
{
\begin{cvitems} % Description(s)
[~ _.each( spk.highlights, function(high) { ~]
\item {[[ high ]]}
[~ }); ~]
\end{cvitems}
}
[~ }); ~]
%---------------------------------------------------------
\end{cventries}
[~ } ~]