1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-08-10 18:51:01 +01:00

Awesome: Fix incorrect blank lines for LaTeX.

This commit is contained in:
devlinjd
2015-12-08 20:26:01 -05:00
parent 421bc71f65
commit 95463fbb82
4 changed files with 24 additions and 30 deletions

View File

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