diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-05-16 19:24:59 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-05-16 19:24:59 +0800 |
commit | 5c737413dca0eb43c0b15c4d1c6a8952846fdc24 (patch) | |
tree | 968e88fb0598de9fb3d54d4604bcdce7f5702be2 | |
parent | c0e5029c31a912f7a8302265acbfb6ded843d45b (diff) |
Decrease margin again, unify enumitem options
-rw-r--r-- | cv.tex | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -4,12 +4,12 @@ \usepackage{fontspec} \setmainfont{CMU Bright} \usepackage{enumitem} -\usepackage[margin=2cm]{geometry} +\usepackage[left=1.5cm, right=1.5cm, top=2cm, bottom=2cm]{geometry} \usepackage{hyperref} \hypersetup{ pdftex, pdfauthor={Yihang Yin}, - pdftitle={Yihang Yin}, + pdftitle={Yihang Yin — CV}, colorlinks=true, linkcolor=blue, filecolor=blue, @@ -58,8 +58,10 @@ B.S.E. in Computer Engineering B.S.E. in Electrical and Computer Engineering \hfill Sept 2021 -- Aug 2025 (expected) +\setlist[itemize]{leftmargin=1.5em, itemsep=-0.5ex} + \section{TECHNICAL SKILLS} -\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex +\begin{itemize} \item \textbf{Programming Languages} — C, C++, Python, MATLAB, Haskell \item \textbf{Web Development} — HTML, CSS, JavaScript, Flask \item \textbf{Microcontrollers} — ESP32, Arduino, AVR @@ -70,7 +72,7 @@ B.S.E. in Electrical and Computer Engineering \end{itemize} \section{PROJECTS} -\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex +\begin{itemize} \item \href{https://fkfd.me/projects/bikeblinkers/}{\textbf{Bikeblinkers}} — PCBs designed from scratch as bicycle-mounted blinkers \item \textbf{Byseekel} @@ -93,7 +95,7 @@ B.S.E. in Electrical and Computer Engineering Teaching Assistant for ENGR1510J, Accelerated Introduction to \newline Computers and Programming \hfill Sept 2022 -- Dec 2022 -\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex +\begin{itemize} \item Held labs and office hours for class of size 85 \item Maintained Python automation and utility scripts \item Automated tasks with Bash for TA team @@ -101,7 +103,7 @@ Computers and Programming \section{STUDENT WORK} \textbf{Director of TechJI} \hfill Aug 2022 -- present -\begin{itemize}[leftmargin=1.5em]\itemsep -0.5ex +\begin{itemize} \item Leads volunteer team in Student Union \item Workshops (co-)hosted: mechanical keyboard, Bash, Vim, reflow, \LaTeX \end{itemize} |