Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage[utf8]{inputenc}\setlength{\tabcolsep}{0cm}\newenvironment{entrylist}{\begin{tabular*} % create table{\textwidth}{@{\extracolsep{0.2cm}}ll} % two columns left-aligned with 0.2cm space in between}{\end{tabular*}}\newcommand{\entry}[4]{#1&\parbox[t]{10cm}{\textbf{#2}\hfill{\footnotesize #3}\\#4\\}\\}\begin{document}\section{Section 1}\begin{entrylist}\entry{2010 - 2014}{Bachelor of Science}{University}{lorem ipsum\\\textit{italic textpart}}\entry{2010 - 2014}{Bachelor of Science}{University}{lorem ipsum\\\textit{italic textpart}}\end{entrylist}\section{Section 2}\end{document}