1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-08-02 07:06:40 +01:00
Files
fresh-themes/themes/awesome/src/latex/examples/cv/writing.tex
2015-12-08 10:14:29 -05:00

22 lines
511 B
TeX

[~ if( r.writing && r.writing.length ) { ~]
\cvsection{Writing}
\begin{cventries}
[~ _.each(r.writing, function(wri) { ~]
\cventry
{[[ wri.publisher ]]}
{[[ wri.title ]]}
{[[ wri.url ]]}
{[[ wri.safe.date ]] - PRESENT}
[~ if( wri.highlights && wri.highlights.length ) { ~]
{
\begin{cvitems}
[~ _.each(wri.highlights, function(high) { ~]
\item {[[ high ]]}
[~ }); ~]
\end{cvitems}
}
[~ } else { ~]{ }[~ } ~]
[~ }); ~]
\end{cventries}
[~ } ~]