From 33696a72d3fd9850535b11b1c57b62078472fc1a Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 2 Oct 2022 11:21:00 -0500 Subject: Use itemize without top separation for ALL skills --- Skills.tex | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Skills.tex b/Skills.tex index 55e8389..71272c7 100644 --- a/Skills.tex +++ b/Skills.tex @@ -2,7 +2,7 @@ \vspace{-1.00em} \begin{multicols}{2} \subsection{Programming Languages}\label{subsec:Programming_Langs} -\begin{itemize}[noitemsep] +\begin{notopsepitemize} \item \href{https://en.wikipedia.org/wiki/C_(programming_language)}{C} \item \href{https://en.wikipedia.org/wiki/Motorola_68000}{MC68k Assembly} \item \href{https://en.wikipedia.org/wiki/MIPS_architecture}{MIPS} @@ -10,38 +10,40 @@ \item \href{https://www.java.com/en/}{Java} \item \href{https://www.python.org/}{Python 3} \item \href{https://www.haskell.org/}{Haskell} -\end{itemize} +\end{notopsepitemize} \subsection{Hardware Description Languages}\label{subsec:HDLs} -\begin{itemize}[noitemsep] +\begin{notopsepitemize} \item Verilog \item VHDL \item \href{https://chisel-lang.org}{Chisel} -\end{itemize} +\end{notopsepitemize} \columnbreak{} \subsection{Hardware}\label{subsec:Hardware} -\begin{itemize}[noitemsep] +\begin{notopsepitemize} \item Oscilloscope \item Analog/Digital Function Generator \item Digital Logic Analyzer -\end{itemize} +\end{notopsepitemize} \subsection{Software}\label{subsec:Software} -\begin{tabular}{cc} - \href{https://git-scm.com}{Git} & \href{https://latex-project.org}{\LaTeX{}} \\ - \textsc{Linux} & \href{https://nixos.org}{\textsc{Nix}} \\ -\end{tabular} +\begin{notopsepitemize} +\item \href{https://git-scm.com}{Git} +\item \href{https://latex-project.org}{\LaTeX{}} +\item \textsc{Linux} +\item \href{https://nixos.org}{\textsc{Nix}} +\end{notopsepitemize} \vspace{1em} % Add languages and their proficiencies \subsection{Human Languages}\label{subsec:Humans_Langs} -\begin{itemize}[noitemsep] +\begin{notopsepitemize} \item English, Native \item Spanish, Fluent \item Swedish, Beginner -\end{itemize} +\end{notopsepitemize} \end{multicols} %%% Local Variables: -- cgit v1.2.3