mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 18:35:19 +00:00
chore: cry
This commit is contained in:
parent
b752316b90
commit
6c2af46c0d
2 changed files with 20 additions and 4 deletions
BIN
assets/resume.pdf
Normal file
BIN
assets/resume.pdf
Normal file
Binary file not shown.
|
|
@ -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}
|
||||
Loading…
Add table
Reference in a new issue