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:
@@ -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}
|
||||
[~ } ~]
|
||||
|
Reference in New Issue
Block a user