summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-01 20:37:45 +0000
committerKarl Berry <karl@freefriends.org>2023-04-01 20:37:45 +0000
commitcc0e154d52c9033aff8ad6d1b2007e351a2d3a05 (patch)
tree921409ed3322be86a33ae7cf24dd1e80e10eb491 /Master/texmf-dist
parentac4b29ba86c1e2cfd7485ce42c7cef8c7cace6ef (diff)
tangocolors (1apr23)
git-svn-id: svn://tug.org/texlive/trunk@66733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/tangocolors/tangocolors.pdfbin123453 -> 123490 bytes
-rw-r--r--Master/texmf-dist/source/latex/tangocolors/tangocolors.dtx33
-rw-r--r--Master/texmf-dist/source/latex/tangocolors/tangocolors.ins4
-rw-r--r--Master/texmf-dist/tex/latex/tangocolors/tangocolors.sty32
4 files changed, 43 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/latex/tangocolors/tangocolors.pdf b/Master/texmf-dist/doc/latex/tangocolors/tangocolors.pdf
index 9afb4e3b11d..a6112a9d752 100644
--- a/Master/texmf-dist/doc/latex/tangocolors/tangocolors.pdf
+++ b/Master/texmf-dist/doc/latex/tangocolors/tangocolors.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/tangocolors/tangocolors.dtx b/Master/texmf-dist/source/latex/tangocolors/tangocolors.dtx
index 2b96c1e0795..58e29e5e4c3 100644
--- a/Master/texmf-dist/source/latex/tangocolors/tangocolors.dtx
+++ b/Master/texmf-dist/source/latex/tangocolors/tangocolors.dtx
@@ -31,7 +31,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{tangocolors}
%<*package>
- [2023/03/20 0.2 Tango colors for LaTeX]
+ [2023/03/30 0.3 Tango colors for LaTeX]
%</package>
%
%<*driver>
@@ -69,6 +69,7 @@
%
% \changes{0.1}{2009/05/11}{Initial release}
% \changes{0.2}{2023/03/20}{Converted to DTX file}
+% \changes{0.3}{2023/03/30}{Introduce line breaks in definition of \\dumptangocolors}
%
% \DoNotIndex{\newcommand,\newenvironment}
%
@@ -125,7 +126,7 @@
%
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tangocolors}[2023/03/20 v0.2 Tango colors for LaTeX]
+\ProvidesPackage{tangocolors}[2023/03/20 v0.3 Tango colors for LaTeX]
\PassOptionsToPackage{table}{xcolor}
\RequirePackage{xcolor}
\definecolor{butter1}{rgb}{0.988,0.914,0.310}
@@ -163,22 +164,30 @@
\begingroup
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ccc}
- \cellcolor{butter1}butter1 & \cellcolor{butter2}butter2 & \cellcolor{butter3}butter3 \\
- \cellcolor{orange1}orange1 & \cellcolor{orange2}orange2 & \cellcolor{orange3}orange3 \\
- \cellcolor{chocolate1}chocolate1 & \cellcolor{chocolate2}chocolate2 & \cellcolor{chocolate3}chocolate3 \\
- \cellcolor{chameleon1}chameleon1 & \cellcolor{chameleon2}chameleon2 & \cellcolor{chameleon3}chameleon3 \\
- \cellcolor{skyblue1}skyblue1 & \cellcolor{skyblue2}skyblue2 & \cellcolor{skyblue3}\textcolor{white}{skyblue3} \\
- \cellcolor{plum1}plum1 & \cellcolor{plum2}plum2 & \cellcolor{plum3}\textcolor{white}{plum3} \\
- \cellcolor{scarletred1}scarletred1 & \cellcolor{scarletred2}scarletred2 & \cellcolor{scarletred3}\textcolor{white}{scarletred3} \\
- \cellcolor{aluminium1}aluminium1 & \cellcolor{aluminium2}aluminium2 & \cellcolor{aluminium3}aluminium3 \\
- \cellcolor{aluminium4}aluminium4 & \cellcolor{aluminium5}\textcolor{white}{aluminium5} & \cellcolor{aluminium6}\textcolor{white}{aluminium6} \\
+ \cellcolor{butter1}butter1 & \cellcolor{butter2}butter2
+& \cellcolor{butter3}butter3 \\
+ \cellcolor{orange1}orange1 & \cellcolor{orange2}orange2
+& \cellcolor{orange3}orange3 \\
+ \cellcolor{chocolate1}chocolate1 & \cellcolor{chocolate2}chocolate2
+& \cellcolor{chocolate3}chocolate3 \\
+ \cellcolor{chameleon1}chameleon1 & \cellcolor{chameleon2}chameleon2
+& \cellcolor{chameleon3}chameleon3 \\
+ \cellcolor{skyblue1}skyblue1 & \cellcolor{skyblue2}skyblue2
+& \cellcolor{skyblue3}\textcolor{white}{skyblue3} \\
+ \cellcolor{plum1}plum1 & \cellcolor{plum2}plum2
+& \cellcolor{plum3}\textcolor{white}{plum3} \\
+ \cellcolor{scarletred1}scarletred1 & \cellcolor{scarletred2}scarletred2
+ & \cellcolor{scarletred3}\textcolor{white}{scarletred3} \\
+ \cellcolor{aluminium1}aluminium1 & \cellcolor{aluminium2}aluminium2
+& \cellcolor{aluminium3}aluminium3 \\
+ \cellcolor{aluminium4}aluminium4 & \cellcolor{aluminium5}\textcolor{white}{aluminium5}
+& \cellcolor{aluminium6}\textcolor{white}{aluminium6} \\
\end{tabular}
\endgroup
}
% \end{macrocode}
% \end{macro}
%
-
%
% \iffalse
%</package>
diff --git a/Master/texmf-dist/source/latex/tangocolors/tangocolors.ins b/Master/texmf-dist/source/latex/tangocolors/tangocolors.ins
index 5cc892b1dc7..f60f8d66c08 100644
--- a/Master/texmf-dist/source/latex/tangocolors/tangocolors.ins
+++ b/Master/texmf-dist/source/latex/tangocolors/tangocolors.ins
@@ -55,9 +55,9 @@ The latest version of the GPL is available on
\Msg{* To finish the installation you have to move the following *}
\Msg{* file into a directory searched by TeX: *}
\Msg{* *}
-\Msg{* tangocolors.sty *}
+\Msg{* tangocolors.sty *}
\Msg{* *}
-\Msg{* To produce the documentation run the file tangocolors.dtx *}
+\Msg{* To produce the documentation run the file tangocolors.dtx *}
\Msg{* through LaTeX. *}
\Msg{* *}
\Msg{* Happy TeXing! *}
diff --git a/Master/texmf-dist/tex/latex/tangocolors/tangocolors.sty b/Master/texmf-dist/tex/latex/tangocolors/tangocolors.sty
index a122093e159..f4dfbebfe22 100644
--- a/Master/texmf-dist/tex/latex/tangocolors/tangocolors.sty
+++ b/Master/texmf-dist/tex/latex/tangocolors/tangocolors.sty
@@ -24,10 +24,10 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{tangocolors}
- [2023/03/20 0.2 Tango colors for LaTeX]
+ [2023/03/30 0.3 Tango colors for LaTeX]
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tangocolors}[2023/03/20 v0.2 Tango colors for LaTeX]
+\ProvidesPackage{tangocolors}[2023/03/20 v0.3 Tango colors for LaTeX]
\PassOptionsToPackage{table}{xcolor}
\RequirePackage{xcolor}
\definecolor{butter1}{rgb}{0.988,0.914,0.310}
@@ -61,19 +61,27 @@
\begingroup
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{ccc}
- \cellcolor{butter1}butter1 & \cellcolor{butter2}butter2 & \cellcolor{butter3}butter3 \\
- \cellcolor{orange1}orange1 & \cellcolor{orange2}orange2 & \cellcolor{orange3}orange3 \\
- \cellcolor{chocolate1}chocolate1 & \cellcolor{chocolate2}chocolate2 & \cellcolor{chocolate3}chocolate3 \\
- \cellcolor{chameleon1}chameleon1 & \cellcolor{chameleon2}chameleon2 & \cellcolor{chameleon3}chameleon3 \\
- \cellcolor{skyblue1}skyblue1 & \cellcolor{skyblue2}skyblue2 & \cellcolor{skyblue3}\textcolor{white}{skyblue3} \\
- \cellcolor{plum1}plum1 & \cellcolor{plum2}plum2 & \cellcolor{plum3}\textcolor{white}{plum3} \\
- \cellcolor{scarletred1}scarletred1 & \cellcolor{scarletred2}scarletred2 & \cellcolor{scarletred3}\textcolor{white}{scarletred3} \\
- \cellcolor{aluminium1}aluminium1 & \cellcolor{aluminium2}aluminium2 & \cellcolor{aluminium3}aluminium3 \\
- \cellcolor{aluminium4}aluminium4 & \cellcolor{aluminium5}\textcolor{white}{aluminium5} & \cellcolor{aluminium6}\textcolor{white}{aluminium6} \\
+ \cellcolor{butter1}butter1 & \cellcolor{butter2}butter2
+& \cellcolor{butter3}butter3 \\
+ \cellcolor{orange1}orange1 & \cellcolor{orange2}orange2
+& \cellcolor{orange3}orange3 \\
+ \cellcolor{chocolate1}chocolate1 & \cellcolor{chocolate2}chocolate2
+& \cellcolor{chocolate3}chocolate3 \\
+ \cellcolor{chameleon1}chameleon1 & \cellcolor{chameleon2}chameleon2
+& \cellcolor{chameleon3}chameleon3 \\
+ \cellcolor{skyblue1}skyblue1 & \cellcolor{skyblue2}skyblue2
+& \cellcolor{skyblue3}\textcolor{white}{skyblue3} \\
+ \cellcolor{plum1}plum1 & \cellcolor{plum2}plum2
+& \cellcolor{plum3}\textcolor{white}{plum3} \\
+ \cellcolor{scarletred1}scarletred1 & \cellcolor{scarletred2}scarletred2
+ & \cellcolor{scarletred3}\textcolor{white}{scarletred3} \\
+ \cellcolor{aluminium1}aluminium1 & \cellcolor{aluminium2}aluminium2
+& \cellcolor{aluminium3}aluminium3 \\
+ \cellcolor{aluminium4}aluminium4 & \cellcolor{aluminium5}\textcolor{white}{aluminium5}
+& \cellcolor{aluminium6}\textcolor{white}{aluminium6} \\
\end{tabular}
\endgroup
}
-
\endinput
%%
%% End of file `tangocolors.sty'.