mirror of https://github.com/eyhc1/rendercv.git
engineeringresumes: add horizontal spacing between dates and titles
This commit is contained in:
parent
1faf3d6eaa
commit
1ad6370c19
|
@ -2,15 +2,26 @@
|
|||
\vspace{<<design.margins.entry_area.vertical_between>>}
|
||||
((* endif *))
|
||||
|
||||
\begin{onecolentry}
|
||||
\textbf{<<entry.institution>>}, ((* if entry.degree *))<<entry.degree>> in ((* endif *))<<entry.area>>((* if entry.location *)) -- <<entry.location>>((* endif *)) \hfill <<entry.date_string>>
|
||||
((* if entry.date_string *))
|
||||
\begin{twocolentry}{
|
||||
<<entry.date_string>>
|
||||
}
|
||||
\textbf{<<entry.institution>>}, ((* if entry.degree *))<<entry.degree>> in ((* endif *))<<entry.area>>((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
\end{twocolentry}
|
||||
|
||||
\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>>
|
||||
((* if loop.last *))
|
||||
\end{highlights}
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
((* endfor *))
|
||||
\end{onecolentry}
|
|
@ -2,15 +2,26 @@
|
|||
\vspace{<<design.margins.entry_area.vertical_between>>}
|
||||
((* endif *))
|
||||
|
||||
\begin{onecolentry}
|
||||
\textbf{<<entry.position>>}, <<entry.company>>((* if entry.location *)) -- <<entry.location>>((* endif *)) \hfill <<entry.date_string>>
|
||||
((* if entry.date_string *))
|
||||
\begin{twocolentry}{
|
||||
<<entry.date_string>>
|
||||
}
|
||||
\textbf{<<entry.position>>}, <<entry.company>>((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
\end{twocolentry}
|
||||
|
||||
\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>>
|
||||
((* if loop.last *))
|
||||
\end{highlights}
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
((* endfor *))
|
||||
\end{onecolentry}
|
|
@ -2,15 +2,26 @@
|
|||
\vspace{<<design.margins.entry_area.vertical_between>>}
|
||||
((* endif *))
|
||||
|
||||
\begin{onecolentry}
|
||||
\textbf{<<entry.name>>}((* if entry.location *)) -- <<entry.location>>((* endif *)) \hfill <<entry.date_string>>
|
||||
((* if entry.date_string *))
|
||||
\begin{twocolentry}{
|
||||
<<entry.date_string>>
|
||||
}
|
||||
\textbf{<<entry.name>>}((* if entry.location *)) -- <<entry.location>>((* endif *))
|
||||
\end{twocolentry}
|
||||
|
||||
\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>>
|
||||
((* if loop.last *))
|
||||
\end{highlights}
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
((* endfor *))
|
||||
\end{onecolentry}
|
||||
|
|
|
@ -2,17 +2,18 @@
|
|||
\vspace{<<design.margins.entry_area.vertical_between>>}
|
||||
((* endif *))
|
||||
|
||||
\begin{onecolentry}
|
||||
\begin{minipage}{\linewidth}
|
||||
\textbf{<<entry.title>>} \hfill <<entry.date_string>>
|
||||
\begin{samepage}
|
||||
\begin{twocolentry}{
|
||||
<<entry.date_string>>
|
||||
}
|
||||
\textbf{<<entry.title>>}
|
||||
\end{twocolentry}
|
||||
|
||||
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
|
||||
((* if entry.doi or entry.journal *))
|
||||
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
|
||||
|
||||
<<entry.authors|map("make_it_nolinebreak")|join(", ")>>
|
||||
((* if entry.doi or entry.journal *))
|
||||
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
|
||||
|
||||
((* endif *))
|
||||
\begin{onecolentry}
|
||||
((* endif *))
|
||||
((* if entry.doi -*))
|
||||
\href{<<entry.doi_url>>}{<<entry.doi>>}
|
||||
((*- endif -*))
|
||||
|
@ -21,5 +22,7 @@
|
|||
<<entry.journal>>
|
||||
((*- endif -*))
|
||||
((*- if entry.doi and entry.journal *)))((* endif -*))
|
||||
\end{minipage}
|
||||
\end{onecolentry}
|
||||
((* if entry.doi or entry.journal *))
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
\end{samepage}
|
||||
|
|
Loading…
Reference in New Issue