summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-04-15 20:48:55 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-04-15 20:48:55 +0200
commit6a138ce0e840da869e5927d8bc5e87680ae6999d (patch)
tree41ae50bc99b2cf6bbfda9d92224f166d0c44f49d
parent974b9c2ff0d5d7a7717b66e57347d705011985d1 (diff)
downloadcv-6a138ce0e840da869e5927d8bc5e87680ae6999d.tar.gz
minipages
-rw-r--r--cv.tex74
1 files 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}