1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-08-02 07:06:40 +01:00

Awesome: Fix baseline LaTeX generation.

This commit is contained in:
devlinjd
2015-12-08 10:14:29 -05:00
parent baffe8ec02
commit 421bc71f65
10 changed files with 26 additions and 34 deletions

View File

@@ -7,15 +7,14 @@
{[[ edu.institution ]]}
{[[ edu.location ]]}
{[[ edu.safe.start ]] - [[ edu.safe.end ]]}
[~ if( edu.highlights && edu.highlights.length ) { ~]
{
[~ if( edu.highlights && edu.highlights.length ) {
~]{
\begin{cvitems}
[~ _.each(edu.highlights, function(high) { ~]
\item {[[ high ]]}
[~ }); ~]
\end{cvitems}
}
[~ } ~]
}[~ } else { ~]{ }[~ } ~]
[~ }); ~]
\end{cventries}
[~ } ~]