chore: cry

This commit is contained in:
Neon 2024-12-19 14:19:32 -05:00
parent b752316b90
commit 6c2af46c0d
2 changed files with 20 additions and 4 deletions

BIN
assets/resume.pdf Normal file

Binary file not shown.

View file

@ -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}