engineeringresumes: add horizontal spacing between dates and titles

This commit is contained in:
Sina Atalay 2024-04-15 01:02:50 +03:00
parent 1faf3d6eaa
commit 1ad6370c19
4 changed files with 56 additions and 20 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -2,16 +2,17 @@
\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>>}
<<entry.authors|map("make_it_nolinebreak")|join(", ")>>
((* if entry.doi or entry.journal *))
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
\begin{onecolentry}
((* endif *))
((* if entry.doi -*))
\href{<<entry.doi_url>>}{<<entry.doi>>}
@ -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}