mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 20:55:08 +00:00
32 lines
No EOL
1,001 B
TeX
32 lines
No EOL
1,001 B
TeX
% ------
|
|
% 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}
|
|
% \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}
|
|
% 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 test document.
|
|
\end{document} |