diff --git a/assets/resume.pdf b/assets/resume.pdf new file mode 100644 index 0000000..1980938 Binary files /dev/null and b/assets/resume.pdf differ diff --git a/assets/resume.tex b/assets/resume.tex index d86ced8..67e5ddd 100644 --- a/assets/resume.tex +++ b/assets/resume.tex @@ -1,16 +1,32 @@ % ------ % latex resume ig? +% ok so pretty much +% edu: kcd +% work: voces +% experince: look at gh for extra but for now webapps, typescript etc. % ------ +% \usepackage{background} \documentclass{article} % Or another document class % mocha:3 -\usepackage{catppuccin} +% \usepackage{catppuccin} +% \definecolor{mycolor}{rgb}{0.1, 0.2, 0.3} % Define a custom color (dark blue) +% \pagecolor{mycolor} % Set custom background color + +% \usepackage[mocha]{catppuccinpalette} % Optional: Choose a flavor (latte, frappe, macchiato, mocha) -\CatppuccinSetTheme{mocha} +% \CatppuccinSetTheme{mocha} +% Set the background color (lightgray) using pdftex +% \special{pdf:put @thispage << /Background [0.0 0.5 0.0] >>} +% Set background color (light gray) using pdfTeX primitives +\pdfpageattr {/Group << /S /Transparency /I true /CS /DeviceRGB >>} + +% Set a custom background color for the entire page +\pdfcolorstack 0 setrgbcolor \begin{document} +% \pagecolor{lightgray} % Set background color to light gray \section{Introduction} -This is a document styled with the Catppuccin theme. - +This is a test document. \end{document} \ No newline at end of file