mirror of https://github.com/eyhc1/rendercv.git
engineeringresumes: fix templating bugs
This commit is contained in:
parent
a501b59fba
commit
e4fec8763a
|
@ -6,17 +6,20 @@
|
|||
\begin{twocolentry}{
|
||||
<<entry.date_string>>
|
||||
}
|
||||
((* else *))
|
||||
\begin{onecolentry}
|
||||
((* endif *))
|
||||
\textbf{<<entry.institution>>}, ((* if entry.degree *))<<entry.degree>> in ((* endif *))<<entry.area>>((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
((* if entry.date_string *))
|
||||
\end{twocolentry}
|
||||
((* else *))
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
|
||||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
((* endif *))
|
||||
((* for item in entry.highlights *))
|
||||
((* if loop.first *))
|
||||
\begin{onecolentry}
|
||||
((* if not entry.date_string *))
|
||||
\textbf{<<entry.institution>>}, ((* if entry.degree *))<<entry.degree>> in ((* endif *))<<entry.area>>((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
((* endif *))
|
||||
\begin{highlights}
|
||||
((* endif *))
|
||||
\item <<item>>
|
||||
|
|
|
@ -6,17 +6,20 @@
|
|||
\begin{twocolentry}{
|
||||
<<entry.date_string>>
|
||||
}
|
||||
((* else *))
|
||||
\begin{onecolentry}
|
||||
((* endif *))
|
||||
\textbf{<<entry.position>>}, <<entry.company>>((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
((* if entry.date_string *))
|
||||
\end{twocolentry}
|
||||
((* else *))
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
|
||||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
((* endif *))
|
||||
((* for item in entry.highlights *))
|
||||
((* if loop.first *))
|
||||
\begin{onecolentry}
|
||||
((* if not entry.date_string *))
|
||||
\textbf{<<entry.position>>}, <<entry.company>>((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
((* endif *))
|
||||
\begin{highlights}
|
||||
((* endif *))
|
||||
\item <<item>>
|
||||
|
|
|
@ -6,17 +6,20 @@
|
|||
\begin{twocolentry}{
|
||||
<<entry.date_string>>
|
||||
}
|
||||
((* else *))
|
||||
\begin{onecolentry}
|
||||
((* endif *))
|
||||
\textbf{<<entry.name>>}((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
((* if entry.date_string *))
|
||||
\end{twocolentry}
|
||||
((* else *))
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
|
||||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
((* endif *))
|
||||
((* for item in entry.highlights *))
|
||||
((* if loop.first *))
|
||||
\begin{onecolentry}
|
||||
((* if not entry.date_string *))
|
||||
\textbf{<<entry.name>>}((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
((* endif *))
|
||||
\begin{highlights}
|
||||
((* endif *))
|
||||
\item <<item>>
|
||||
|
|
Loading…
Reference in New Issue