mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 12:27:28 +00:00 
			
		
		
		
	Awesome: Fix incorrect blank lines for LaTeX.
This commit is contained in:
		| @@ -7,15 +7,13 @@ | |||||||
|     {[[ ex.activity ]]} |     {[[ ex.activity ]]} | ||||||
|     {[[ ex.location ]]} |     {[[ ex.location ]]} | ||||||
|     {[[ ex.safe.start ]] - [[ ex.safe.end ]]} |     {[[ ex.safe.start ]] - [[ ex.safe.end ]]} | ||||||
|     [~ if( ex.highlights && ex.highlights.length ) { ~] |     [~ if( ex.highlights && ex.highlights.length ) { | ||||||
|     { |     ~]{ | ||||||
|       \begin{cvitems} |       \begin{cvitems} | ||||||
|         [~ _.each(ex.highlights, function(high) { ~] |         [~ _.each(ex.highlights, function(high) { | ||||||
|         \item {[[high]]} |         ~]\item {[[high]]} | ||||||
|         [~ }); ~] |         [~ }); ~]\end{cvitems} | ||||||
|       \end{cvitems} |     }[~ } else { ~]{ }[~ } ~] | ||||||
|     } |  | ||||||
|     [~ } ~] |  | ||||||
|   [~ }); ~] |   [~ }); ~] | ||||||
| \end{cventries} | \end{cventries} | ||||||
| [~ } ~] | [~ } ~] | ||||||
|   | |||||||
| @@ -1,18 +1,17 @@ | |||||||
| [~ if( r.presentations && r.presentations.length) { ~] | [~ if( r.speaking && r.speaking.length) { ~] | ||||||
| \cvsection{Presentation} | \cvsection{Presentation} | ||||||
| \begin{cventries} | \begin{cventries} | ||||||
|   [~ _.each(r.presentations, function(pres) { ~] |   [~ _.each(r.speaking, function(pres) { ~] | ||||||
|   \cventry |   \cventry | ||||||
|     {[[ pres.title ]]} |     {[[ pres.title ]]} | ||||||
|     {[[ pres.event ]]} |     {[[ pres.event ]]} | ||||||
|     {[[ pres.location ]]} |     {[[ pres.location ]]} | ||||||
|     {[[ pres.safe.date ]]} |     {[[ pres.safe.date ]]} | ||||||
|     [~ if (pres.highlights && pres.highlights.length) { ~] |     [~ if (pres.highlights && pres.highlights.length) { | ||||||
|     { |     ~]{ | ||||||
|       \begin{cvitems} |       \begin{cvitems} | ||||||
|         [~ _.each(pres.highlights, function( high) { ~] |         [~ _.each(pres.highlights, function( high) { | ||||||
|         \item {[[ high ]]} |         ~]\item {[[ high ]]}[~ }); ~] | ||||||
|         [~ }); ~] |  | ||||||
|       \end{cvitems} |       \end{cvitems} | ||||||
|     } |     } | ||||||
|     [~ } else { ~]{ }[~ } ~] |     [~ } else { ~]{ }[~ } ~] | ||||||
|   | |||||||
| @@ -7,15 +7,13 @@ | |||||||
|     {[[ ex.activity ]]} |     {[[ ex.activity ]]} | ||||||
|     {[[ ex.location ]]} |     {[[ ex.location ]]} | ||||||
|     {[[ ex.safe.start ]] - [[ ex.safe.end ]]} |     {[[ ex.safe.start ]] - [[ ex.safe.end ]]} | ||||||
|     [~ if( ex.highlights && ex.highlights.length ) { ~] |     [~ if( ex.highlights && ex.highlights.length ) { | ||||||
|     { |     ~]{ | ||||||
|       \begin{cvitems} |       \begin{cvitems} | ||||||
|         [~ _.each(ex.highlights, function(high) { ~] |         [~ _.each(ex.highlights, function(high) { | ||||||
|         \item {[[high]]} |         ~]\item {[[high]]} | ||||||
|         [~ }); ~] |         [~ }); ~]\end{cvitems} | ||||||
|       \end{cvitems} |     }[~ } else { ~]{ }[~ } ~] | ||||||
|     } |  | ||||||
|     [~ } else { ~]{ }[~ } ~] |  | ||||||
|   [~ }); ~] |   [~ }); ~] | ||||||
| \end{cventries} | \end{cventries} | ||||||
| [~ } ~] | [~ } ~] | ||||||
|   | |||||||
| @@ -1,18 +1,17 @@ | |||||||
| [~ if( r.presentations && r.presentations.length) { ~] | [~ if( r.speaking && r.speaking.length) { ~] | ||||||
| \cvsection{Presentation} | \cvsection{Presentation} | ||||||
| \begin{cventries} | \begin{cventries} | ||||||
|   [~ _.each(r.presentations, function(pres) { ~] |   [~ _.each(r.speaking, function(pres) { ~] | ||||||
|   \cventry |   \cventry | ||||||
|     {[[ pres.title ]]} |     {[[ pres.title ]]} | ||||||
|     {[[ pres.event ]]} |     {[[ pres.event ]]} | ||||||
|     {[[ pres.location ]]} |     {[[ pres.location ]]} | ||||||
|     {[[ pres.safe.date ]]} |     {[[ pres.safe.date ]]} | ||||||
|     [~ if (pres.highlights && pres.highlights.length) { ~] |     [~ if (pres.highlights && pres.highlights.length) { | ||||||
|     { |     ~]{ | ||||||
|       \begin{cvitems} |       \begin{cvitems} | ||||||
|         [~ _.each(pres.highlights, function( high) { ~] |         [~ _.each(pres.highlights, function( high) { | ||||||
|         \item {[[ high ]]} |         ~]\item {[[ high ]]}[~ }); ~] | ||||||
|         [~ }); ~] |  | ||||||
|       \end{cvitems} |       \end{cvitems} | ||||||
|     } |     } | ||||||
|     [~ } else { ~]{ }[~ } ~] |     [~ } else { ~]{ }[~ } ~] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user