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>>} \vspace{<<design.margins.entry_area.vertical_between>>}
((* endif *)) ((* endif *))
\begin{onecolentry} ((* if entry.date_string *))
\textbf{<<entry.institution>>}, ((* if entry.degree *))<<entry.degree>> in ((* endif *))<<entry.area>>((* if entry.location *)) -- <<entry.location>>((* endif *)) \hfill <<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 *)) ((* for item in entry.highlights *))
((* if loop.first *)) ((* 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} \begin{highlights}
((* endif *)) ((* endif *))
\item <<item>> \item <<item>>
((* if loop.last *)) ((* if loop.last *))
\end{highlights} \end{highlights}
\end{onecolentry}
((* endif *)) ((* endif *))
((* endfor *)) ((* endfor *))
\end{onecolentry}

View File

@ -2,15 +2,26 @@
\vspace{<<design.margins.entry_area.vertical_between>>} \vspace{<<design.margins.entry_area.vertical_between>>}
((* endif *)) ((* endif *))
\begin{onecolentry} ((* if entry.date_string *))
\textbf{<<entry.position>>}, <<entry.company>>((* if entry.location *)) -- <<entry.location>>((* endif *)) \hfill <<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 *)) ((* for item in entry.highlights *))
((* if loop.first *)) ((* if loop.first *))
\begin{onecolentry}
((* if not entry.date_string *))
\textbf{<<entry.position>>}, <<entry.company>>((* if entry.location *)) -- <<entry.location>>((* endif *))
((* endif *))
\begin{highlights} \begin{highlights}
((* endif *)) ((* endif *))
\item <<item>> \item <<item>>
((* if loop.last *)) ((* if loop.last *))
\end{highlights} \end{highlights}
\end{onecolentry}
((* endif *)) ((* endif *))
((* endfor *)) ((* endfor *))
\end{onecolentry}

View File

@ -2,15 +2,26 @@
\vspace{<<design.margins.entry_area.vertical_between>>} \vspace{<<design.margins.entry_area.vertical_between>>}
((* endif *)) ((* endif *))
\begin{onecolentry} ((* if entry.date_string *))
\textbf{<<entry.name>>}((* if entry.location *)) -- <<entry.location>>((* endif *)) \hfill <<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 *)) ((* for item in entry.highlights *))
((* if loop.first *)) ((* if loop.first *))
\begin{onecolentry}
((* if not entry.date_string *))
\textbf{<<entry.name>>}((* if entry.location *)) -- <<entry.location>>((* endif *))
((* endif *))
\begin{highlights} \begin{highlights}
((* endif *)) ((* endif *))
\item <<item>> \item <<item>>
((* if loop.last *)) ((* if loop.last *))
\end{highlights} \end{highlights}
\end{onecolentry}
((* endif *)) ((* endif *))
((* endfor *)) ((* endfor *))
\end{onecolentry}

View File

@ -2,16 +2,17 @@
\vspace{<<design.margins.entry_area.vertical_between>>} \vspace{<<design.margins.entry_area.vertical_between>>}
((* endif *)) ((* endif *))
\begin{onecolentry} \begin{samepage}
\begin{minipage}{\linewidth} \begin{twocolentry}{
\textbf{<<entry.title>>} \hfill <<entry.date_string>> <<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 *)) ((* if entry.doi or entry.journal *))
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>} \vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
\begin{onecolentry}
((* endif *)) ((* endif *))
((* if entry.doi -*)) ((* if entry.doi -*))
\href{<<entry.doi_url>>}{<<entry.doi>>} \href{<<entry.doi_url>>}{<<entry.doi>>}
@ -21,5 +22,7 @@
<<entry.journal>> <<entry.journal>>
((*- endif -*)) ((*- endif -*))
((*- if entry.doi and entry.journal *)))((* endif -*)) ((*- if entry.doi and entry.journal *)))((* endif -*))
\end{minipage} ((* if entry.doi or entry.journal *))
\end{onecolentry} \end{onecolentry}
((* endif *))
\end{samepage}