1
0
mirror of https://github.com/CPunch/resume.git synced 2024-11-24 16:11:04 +00:00
My resume written in LaTeX
Go to file
CPunch dced351156 I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!
2023-02-05 19:55:04 -06:00
.github/workflows Added letter of Recomendation from Morgan Rehnberg 2022-07-07 17:16:05 -05:00
.vscode more minor refactoring, added .vscode to preserve cSpell words 2022-09-15 23:08:20 -05:00
assets Added letter of Recomendation from Morgan Rehnberg 2022-07-07 17:16:05 -05:00
resume I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX. 2023-02-05 19:55:04 -06:00
.gitignore Added 'education' section, minor revising 2022-09-17 18:29:27 -05:00
awesome-cv.cls styling improvements 2022-09-17 18:48:46 -05:00
LICENSE Added License 2022-07-05 15:02:46 -05:00
README.md Added 'education' section, minor revising 2022-09-17 18:29:27 -05:00
resume.tex refactoring, added GoGemini project 2022-10-08 19:26:02 -05:00

CPunch's resume

This resume assumes a full installation of a LaTeX environment. Compile and build my resume with the following command:

xelatex resume.tex

There are several different configs (in resume.tex) for me to tailor my resume to different positions. By default, the resume includes everything (so the resume is quite long.) Before sending my resume I have a local patch file for different positions (including adding more personal contact information)

Release builds

You can find automated builds & releases of my resume on the releases page.