summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-02Use itemize without top separation for ALL skillsKarl Hallsby
2022-10-02Change name of jobdescription itemize for something more genericKarl Hallsby
This new name is not strictly important, but it makes it less strange when used in places that are not jobs, namely the skills section.
2022-10-02Use new jobdescription itemize environmentKarl Hallsby
2022-10-02Create special itemize list to handle job descriptionsKarl Hallsby
The biggest thing is that the topsep for the itemize environment is removed, which makes the bullets push up against the previous paragraph.
2022-10-02Use runin subsection instead of tabular* for experiencesKarl Hallsby
This prevents the bug from using a subsection inside a table, which introduces a new paragraph immediately after the section header. Instead, I use \hfill to push the "cursor" to the right before entering the months/years I worked at that position. spacing
2022-10-02Make subsection paragraph contents start on same line as headerKarl Hallsby
2022-10-02Use tabular* environment for experiencesKarl Hallsby
I am having an issue where the \subsection command introduces a newline, which is not properly understood by the tabular* environment, which is throwing a "LaTeX Error: Something's wrong--perhaps a missing \item." error at me. This will need to be resolved before this can be pushed and merged to master.
2022-10-02Put skills "table" closer to the skills section headerKarl Hallsby
2022-10-02School name macros not bold, use bold manually & with subsections insteadKarl Hallsby
2022-10-02Make use of IIT command in ExperienceKarl Hallsby
2022-10-01Make subsections line up with sectionsKarl Hallsby
The 0em IS necessary! Otherwise there are macro expansion errors when using \subsection!
2022-10-01Add subsubsection section heading formattingKarl Hallsby
2022-10-01Make author name at top of page boldKarl Hallsby
2022-10-01Remove periods from all bullet pointsKarl Hallsby
2022-10-01Rename Proficiencies section back to skillsKarl Hallsby
2022-10-01Make all sections use all uppercase lettersKarl Hallsby
The explicit flag to the titlesec package allows us to explicitly specify where certain arguments passed to the \section{} command get placed. Properly get sections to work. The reason this change is needed is because I was adding the output tot he format field of the \titleformat command. Instead, it needed to go in the before field. See the StackOverflow answer for why. https://tex.stackexchange.com/a/209723 Ensure all sectioning commands work with explicit titlesec option
2022-09-18Make all sections use bold fontsKarl Hallsby
2022-08-08Add RISC-V assembly proficiencyKarl Hallsby
2022-08-08Add Chisel HDL proficiencyKarl Hallsby
2022-08-08Switch out DC/AC circuit analysis with VM courseworkKarl Hallsby
2022-08-08Update GPAKarl Hallsby
2022-08-08Add Summer 2022 Northwestern REU positionKarl Hallsby
Add NU command
2022-08-08Correct IIT hyperref link in summer 2021 REU titleKarl Hallsby
2022-08-08Updated IIT REU tasks to same as websiteKarl Hallsby
2022-08-08Correct indentation errors in experience sectionKarl Hallsby
2022-07-17Remove packages that Guix does not expose nicelyKarl Hallsby
nth is not packaged cleveref is not packaged nameref is provided by texlive-hyperref package, but does not seem to want to work.
2022-06-04Remove nth package because Guix does not have it packaged yetKarl Hallsby
2022-06-04Add Makefile to make compilation easier with GuixKarl Hallsby
2022-06-04Remove output PDF from repositoryKarl Hallsby
2022-06-04Add .latexmkrc file so latexmk can compile my resume properlyKarl Hallsby
2021-11-17Make Starbucks first point a declarative actionKarl Hallsby
2021-11-04Put space between Software and Human languages, rework Software listKarl Hallsby
2021-11-04Complete list of IIT Mystic research bullet listKarl Hallsby
2021-09-23Add .latexmkrc to use latexmk to build the PDF fileKarl Hallsby
This is the first step towards making a CI/CD platform for this particular document.
2021-09-23Make student researcher link to BigDataX pageKarl Hallsby
2021-09-23Add new CMOS course, condense computer arch. and org. remove complex varsKarl Hallsby
2021-09-23Remove periods from ends of statements, matching rest of docKarl Hallsby
2021-09-23Add REU summer experienceKarl Hallsby
2021-09-23Add Website and Email to header so people know what they areKarl Hallsby
2021-09-23Add HDL knowledge to proficienciesKarl Hallsby
2021-09-23Update undergraduate GPAKarl Hallsby
2021-09-23Allow tracking of my resume PDF for uploadKarl Hallsby
Realistically, this should be removed from the repo, and the PDF should be generated server-side on an as-needed basis. Ideally, I would do this through Nix. However, that may not be reasonable. In short, I commit the PDF because I do not have CI/CD pipeline set up for compiling the LaTeX source code to PDF output.
2021-09-23Remove TeX_Output directoryKarl Hallsby
2021-09-23Remove uneeded, old resumesKarl Hallsby
2021-02-1520210215: Add changes suggested by SusanKarl Hallsby
2021-02-15Add the summary statement againKarl Hallsby
2020-12-22Increase space between my name and the table beneath itKarl Hallsby
2020-12-22Decrease margins on bottom of pageKarl Hallsby
2020-12-22Better description of mbsync PRKarl Hallsby
2020-12-21Add spacing between previous professional experiencesKarl Hallsby