From 6a138ce0e840da869e5927d8bc5e87680ae6999d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 15 Apr 2021 20:48:55 +0200 Subject: minipages --- cv.tex | 74 +++++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 35 deletions(-) diff --git a/cv.tex b/cv.tex index 87dc428..3b1de28 100644 --- a/cv.tex +++ b/cv.tex @@ -15,13 +15,18 @@ bottom=20mm, } -\newcommand{\innerheading}[1]{% +\newcommand{\topheading}[1]{% {\Large\bfseries #1\vphantom{Jj}} \vspace{0.1em} \hrule \vspace{0.6em} } +\newcommand{\innerheading}[1]{% +\vspace{1em} +\topheading{#1} +} + \begin{document} \raggedright @@ -32,8 +37,8 @@ \vspace{1em} -\begin{tabular}{@{}p{0.7\linewidth}|p{0.3\linewidth}@{}} - \innerheading{Experience} +\begin{minipage}[t]{0.65\textwidth} + \topheading{Experience} \begin{description} \item [Course assistant (January 2021 -- ongoing)] @@ -55,26 +60,6 @@ during the High-School Students Internship Programme. \end{description} -& - - \innerheading{Skillls} - - Android \newline - C/C++ \newline - CSS/HTML \newline - git \newline - Java \newline - \LaTeX{} \newline - Linux \newline - Lua \newline - macOS \newline - Matlab \newline - Python \newline - Rust \newline - Vim %\newline - -\\ - \innerheading{Merits} \begin{description} @@ -93,17 +78,12 @@ MSc in Applied Physics and Electrical Engineering, first year. \newline (2019 -- 2020) \newline\vspace{-0.5em}\newline Blackebergs gymnasium, Natural Sciences program. \newline (2016 -- 2019) -& - -%{\bfseries Non-technical} -% \vspace{0.2em} -% -% Swedish \newline -% English \newline -% -% \vspace{1em} - - \innerheading{Contact} +\end{minipage}% +\begin{minipage}[t]{0.05\textwidth} +\hfill +\end{minipage}% +\begin{minipage}[t]{0.35\textwidth} + \topheading{Contact} \href{mailto:gusso230@student.liu.se}{\url{gusso230@student.liu.se}} \vspace{0.4em} @@ -115,6 +95,30 @@ \url{https://github.com/sornas} -\end{tabular} + \innerheading{Skillls} + + Android \newline + C/C++ \newline + CSS/HTML \newline + git \newline + Java \newline + \LaTeX{} \newline + Linux \newline + Lua \newline + macOS \newline + Matlab \newline + Python \newline + Rust \newline + Vim %\newline + +%{\bfseries Non-technical} +% \vspace{0.2em} +% +% Swedish \newline +% English \newline +% +% \vspace{1em} + +\end{minipage} \end{document} -- cgit v1.2.1