1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 08:10:10 +00: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}
}
[~ } ~]
[~ _.each(ex.highlights, function(high) {
~]\item {[[high]]}
[~ }); ~]\end{cvitems}
}[~ } else { ~]{ }[~ } ~]
[~ }); ~]
\end{cventries}
[~ } ~]

View File

@ -1,18 +1,17 @@
[~ if( r.presentations && r.presentations.length) { ~]
[~ if( r.speaking && r.speaking.length) { ~]
\cvsection{Presentation}
\begin{cventries}
[~ _.each(r.presentations, function(pres) { ~]
[~ _.each(r.speaking, function(pres) { ~]
\cventry
{[[ pres.title ]]}
{[[ pres.event ]]}
{[[ pres.location ]]}
{[[ pres.safe.date ]]}
[~ if (pres.highlights && pres.highlights.length) { ~]
{
[~ if (pres.highlights && pres.highlights.length) {
~]{
\begin{cvitems}
[~ _.each(pres.highlights, function( high) { ~]
\item {[[ high ]]}
[~ }); ~]
[~ _.each(pres.highlights, function( high) {
~]\item {[[ high ]]}[~ }); ~]
\end{cvitems}
}
[~ } else { ~]{ }[~ } ~]

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}
[~ } ~]

View File

@ -1,18 +1,17 @@
[~ if( r.presentations && r.presentations.length) { ~]
[~ if( r.speaking && r.speaking.length) { ~]
\cvsection{Presentation}
\begin{cventries}
[~ _.each(r.presentations, function(pres) { ~]
[~ _.each(r.speaking, function(pres) { ~]
\cventry
{[[ pres.title ]]}
{[[ pres.event ]]}
{[[ pres.location ]]}
{[[ pres.safe.date ]]}
[~ if (pres.highlights && pres.highlights.length) { ~]
{
[~ if (pres.highlights && pres.highlights.length) {
~]{
\begin{cvitems}
[~ _.each(pres.highlights, function( high) { ~]
\item {[[ high ]]}
[~ }); ~]
[~ _.each(pres.highlights, function( high) {
~]\item {[[ high ]]}[~ }); ~]
\end{cvitems}
}
[~ } else { ~]{ }[~ } ~]