diff options
author | Norbert Preining <norbert@preining.info> | 2021-07-29 03:00:44 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-07-29 03:00:44 +0000 |
commit | d3fd3960d8402d6f9621d35febef86b241808d99 (patch) | |
tree | 0bb90e6c165e75a557f7ca4ba2b83b319091cd71 /macros/latex/contrib/palette | |
parent | f083b031d6785bf31f4b35408aca161e81b935f6 (diff) |
CTAN sync 202107290300
Diffstat (limited to 'macros/latex/contrib/palette')
-rw-r--r-- | macros/latex/contrib/palette/README.md | 2 | ||||
-rw-r--r-- | macros/latex/contrib/palette/palette.dtx | 21 | ||||
-rw-r--r-- | macros/latex/contrib/palette/palette.pdf | bin | 180945 -> 180652 bytes |
3 files changed, 12 insertions, 11 deletions
diff --git a/macros/latex/contrib/palette/README.md b/macros/latex/contrib/palette/README.md index 9e74362159..ad51848050 100644 --- a/macros/latex/contrib/palette/README.md +++ b/macros/latex/contrib/palette/README.md @@ -1,4 +1,4 @@ -# The LaTeX package palette - version 1.0.0 (2021/07/26) +# The LaTeX package palette - version 1.0.0 (2021/07/27) **palette** provides the ability to create custom color palettes and symbol palettes ("symbol suites"), and swap one palette in for another easily. It also allows the user to create a variable that represents the selected palette, and provides checks in case the variable represents a palette that does not exist. diff --git a/macros/latex/contrib/palette/palette.dtx b/macros/latex/contrib/palette/palette.dtx index 7697b75f6c..b66fc4875e 100644 --- a/macros/latex/contrib/palette/palette.dtx +++ b/macros/latex/contrib/palette/palette.dtx @@ -17,7 +17,7 @@ \iffalse %</internal> %<*readme> -# The LaTeX package palette - version 1.0.0 (2021/07/26) +# The LaTeX package palette - version 1.0.0 (2021/07/27) **palette** provides the ability to create custom color palettes and symbol palettes ("symbol suites"), and swap one palette in for another easily. It also allows the user to create a variable that represents the selected palette, and provides checks in case the variable represents a palette that does not exist. @@ -73,14 +73,14 @@ To produce the documentation, run palette.dtx through pdflatex. This package consists of the file palette.dtx, and the generated files colorpalette.sty, - symbolsuite.sty, + symbolpalette.sty, palette.pdf. \endpostamble \usedir{tex/latex/palette} \generate{ \file{colorpalette.sty}{\from{\jobname.dtx}{color}} - \file{symbolsuite.sty}{\from{\jobname.dtx}{symbol}} + \file{symbolpalette.sty}{\from{\jobname.dtx}{symbol}} } \obeyspaces @@ -90,7 +90,7 @@ This package consists of the file palette.dtx, \Msg{* files into a directory searched by TeX: *} \Msg{* *} \Msg{* colorpalette.sty *} -\Msg{* symbolsuite.sty *} +\Msg{* symbolpalette.sty *} \Msg{* *} \Msg{* To produce the documentation, run the file *} \Msg{* palette.dtx through LaTeX. *} @@ -124,14 +124,13 @@ This package consists of the file palette.dtx, %<color|symbol>\NeedsTeXFormat{LaTeX2e} %<color>\ProvidesPackage{colorpalette} %<symbol>\ProvidesPackage{symbolsuite} -%<color|symbol>[2021/07/26 v1.0.0 Create palettes for colors and symbols] +%<color|symbol>[2021/07/27 v1.0.0 Create palettes for colors and symbols] %<color>\RequirePackage{xcolor} %<*color|symbol> -\RequirePackage{ifallfalse} \RequirePackage{macrolist} %</color|symbol> %<*driver> -\ProvidesFile{\jobname.dtx}[2021/07/26 v1.0.0 Create palettes for colors and symbols] +\ProvidesFile{\jobname.dtx}[2021/07/27 v1.0.0 Create palettes for colors and symbols] \documentclass{ltxdoc} \EnableCrossrefs @@ -148,7 +147,7 @@ This package consists of the file palette.dtx, % % \GetFileInfo{\jobname.dtx} % -% \changes{v1.0.0}{2021/07/26}{Initial version} +% \changes{v1.0.0}{2021/07/27}{Initial version} % % \title{\textsf{palette} -- Create palettes for colors and symbols} % \author{Dennis Chen \\ proofprogram@gmail.com} @@ -157,7 +156,7 @@ This package consists of the file palette.dtx, % \maketitle % % \begin{abstract} -% The \textsf{palette} package provides \textsf{colorpalette.sty} and \textsf{symbolsuite.sty}, which can be used to create and manage palettes of colors and symbols, respectively. +% The \textsf{palette} package provides \textsf{colorpalette.sty} and \textsf{symbolpalette.sty}, which can be used to create and manage palettes of colors and symbols, respectively. % \end{abstract} % % \section{Overview} @@ -294,7 +293,9 @@ This package consists of the file palette.dtx, %<color>\newcommand\colorpalette@error@color[2]{\PackageError{colorpalette}{The color `#2' passed in is not a defined color of theme `#1'}{}} % \fi % -% \section{symbolsuite.sty} +% \section{symbolpalette.sty} +% +% Despite the name \textsf{symbolpalette} (which is used to identify it as one of the files of the package \textsf{palette}), the main keyword is a \emph{suite}. This is because the keyword \emph{palette} is already used for \textsf{colorpalette}. % % This package is nearly analogous to \textsf{colorpalette}. A \emph{suite} is analogous to a \emph{palette}, and a \emph{symbol} is analogous to a \emph{color}. \emph{Themes} are used in both packages. % diff --git a/macros/latex/contrib/palette/palette.pdf b/macros/latex/contrib/palette/palette.pdf Binary files differindex 31227e386e..12a95fc0b7 100644 --- a/macros/latex/contrib/palette/palette.pdf +++ b/macros/latex/contrib/palette/palette.pdf |