Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catppuccin/latex
β¨ Soothing pastel theme for LaTeX
https://github.com/catppuccin/latex
catppuccin hacktoberfest latex latex-catppuccin latex-template template tex theme
Last synced: 5 days ago
JSON representation
β¨ Soothing pastel theme for LaTeX
- Host: GitHub
- URL: https://github.com/catppuccin/latex
- Owner: catppuccin
- License: mit
- Created: 2024-02-14T00:32:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T22:58:00.000Z (6 days ago)
- Last Synced: 2024-12-17T23:28:10.796Z (6 days ago)
- Topics: catppuccin, hacktoberfest, latex, latex-catppuccin, latex-template, template, tex, theme
- Language: TeX
- Homepage: https://www.ctan.org/pkg/catppuccinpalette
- Size: 1.96 MB
- Stars: 48
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - catppuccin/<br>latex - square)<br/>![2](https://img.shields.io/github/forks/catppuccin/latex?style=flat-square)<br/>![2024-10-15](https://img.shields.io/github/last-commit/catppuccin/latex?style=flat-square) | β¨ Soothing pastel theme for LaTeX | (Popular & New LaTeX Templates / Others)
README
Catppuccin for LaTeX
## Previews
π» Latte
πͺ΄ FrappΓ©
πΊ Macchiato
πΏ Mocha
## Usage
### Importing the theme file
1. The [catppuccinPalette](https://www.ctan.org/pkg/catppuccinpalette) package is present on CTAN, but probably not included in your TeX Live installation. Follow the steps below to install it manually:
- Shortcut: If you set up your local `texmf` you should be able to simply install by executing `make install` (this installs the package locally for the current user)
- If you don't like installing the package locally for the current user you might also execue `l3build unpack` and move the generated `.sty` file `build/unpacked/catppuccinpalette.sty` to the root directory of your project.
- If you don't have `l3build` available, you can also download the `catppuccinpalette.sty` file from the [latest GitHub release](https://github.com/catppuccin/latex/releases/latest) and move the file to your project root.
2. Import the package by adding `\usepackage[FLAVOR]{catppuccinpalette}`, replacing `FLAVOR` with the flavor of your choice. i.e. `\usepackage[macchiato]{catppuccinpalette}`. Valid options are: mocha (default), latte, frappe, and macchiato.
- If you want the package not only to add color definitions, you can also pass `textcolor=true` and/or `pagecolor=true` to the `catppuccinpalette` package.
- Also note that in the pdf containing the documentation, the available options are described in more detail and also the defined colors are listed and shown.### Color Naming Conventions
All [Catppuccin palette colors](https://github.com/catppuccin/catppuccin#-palette), across all flavors, follow the same naming convention. This theme set prefixes all Catppuccin colors with `Ctp`, i.e. `CtpPeach`, or `CtpBlue`.
### Examples
Please refer to the [examples](https://github.com/catppuccin/latex/tree/main/examples) for full demonstrations, with LaTeX sources and their outputs, on theme usage and code highlighting.
## π Thanks to
- [Lukas](https://github.com/atticus-sullivan)
- [Brandon](https://github.com/walshyb)Β
Copyright Β© 2021-present Catppuccin Org