§LaTeX
§Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/latex.git
§Install manually
Download using the GitHub .zip download option and unzip them.
§Activating theme
- Copy
draculatheme.sty
to the directory of your LaTeX project, and add\usepackage{draculatheme}
to your preamble - You can use (for example)
\color{draculapurple}
in your LaTeX code to change the color of specific text, or just leave it with the default Dracula colors - Boom! It's working