From 6a4bd7297b07fda732107d8c8005a85585f385e3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 May 2024 20:14:42 +0000 Subject: catppuccinpalette (20may24) git-svn-id: svn://tug.org/texlive/trunk@71310 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/catppuccinpalette/README.md | 28 ++ .../latex/catppuccinpalette/catppuccinpalette.pdf | Bin 0 -> 210724 bytes .../latex/catppuccinpalette/catppuccinpalette.dtx | 422 +++++++++++++++++++++ .../latex/catppuccinpalette/catppuccinpalette.ins | 57 +++ .../latex/catppuccinpalette/catppuccinpalette.sty | 222 +++++++++++ Master/tlpkg/bin/tlpkg-ctan-check | 3 +- Master/tlpkg/tlpsrc/catppuccinpalette.tlpsrc | 0 Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + 8 files changed, 732 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/catppuccinpalette/README.md create mode 100644 Master/texmf-dist/doc/latex/catppuccinpalette/catppuccinpalette.pdf create mode 100644 Master/texmf-dist/source/latex/catppuccinpalette/catppuccinpalette.dtx create mode 100644 Master/texmf-dist/source/latex/catppuccinpalette/catppuccinpalette.ins create mode 100644 Master/texmf-dist/tex/latex/catppuccinpalette/catppuccinpalette.sty create mode 100644 Master/tlpkg/tlpsrc/catppuccinpalette.tlpsrc diff --git a/Master/texmf-dist/doc/latex/catppuccinpalette/README.md b/Master/texmf-dist/doc/latex/catppuccinpalette/README.md new file mode 100644 index 00000000000..1cb1507f22e --- /dev/null +++ b/Master/texmf-dist/doc/latex/catppuccinpalette/README.md @@ -0,0 +1,28 @@ +# Readme for the package catppuccinPalette + +Author: Lukas Heindl (`oss.heindl+latex@protonmail.com`). + +CTAN page: not yet + +## License +The LaTeX package `catppuccinPalette` is distributed under the LPPL 1.3 license. + +## Description + +The LaTeX package `catppuccinPalette` provides new colors for xcolor. + +## Installation + +For a manual installation: + +* put the files `catppuccinpalette.ins` and `catppuccinpalette.dtx` in the same directory; +* run `latex catppuccinpalette.ins` in that directory. + +The file `catppuccinpalette.sty` will be generated. + +The file `catppuccinpalette.sty` is the only file necessary to use the latex package `catppuccinPalette`. +You have to put it in the same directory as your document or (best) in a `texmf` tree. + +Simplified version: + +* run `l3build unpack` to generate the `.sty` in `build/unpacked/` diff --git a/Master/texmf-dist/doc/latex/catppuccinpalette/catppuccinpalette.pdf b/Master/texmf-dist/doc/latex/catppuccinpalette/catppuccinpalette.pdf new file mode 100644 index 00000000000..aedd35c9bf6 Binary files /dev/null and b/Master/texmf-dist/doc/latex/catppuccinpalette/catppuccinpalette.pdf differ diff --git a/Master/texmf-dist/source/latex/catppuccinpalette/catppuccinpalette.dtx b/Master/texmf-dist/source/latex/catppuccinpalette/catppuccinpalette.dtx new file mode 100644 index 00000000000..d9cabfcd023 --- /dev/null +++ b/Master/texmf-dist/source/latex/catppuccinpalette/catppuccinpalette.dtx @@ -0,0 +1,422 @@ +% \iffalse meta-comment +% +% Copyright (C) 2024 by Lukas Heindl +% --------------------------------------------------------------------------- +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Lukas Heindl. +% +% This work consists of the files catppuccinpalette.dtx and catppuccinpalette.ins +% and the derived filebase catppuccinpalette.sty. +% +% \fi +% +% \iffalse +%<*driver> +\ProvidesFile{catppuccinpalette.dtx} +% +%\NeedsTeXFormat{LaTeX2e}[1999/12/01] +%\ProvidesPackage{catppuccinpalette} +%<*package> + [2024/02/27 v1.0.1 catppuccin xcolor palette] +% +% +%<*driver> +\documentclass{ltxdoc} +\usepackage{catppuccinpalette}[2024/02/27] +\usepackage{multicol} +\usepackage{pgffor} +\usepackage{tabularx, booktabs} +\EnableCrossrefs +\CodelineIndex +\RecordChanges +\begin{document} + \DocInput{catppuccinpalette.dtx} + \PrintChanges + \PrintIndex +\end{document} +% +% \fi +% +% \CheckSum{111} +% +% \CharacterTable +% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +% Digits \0\1\2\3\4\5\6\7\8\9 +% Exclamation \! Double quote \" Hash (number) \# +% Dollar \$ Percent \% Ampersand \& +% Acute accent \' Left paren \( Right paren \) +% Asterisk \* Plus \+ Comma \, +% Minus \- Point \. Solidus \/ +% Colon \: Semicolon \; Less than \< +% Equals \= Greater than \> Question mark \? +% Commercial at \@ Left bracket \[ Backslash \\ +% Right bracket \] Circumflex \^ Underscore \_ +% Grave accent \` Left brace \{ Vertical bar \| +% Right brace \} Tilde \~} +% +% +% \changes{v0.0.1}{2024/02/09}{Converted to DTX file} +% \changes{v1.0.0}{2024/02/27}{First full release} +% \changes{v1.0.1}{2024/05/19}{Make fit for CTAN} +% +% \DoNotIndex{\newcommand,\newenvironment,\color,\colorlet,\def,\fi,\RequirePackage,\ProvidesPackage,\ProcessPgfOptions,\preparecolorset,\pgfkeys,\pagecolor,\newif,\NeedsTeXFormat} +% +% \providecommand*{\url}{\texttt} +% \GetFileInfo{catppuccinpalette.dtx} +% \title{The \textsf{catppuccinPalette} package} +% \author{Lukas Heindl \\ \url{oss.heindl+latex@protonmail.com} \\ \url{https://github.com/atticus-sullivan/catpuccinPalette}} +% \date{\fileversion~from \filedate} +% +% \maketitle +% +% \begin{abstract} +% The LaTeX package \pkg{catppuccinPalette} provides new colors for xcolor. +% \end{abstract} +% +% \section{Introduction} +% +% Catppuccin\footnote{\url{https://github.com/catppuccin/catppuccin}} is a nice +% pastel theme in 4 flavours/styles (\emph{Latte}, \emph{Frapp\'e}, +% \emph{Macchiato}, \emph{Mocha}). This package defines these themes as xcolor +% colors. +% +% \section{Usage} +% +% Load via |\usepackage{catppuccinpalette}| +% +% Just use the new colors (prefixed with \verb|Cat