mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-20 15:02:38 -04:00
engineeringresumes: fix templating bugs
This commit is contained in:
@@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user