Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ need to pass `hyperref=true` to `\usepackage{catppuccinpalette}` (after

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.

## Developing
<details>
<summary>How to do a new release</summary>

1. adjust the version tag in the `latex.tera` and `beamercolorthemecatppuccin.dtx` files
2. add the changelog entry also in those two files (I'd say we just skip the entry if for the specific package/file nothing was changed now that we have two packages/files)
3. run `make whiskers`
4. PR -> merge -> tag the commit (conforming to `"v*.*.*"` and the release will be created automatically)

</details>

## 💝 Thanks to

- [Lukas](https://github.com/atticus-sullivan)
Expand Down
3 changes: 2 additions & 1 deletion beamercolorthemecatppuccin.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{beamercolorthemecatppuccin}
%<*package>
[2024/02/27 v1.0.0 catppuccin beamer color theme]
[2025/07/19 v1.2.0 catppuccin beamer color theme]
%</package>
%
%<*driver>
Expand Down Expand Up @@ -71,6 +71,7 @@
%
% \changes{v0.0.1}{2024/02/25}{Converted to DTX file}
% \changes{v1.0.0}{2024/02/27}{First full release}
% \changes{v1.2.0}{2025/07/19}{Merge with official catppuccin package}
%
% \DoNotIndex{\newcommand,\newenvironment,\@ifclassloaded,\def,\renewcommand,\RequirePackage,\setbeamercolor,\usebeamercolor,\ProvidesPackage,\DeclareOptionBeamer,\ExecuteOptionsBeamer,\ProcessOptionsBeamer,\mode}
%
Expand Down
3 changes: 2 additions & 1 deletion catppuccinpalette.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{catppuccinpalette}
%<*package>
[2024/08/13 v1.1.0 catppuccin xcolor palette]
[2025/07/19 v1.2.0 catppuccin xcolor palette]
%</package>
%
%<*driver>
Expand Down Expand Up @@ -75,6 +75,7 @@
% \changes{v1.0.1}{2024/05/19}{Make fit for CTAN}
% \changes{v1.0.2}{2024/05/19}{Fix colors in documentation}
% \changes{v1.1.0}{2024/08/13}{Move to / Merge with official catppuccin. Thereby deprecate colors with |Cat| prefix. Subject to removal in the future}
% \changes{v1.2.0}{2025/07/19}{Add suport for beamer}
%
% \DoNotIndex{\newcommand,\newenvironment,\color,\colorlet,\def,\fi,\RequirePackage,\ProvidesPackage,\ProcessPgfOptions,\preparecolorset,\pgfkeys,\pagecolor,\newif,\NeedsTeXFormat}
%
Expand Down
9 changes: 5 additions & 4 deletions latex.tera
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ whiskers:
version: ^2.5.1
filename: "catppuccinpalette.dtx"

packageVersion: 1.1.0
packageVersion: 1.2.0
versionDate:
year: 2024
month: 08
day: 13
year: 2025
month: 07
day: 19

---
% \iffalse meta-comment
Expand Down Expand Up @@ -67,6 +67,7 @@ versionDate:
% \changes{v1.0.1}{2024/05/19}{Make fit for CTAN}
% \changes{v1.0.2}{2024/05/19}{Fix colors in documentation}
% \changes{v1.1.0}{2024/08/13}{Move to / Merge with official catppuccin. Thereby deprecate colors with |Cat| prefix. Subject to removal in the future}
% \changes{v1.2.0}{2025/07/19}{Add suport for beamer}
%
% \DoNotIndex{\newcommand,\newenvironment,\color,\colorlet,\def,\fi,\RequirePackage,\ProvidesPackage,\ProcessPgfOptions,\preparecolorset,\pgfkeys,\pagecolor,\newif,\NeedsTeXFormat}
%
Expand Down