Restored portrait orientation; adjusted spacing of tables
This commit is contained in:
parent
813b692164
commit
dacb32386f
466
ninecolors.tex
466
ninecolors.tex
@ -1,4 +1,4 @@
|
|||||||
\documentclass[10pt,letterpaper,oneside, landscape]{article}
|
\documentclass[10pt]{book}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
\usepackage[
|
\usepackage[
|
||||||
@ -6,8 +6,8 @@
|
|||||||
% A4,
|
% A4,
|
||||||
% Adjust the measurements below if necessary for A4 paper
|
% Adjust the measurements below if necessary for A4 paper
|
||||||
bindingoffset=0mm,
|
bindingoffset=0mm,
|
||||||
textheight=175mm,
|
textheight=250mm,
|
||||||
textwidth=250mm,
|
textwidth=175mm,
|
||||||
top=12mm,
|
top=12mm,
|
||||||
bottom=10mm,
|
bottom=10mm,
|
||||||
footskip=0mm,
|
footskip=0mm,
|
||||||
@ -17,18 +17,28 @@
|
|||||||
]{geometry}
|
]{geometry}
|
||||||
\usepackage{tabularray}
|
\usepackage{tabularray}
|
||||||
\usepackage{ninecolors}
|
\usepackage{ninecolors}
|
||||||
|
|
||||||
|
% Rotate the header cells
|
||||||
|
% https://github.com/lvjr/tabularray/discussions/85
|
||||||
|
\usepackage{makecell}
|
||||||
|
\usepackage{rotating}
|
||||||
|
\setlength\rotheadsize{14mm}
|
||||||
|
\renewcommand\theadfont{}
|
||||||
|
|
||||||
\author{Kenneth John Odle}
|
\author{Kenneth John Odle}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\section{\texttt{ninecolors} Demonstration}
|
|
||||||
|
|
||||||
\subsection{Background Colors — Ordinary Saturation}
|
\pagestyle{empty}
|
||||||
|
|
||||||
This table demonstrates the use of \texttt{ninecolors} for background colors.
|
\section*{\texttt{ninecolors} Background Colors Demonstration}
|
||||||
|
|
||||||
|
Background colors with normal saturation.
|
||||||
|
|
||||||
\noindent{}\begin{tblr}{
|
\noindent{}\begin{tblr}{
|
||||||
columns = {12mm,c},
|
columns = {8mm,c},
|
||||||
hlines = {solid, 1pt},
|
hline{2-11} = {solid, 1pt, gray7},
|
||||||
vline{1, 15} = {solid, 1pt},
|
row{1} = {halign=c,cmd=\rothead},
|
||||||
cell{2}{2} = {c=1}{c,gray1},
|
cell{2}{2} = {c=1}{c,gray1},
|
||||||
cell{3}{2} = {c=1}{c,gray2},
|
cell{3}{2} = {c=1}{c,gray2},
|
||||||
cell{4}{2} = {c=1}{c,gray3},
|
cell{4}{2} = {c=1}{c,gray3},
|
||||||
@ -159,15 +169,14 @@ Level & Gray & Red & Brown & Yellow & Olive & Green & Teal & Cyan & Azure & Blue
|
|||||||
9 &&&&&&&&&&&&& \\
|
9 &&&&&&&&&&&&& \\
|
||||||
\end{tblr}
|
\end{tblr}
|
||||||
|
|
||||||
\subsection{Background Colors — Low Saturation}
|
\vspace{7mm}
|
||||||
|
\noindent{}Background colors with the low saturation option.
|
||||||
This table demonstrates the use of \texttt{ninecolors} for background colors with the low saturation option.
|
|
||||||
|
|
||||||
\NineColors{saturation=low}
|
\NineColors{saturation=low}
|
||||||
\noindent{}\begin{tblr}{
|
\noindent{}\begin{tblr}{
|
||||||
columns = {12mm,c},
|
columns = {8mm,c},
|
||||||
hlines = {solid, 1pt},
|
hline{2-11} = {solid, 1pt, gray7},
|
||||||
vline{1, 15} = {solid, 1pt},
|
row{1} = {halign=c,cmd=\rothead},
|
||||||
cell{2}{2} = {c=1}{c,gray1},
|
cell{2}{2} = {c=1}{c,gray1},
|
||||||
cell{3}{2} = {c=1}{c,gray2},
|
cell{3}{2} = {c=1}{c,gray2},
|
||||||
cell{4}{2} = {c=1}{c,gray3},
|
cell{4}{2} = {c=1}{c,gray3},
|
||||||
@ -298,15 +307,14 @@ Level & Gray & Red & Brown & Yellow & Olive & Green & Teal & Cyan & Azure & Blue
|
|||||||
9 &&&&&&&&&&&&& \\
|
9 &&&&&&&&&&&&& \\
|
||||||
\end{tblr}
|
\end{tblr}
|
||||||
|
|
||||||
\subsection{Background Colors — High Saturation}
|
\vspace{7mm}
|
||||||
|
\noindent{}Background colors with the high saturation option.
|
||||||
This table demonstrates the use of \texttt{ninecolors} for background colors with the high saturation option.
|
|
||||||
|
|
||||||
\NineColors{saturation=high}
|
\NineColors{saturation=high}
|
||||||
\noindent{}\begin{tblr}{
|
\noindent{}\begin{tblr}{
|
||||||
columns = {12mm,c},
|
columns = {8mm,c},
|
||||||
hlines = {solid, 1pt},
|
hline{2-11} = {solid, 1pt, gray7},
|
||||||
vline{1, 15} = {solid, 1pt},
|
row{1} = {halign=c,cmd=\rothead},
|
||||||
cell{2}{2} = {c=1}{c,gray1},
|
cell{2}{2} = {c=1}{c,gray1},
|
||||||
cell{3}{2} = {c=1}{c,gray2},
|
cell{3}{2} = {c=1}{c,gray2},
|
||||||
cell{4}{2} = {c=1}{c,gray3},
|
cell{4}{2} = {c=1}{c,gray3},
|
||||||
@ -437,4 +445,420 @@ Level & Gray & Red & Brown & Yellow & Olive & Green & Teal & Cyan & Azure & Blue
|
|||||||
9 &&&&&&&&&&&&& \\
|
9 &&&&&&&&&&&&& \\
|
||||||
\end{tblr}
|
\end{tblr}
|
||||||
|
|
||||||
|
\newpage
|
||||||
|
|
||||||
|
\section*{\texttt{ninecolors} Text Colors Demonstration}
|
||||||
|
|
||||||
|
\noindent{}Text colors with normal saturation.
|
||||||
|
|
||||||
|
\noindent{}\begin{tblr}{
|
||||||
|
columns = {8mm,c},
|
||||||
|
hline{2-11} = {solid, 1pt, gray7},
|
||||||
|
row{1} = {halign=c,cmd=\rothead},
|
||||||
|
cell{2}{2} = {c=1}{c,fg=gray1},
|
||||||
|
cell{3}{2} = {c=1}{c,fg=gray2},
|
||||||
|
cell{4}{2} = {c=1}{c,fg=gray3},
|
||||||
|
cell{5}{2} = {c=1}{c,fg=gray4},
|
||||||
|
cell{6}{2} = {c=1}{c,fg=gray5},
|
||||||
|
cell{7}{2} = {c=1}{c,fg=gray6},
|
||||||
|
cell{8}{2} = {c=1}{c,fg=gray7},
|
||||||
|
cell{9}{2} = {c=1}{c,fg=gray8},
|
||||||
|
cell{10}{2} = {c=1}{c,fg=gray9},
|
||||||
|
cell{2}{3} = {c=1}{c,fg=red1},
|
||||||
|
cell{3}{3} = {c=1}{c,fg=red2},
|
||||||
|
cell{4}{3} = {c=1}{c,fg=red3},
|
||||||
|
cell{5}{3} = {c=1}{c,fg=red4},
|
||||||
|
cell{6}{3} = {c=1}{c,fg=red5},
|
||||||
|
cell{7}{3} = {c=1}{c,fg=red6},
|
||||||
|
cell{8}{3} = {c=1}{c,fg=red7},
|
||||||
|
cell{9}{3} = {c=1}{c,fg=red8},
|
||||||
|
cell{10}{3} = {c=1}{c,fg=red9},
|
||||||
|
cell{2}{4} = {c=1}{c,fg=brown1},
|
||||||
|
cell{3}{4} = {c=1}{c,fg=brown2},
|
||||||
|
cell{4}{4} = {c=1}{c,fg=brown3},
|
||||||
|
cell{5}{4} = {c=1}{c,fg=brown4},
|
||||||
|
cell{6}{4} = {c=1}{c,fg=brown5},
|
||||||
|
cell{7}{4} = {c=1}{c,fg=brown6},
|
||||||
|
cell{8}{4} = {c=1}{c,fg=brown7},
|
||||||
|
cell{9}{4} = {c=1}{c,fg=brown8},
|
||||||
|
cell{10}{4} = {c=1}{c,fg=brown9},
|
||||||
|
cell{2}{5} = {c=1}{c,fg=yellow1},
|
||||||
|
cell{3}{5} = {c=1}{c,fg=yellow2},
|
||||||
|
cell{4}{5} = {c=1}{c,fg=yellow3},
|
||||||
|
cell{5}{5} = {c=1}{c,fg=yellow4},
|
||||||
|
cell{6}{5} = {c=1}{c,fg=yellow5},
|
||||||
|
cell{7}{5} = {c=1}{c,fg=yellow6},
|
||||||
|
cell{8}{5} = {c=1}{c,fg=yellow7},
|
||||||
|
cell{9}{5} = {c=1}{c,fg=yellow8},
|
||||||
|
cell{10}{5} = {c=1}{c,fg=yellow9},
|
||||||
|
cell{2}{6} = {c=1}{c,fg=olive1},
|
||||||
|
cell{3}{6} = {c=1}{c,fg=olive2},
|
||||||
|
cell{4}{6} = {c=1}{c,fg=olive3},
|
||||||
|
cell{5}{6} = {c=1}{c,fg=olive4},
|
||||||
|
cell{6}{6} = {c=1}{c,fg=olive5},
|
||||||
|
cell{7}{6} = {c=1}{c,fg=olive6},
|
||||||
|
cell{8}{6} = {c=1}{c,fg=olive7},
|
||||||
|
cell{9}{6} = {c=1}{c,fg=olive8},
|
||||||
|
cell{10}{6} = {c=1}{c,fg=olive9},
|
||||||
|
cell{2}{7} = {c=1}{c,fg=green1},
|
||||||
|
cell{3}{7} = {c=1}{c,fg=green2},
|
||||||
|
cell{4}{7} = {c=1}{c,fg=green3},
|
||||||
|
cell{5}{7} = {c=1}{c,fg=green4},
|
||||||
|
cell{6}{7} = {c=1}{c,fg=green5},
|
||||||
|
cell{7}{7} = {c=1}{c,fg=green6},
|
||||||
|
cell{8}{7} = {c=1}{c,fg=green7},
|
||||||
|
cell{9}{7} = {c=1}{c,fg=green8},
|
||||||
|
cell{10}{7} = {c=1}{c,fg=green9},
|
||||||
|
cell{2}{8} = {c=1}{c,fg=teal1},
|
||||||
|
cell{3}{8} = {c=1}{c,fg=teal2},
|
||||||
|
cell{4}{8} = {c=1}{c,fg=teal3},
|
||||||
|
cell{5}{8} = {c=1}{c,fg=teal4},
|
||||||
|
cell{6}{8} = {c=1}{c,fg=teal5},
|
||||||
|
cell{7}{8} = {c=1}{c,fg=teal6},
|
||||||
|
cell{8}{8} = {c=1}{c,fg=teal7},
|
||||||
|
cell{9}{8} = {c=1}{c,fg=teal8},
|
||||||
|
cell{10}{8} = {c=1}{c,fg=teal9},
|
||||||
|
cell{2}{9} = {c=1}{c,fg=cyan1},
|
||||||
|
cell{3}{9} = {c=1}{c,fg=cyan2},
|
||||||
|
cell{4}{9} = {c=1}{c,fg=cyan3},
|
||||||
|
cell{5}{9} = {c=1}{c,fg=cyan4},
|
||||||
|
cell{6}{9} = {c=1}{c,fg=cyan5},
|
||||||
|
cell{7}{9} = {c=1}{c,fg=cyan6},
|
||||||
|
cell{8}{9} = {c=1}{c,fg=cyan7},
|
||||||
|
cell{9}{9} = {c=1}{c,fg=cyan8},
|
||||||
|
cell{10}{9} = {c=1}{c,fg=cyan9},
|
||||||
|
cell{2}{10} = {c=1}{c,fg=azure1},
|
||||||
|
cell{3}{10} = {c=1}{c,fg=azure2},
|
||||||
|
cell{4}{10} = {c=1}{c,fg=azure3},
|
||||||
|
cell{5}{10} = {c=1}{c,fg=azure4},
|
||||||
|
cell{6}{10} = {c=1}{c,fg=azure5},
|
||||||
|
cell{7}{10} = {c=1}{c,fg=azure6},
|
||||||
|
cell{8}{10} = {c=1}{c,fg=azure7},
|
||||||
|
cell{9}{10} = {c=1}{c,fg=azure8},
|
||||||
|
cell{10}{10} = {c=1}{c,fg=azure9},
|
||||||
|
cell{2}{11} = {c=1}{c,fg=blue1},
|
||||||
|
cell{3}{11} = {c=1}{c,fg=blue2},
|
||||||
|
cell{4}{11} = {c=1}{c,fg=blue3},
|
||||||
|
cell{5}{11} = {c=1}{c,fg=blue4},
|
||||||
|
cell{6}{11} = {c=1}{c,fg=blue5},
|
||||||
|
cell{7}{11} = {c=1}{c,fg=blue6},
|
||||||
|
cell{8}{11} = {c=1}{c,fg=blue7},
|
||||||
|
cell{9}{11} = {c=1}{c,fg=blue8},
|
||||||
|
cell{10}{11} = {c=1}{c,fg=blue9},
|
||||||
|
cell{2}{12} = {c=1}{c,fg=violet1},
|
||||||
|
cell{3}{12} = {c=1}{c,fg=violet2},
|
||||||
|
cell{4}{12} = {c=1}{c,fg=violet3},
|
||||||
|
cell{5}{12} = {c=1}{c,fg=violet4},
|
||||||
|
cell{6}{12} = {c=1}{c,fg=violet5},
|
||||||
|
cell{7}{12} = {c=1}{c,fg=violet6},
|
||||||
|
cell{8}{12} = {c=1}{c,fg=violet7},
|
||||||
|
cell{9}{12} = {c=1}{c,fg=violet8},
|
||||||
|
cell{10}{12} = {c=1}{c,fg=violet9},
|
||||||
|
cell{2}{13} = {c=1}{c,fg=magenta1},
|
||||||
|
cell{3}{13} = {c=1}{c,fg=magenta2},
|
||||||
|
cell{4}{13} = {c=1}{c,fg=magenta3},
|
||||||
|
cell{5}{13} = {c=1}{c,fg=magenta4},
|
||||||
|
cell{6}{13} = {c=1}{c,fg=magenta5},
|
||||||
|
cell{7}{13} = {c=1}{c,fg=magenta6},
|
||||||
|
cell{8}{13} = {c=1}{c,fg=magenta7},
|
||||||
|
cell{9}{13} = {c=1}{c,fg=magenta8},
|
||||||
|
cell{10}{13} = {c=1}{c,fg=magenta9},
|
||||||
|
cell{2}{14} = {c=1}{c,fg=purple1},
|
||||||
|
cell{3}{14} = {c=1}{c,fg=purple2},
|
||||||
|
cell{4}{14} = {c=1}{c,fg=purple3},
|
||||||
|
cell{5}{14} = {c=1}{c,fg=purple4},
|
||||||
|
cell{6}{14} = {c=1}{c,fg=purple5},
|
||||||
|
cell{7}{14} = {c=1}{c,fg=purple6},
|
||||||
|
cell{8}{14} = {c=1}{c,fg=purple7},
|
||||||
|
cell{9}{14} = {c=1}{c,fg=purple8},
|
||||||
|
cell{10}{14} = {c=1}{c,fg=purple9},
|
||||||
|
}
|
||||||
|
Level & Gray & Red & Brown & Yellow & Olive & Green & Teal & Cyan & Azure & Blue & Violet & Magenta & Purple \\
|
||||||
|
1 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
2 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
3 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
4 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
5 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
6 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
7 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
8 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
9 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
\end{tblr}
|
||||||
|
|
||||||
|
\vspace{7mm}
|
||||||
|
\noindent{}Text colors with the low saturation option.
|
||||||
|
|
||||||
|
\NineColors{saturation=low}
|
||||||
|
\noindent{}\begin{tblr}{
|
||||||
|
columns = {8mm,c},
|
||||||
|
hline{2-11} = {solid, 1pt, gray7},
|
||||||
|
row{1} = {halign=c,cmd=\rothead},
|
||||||
|
cell{2}{2} = {c=1}{c,fg=gray1},
|
||||||
|
cell{3}{2} = {c=1}{c,fg=gray2},
|
||||||
|
cell{4}{2} = {c=1}{c,fg=gray3},
|
||||||
|
cell{5}{2} = {c=1}{c,fg=gray4},
|
||||||
|
cell{6}{2} = {c=1}{c,fg=gray5},
|
||||||
|
cell{7}{2} = {c=1}{c,fg=gray6},
|
||||||
|
cell{8}{2} = {c=1}{c,fg=gray7},
|
||||||
|
cell{9}{2} = {c=1}{c,fg=gray8},
|
||||||
|
cell{10}{2} = {c=1}{c,fg=gray9},
|
||||||
|
cell{2}{3} = {c=1}{c,fg=red1},
|
||||||
|
cell{3}{3} = {c=1}{c,fg=red2},
|
||||||
|
cell{4}{3} = {c=1}{c,fg=red3},
|
||||||
|
cell{5}{3} = {c=1}{c,fg=red4},
|
||||||
|
cell{6}{3} = {c=1}{c,fg=red5},
|
||||||
|
cell{7}{3} = {c=1}{c,fg=red6},
|
||||||
|
cell{8}{3} = {c=1}{c,fg=red7},
|
||||||
|
cell{9}{3} = {c=1}{c,fg=red8},
|
||||||
|
cell{10}{3} = {c=1}{c,fg=red9},
|
||||||
|
cell{2}{4} = {c=1}{c,fg=brown1},
|
||||||
|
cell{3}{4} = {c=1}{c,fg=brown2},
|
||||||
|
cell{4}{4} = {c=1}{c,fg=brown3},
|
||||||
|
cell{5}{4} = {c=1}{c,fg=brown4},
|
||||||
|
cell{6}{4} = {c=1}{c,fg=brown5},
|
||||||
|
cell{7}{4} = {c=1}{c,fg=brown6},
|
||||||
|
cell{8}{4} = {c=1}{c,fg=brown7},
|
||||||
|
cell{9}{4} = {c=1}{c,fg=brown8},
|
||||||
|
cell{10}{4} = {c=1}{c,fg=brown9},
|
||||||
|
cell{2}{5} = {c=1}{c,fg=yellow1},
|
||||||
|
cell{3}{5} = {c=1}{c,fg=yellow2},
|
||||||
|
cell{4}{5} = {c=1}{c,fg=yellow3},
|
||||||
|
cell{5}{5} = {c=1}{c,fg=yellow4},
|
||||||
|
cell{6}{5} = {c=1}{c,fg=yellow5},
|
||||||
|
cell{7}{5} = {c=1}{c,fg=yellow6},
|
||||||
|
cell{8}{5} = {c=1}{c,fg=yellow7},
|
||||||
|
cell{9}{5} = {c=1}{c,fg=yellow8},
|
||||||
|
cell{10}{5} = {c=1}{c,fg=yellow9},
|
||||||
|
cell{2}{6} = {c=1}{c,fg=olive1},
|
||||||
|
cell{3}{6} = {c=1}{c,fg=olive2},
|
||||||
|
cell{4}{6} = {c=1}{c,fg=olive3},
|
||||||
|
cell{5}{6} = {c=1}{c,fg=olive4},
|
||||||
|
cell{6}{6} = {c=1}{c,fg=olive5},
|
||||||
|
cell{7}{6} = {c=1}{c,fg=olive6},
|
||||||
|
cell{8}{6} = {c=1}{c,fg=olive7},
|
||||||
|
cell{9}{6} = {c=1}{c,fg=olive8},
|
||||||
|
cell{10}{6} = {c=1}{c,fg=olive9},
|
||||||
|
cell{2}{7} = {c=1}{c,fg=green1},
|
||||||
|
cell{3}{7} = {c=1}{c,fg=green2},
|
||||||
|
cell{4}{7} = {c=1}{c,fg=green3},
|
||||||
|
cell{5}{7} = {c=1}{c,fg=green4},
|
||||||
|
cell{6}{7} = {c=1}{c,fg=green5},
|
||||||
|
cell{7}{7} = {c=1}{c,fg=green6},
|
||||||
|
cell{8}{7} = {c=1}{c,fg=green7},
|
||||||
|
cell{9}{7} = {c=1}{c,fg=green8},
|
||||||
|
cell{10}{7} = {c=1}{c,fg=green9},
|
||||||
|
cell{2}{8} = {c=1}{c,fg=teal1},
|
||||||
|
cell{3}{8} = {c=1}{c,fg=teal2},
|
||||||
|
cell{4}{8} = {c=1}{c,fg=teal3},
|
||||||
|
cell{5}{8} = {c=1}{c,fg=teal4},
|
||||||
|
cell{6}{8} = {c=1}{c,fg=teal5},
|
||||||
|
cell{7}{8} = {c=1}{c,fg=teal6},
|
||||||
|
cell{8}{8} = {c=1}{c,fg=teal7},
|
||||||
|
cell{9}{8} = {c=1}{c,fg=teal8},
|
||||||
|
cell{10}{8} = {c=1}{c,fg=teal9},
|
||||||
|
cell{2}{9} = {c=1}{c,fg=cyan1},
|
||||||
|
cell{3}{9} = {c=1}{c,fg=cyan2},
|
||||||
|
cell{4}{9} = {c=1}{c,fg=cyan3},
|
||||||
|
cell{5}{9} = {c=1}{c,fg=cyan4},
|
||||||
|
cell{6}{9} = {c=1}{c,fg=cyan5},
|
||||||
|
cell{7}{9} = {c=1}{c,fg=cyan6},
|
||||||
|
cell{8}{9} = {c=1}{c,fg=cyan7},
|
||||||
|
cell{9}{9} = {c=1}{c,fg=cyan8},
|
||||||
|
cell{10}{9} = {c=1}{c,fg=cyan9},
|
||||||
|
cell{2}{10} = {c=1}{c,fg=azure1},
|
||||||
|
cell{3}{10} = {c=1}{c,fg=azure2},
|
||||||
|
cell{4}{10} = {c=1}{c,fg=azure3},
|
||||||
|
cell{5}{10} = {c=1}{c,fg=azure4},
|
||||||
|
cell{6}{10} = {c=1}{c,fg=azure5},
|
||||||
|
cell{7}{10} = {c=1}{c,fg=azure6},
|
||||||
|
cell{8}{10} = {c=1}{c,fg=azure7},
|
||||||
|
cell{9}{10} = {c=1}{c,fg=azure8},
|
||||||
|
cell{10}{10} = {c=1}{c,fg=azure9},
|
||||||
|
cell{2}{11} = {c=1}{c,fg=blue1},
|
||||||
|
cell{3}{11} = {c=1}{c,fg=blue2},
|
||||||
|
cell{4}{11} = {c=1}{c,fg=blue3},
|
||||||
|
cell{5}{11} = {c=1}{c,fg=blue4},
|
||||||
|
cell{6}{11} = {c=1}{c,fg=blue5},
|
||||||
|
cell{7}{11} = {c=1}{c,fg=blue6},
|
||||||
|
cell{8}{11} = {c=1}{c,fg=blue7},
|
||||||
|
cell{9}{11} = {c=1}{c,fg=blue8},
|
||||||
|
cell{10}{11} = {c=1}{c,fg=blue9},
|
||||||
|
cell{2}{12} = {c=1}{c,fg=violet1},
|
||||||
|
cell{3}{12} = {c=1}{c,fg=violet2},
|
||||||
|
cell{4}{12} = {c=1}{c,fg=violet3},
|
||||||
|
cell{5}{12} = {c=1}{c,fg=violet4},
|
||||||
|
cell{6}{12} = {c=1}{c,fg=violet5},
|
||||||
|
cell{7}{12} = {c=1}{c,fg=violet6},
|
||||||
|
cell{8}{12} = {c=1}{c,fg=violet7},
|
||||||
|
cell{9}{12} = {c=1}{c,fg=violet8},
|
||||||
|
cell{10}{12} = {c=1}{c,fg=violet9},
|
||||||
|
cell{2}{13} = {c=1}{c,fg=magenta1},
|
||||||
|
cell{3}{13} = {c=1}{c,fg=magenta2},
|
||||||
|
cell{4}{13} = {c=1}{c,fg=magenta3},
|
||||||
|
cell{5}{13} = {c=1}{c,fg=magenta4},
|
||||||
|
cell{6}{13} = {c=1}{c,fg=magenta5},
|
||||||
|
cell{7}{13} = {c=1}{c,fg=magenta6},
|
||||||
|
cell{8}{13} = {c=1}{c,fg=magenta7},
|
||||||
|
cell{9}{13} = {c=1}{c,fg=magenta8},
|
||||||
|
cell{10}{13} = {c=1}{c,fg=magenta9},
|
||||||
|
cell{2}{14} = {c=1}{c,fg=purple1},
|
||||||
|
cell{3}{14} = {c=1}{c,fg=purple2},
|
||||||
|
cell{4}{14} = {c=1}{c,fg=purple3},
|
||||||
|
cell{5}{14} = {c=1}{c,fg=purple4},
|
||||||
|
cell{6}{14} = {c=1}{c,fg=purple5},
|
||||||
|
cell{7}{14} = {c=1}{c,fg=purple6},
|
||||||
|
cell{8}{14} = {c=1}{c,fg=purple7},
|
||||||
|
cell{9}{14} = {c=1}{c,fg=purple8},
|
||||||
|
cell{10}{14} = {c=1}{c,fg=purple9},
|
||||||
|
}
|
||||||
|
Level & Gray & Red & Brown & Yellow & Olive & Green & Teal & Cyan & Azure & Blue & Violet & Magenta & Purple \\
|
||||||
|
1 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
2 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
3 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
4 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
5 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
6 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
7 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
8 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
9 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
\end{tblr}
|
||||||
|
|
||||||
|
\vspace{7mm}
|
||||||
|
\noindent{}Text colors with the high saturation option.
|
||||||
|
|
||||||
|
\NineColors{saturation=high}
|
||||||
|
\noindent{}\begin{tblr}{
|
||||||
|
columns = {8mm,c},
|
||||||
|
hline{2-11} = {solid, 1pt, gray7},
|
||||||
|
row{1} = {halign=c,cmd=\rothead},
|
||||||
|
cell{2}{2} = {c=1}{c,fg=gray1},
|
||||||
|
cell{3}{2} = {c=1}{c,fg=gray2},
|
||||||
|
cell{4}{2} = {c=1}{c,fg=gray3},
|
||||||
|
cell{5}{2} = {c=1}{c,fg=gray4},
|
||||||
|
cell{6}{2} = {c=1}{c,fg=gray5},
|
||||||
|
cell{7}{2} = {c=1}{c,fg=gray6},
|
||||||
|
cell{8}{2} = {c=1}{c,fg=gray7},
|
||||||
|
cell{9}{2} = {c=1}{c,fg=gray8},
|
||||||
|
cell{10}{2} = {c=1}{c,fg=gray9},
|
||||||
|
cell{2}{3} = {c=1}{c,fg=red1},
|
||||||
|
cell{3}{3} = {c=1}{c,fg=red2},
|
||||||
|
cell{4}{3} = {c=1}{c,fg=red3},
|
||||||
|
cell{5}{3} = {c=1}{c,fg=red4},
|
||||||
|
cell{6}{3} = {c=1}{c,fg=red5},
|
||||||
|
cell{7}{3} = {c=1}{c,fg=red6},
|
||||||
|
cell{8}{3} = {c=1}{c,fg=red7},
|
||||||
|
cell{9}{3} = {c=1}{c,fg=red8},
|
||||||
|
cell{10}{3} = {c=1}{c,fg=red9},
|
||||||
|
cell{2}{4} = {c=1}{c,fg=brown1},
|
||||||
|
cell{3}{4} = {c=1}{c,fg=brown2},
|
||||||
|
cell{4}{4} = {c=1}{c,fg=brown3},
|
||||||
|
cell{5}{4} = {c=1}{c,fg=brown4},
|
||||||
|
cell{6}{4} = {c=1}{c,fg=brown5},
|
||||||
|
cell{7}{4} = {c=1}{c,fg=brown6},
|
||||||
|
cell{8}{4} = {c=1}{c,fg=brown7},
|
||||||
|
cell{9}{4} = {c=1}{c,fg=brown8},
|
||||||
|
cell{10}{4} = {c=1}{c,fg=brown9},
|
||||||
|
cell{2}{5} = {c=1}{c,fg=yellow1},
|
||||||
|
cell{3}{5} = {c=1}{c,fg=yellow2},
|
||||||
|
cell{4}{5} = {c=1}{c,fg=yellow3},
|
||||||
|
cell{5}{5} = {c=1}{c,fg=yellow4},
|
||||||
|
cell{6}{5} = {c=1}{c,fg=yellow5},
|
||||||
|
cell{7}{5} = {c=1}{c,fg=yellow6},
|
||||||
|
cell{8}{5} = {c=1}{c,fg=yellow7},
|
||||||
|
cell{9}{5} = {c=1}{c,fg=yellow8},
|
||||||
|
cell{10}{5} = {c=1}{c,fg=yellow9},
|
||||||
|
cell{2}{6} = {c=1}{c,fg=olive1},
|
||||||
|
cell{3}{6} = {c=1}{c,fg=olive2},
|
||||||
|
cell{4}{6} = {c=1}{c,fg=olive3},
|
||||||
|
cell{5}{6} = {c=1}{c,fg=olive4},
|
||||||
|
cell{6}{6} = {c=1}{c,fg=olive5},
|
||||||
|
cell{7}{6} = {c=1}{c,fg=olive6},
|
||||||
|
cell{8}{6} = {c=1}{c,fg=olive7},
|
||||||
|
cell{9}{6} = {c=1}{c,fg=olive8},
|
||||||
|
cell{10}{6} = {c=1}{c,fg=olive9},
|
||||||
|
cell{2}{7} = {c=1}{c,fg=green1},
|
||||||
|
cell{3}{7} = {c=1}{c,fg=green2},
|
||||||
|
cell{4}{7} = {c=1}{c,fg=green3},
|
||||||
|
cell{5}{7} = {c=1}{c,fg=green4},
|
||||||
|
cell{6}{7} = {c=1}{c,fg=green5},
|
||||||
|
cell{7}{7} = {c=1}{c,fg=green6},
|
||||||
|
cell{8}{7} = {c=1}{c,fg=green7},
|
||||||
|
cell{9}{7} = {c=1}{c,fg=green8},
|
||||||
|
cell{10}{7} = {c=1}{c,fg=green9},
|
||||||
|
cell{2}{8} = {c=1}{c,fg=teal1},
|
||||||
|
cell{3}{8} = {c=1}{c,fg=teal2},
|
||||||
|
cell{4}{8} = {c=1}{c,fg=teal3},
|
||||||
|
cell{5}{8} = {c=1}{c,fg=teal4},
|
||||||
|
cell{6}{8} = {c=1}{c,fg=teal5},
|
||||||
|
cell{7}{8} = {c=1}{c,fg=teal6},
|
||||||
|
cell{8}{8} = {c=1}{c,fg=teal7},
|
||||||
|
cell{9}{8} = {c=1}{c,fg=teal8},
|
||||||
|
cell{10}{8} = {c=1}{c,fg=teal9},
|
||||||
|
cell{2}{9} = {c=1}{c,fg=cyan1},
|
||||||
|
cell{3}{9} = {c=1}{c,fg=cyan2},
|
||||||
|
cell{4}{9} = {c=1}{c,fg=cyan3},
|
||||||
|
cell{5}{9} = {c=1}{c,fg=cyan4},
|
||||||
|
cell{6}{9} = {c=1}{c,fg=cyan5},
|
||||||
|
cell{7}{9} = {c=1}{c,fg=cyan6},
|
||||||
|
cell{8}{9} = {c=1}{c,fg=cyan7},
|
||||||
|
cell{9}{9} = {c=1}{c,fg=cyan8},
|
||||||
|
cell{10}{9} = {c=1}{c,fg=cyan9},
|
||||||
|
cell{2}{10} = {c=1}{c,fg=azure1},
|
||||||
|
cell{3}{10} = {c=1}{c,fg=azure2},
|
||||||
|
cell{4}{10} = {c=1}{c,fg=azure3},
|
||||||
|
cell{5}{10} = {c=1}{c,fg=azure4},
|
||||||
|
cell{6}{10} = {c=1}{c,fg=azure5},
|
||||||
|
cell{7}{10} = {c=1}{c,fg=azure6},
|
||||||
|
cell{8}{10} = {c=1}{c,fg=azure7},
|
||||||
|
cell{9}{10} = {c=1}{c,fg=azure8},
|
||||||
|
cell{10}{10} = {c=1}{c,fg=azure9},
|
||||||
|
cell{2}{11} = {c=1}{c,fg=blue1},
|
||||||
|
cell{3}{11} = {c=1}{c,fg=blue2},
|
||||||
|
cell{4}{11} = {c=1}{c,fg=blue3},
|
||||||
|
cell{5}{11} = {c=1}{c,fg=blue4},
|
||||||
|
cell{6}{11} = {c=1}{c,fg=blue5},
|
||||||
|
cell{7}{11} = {c=1}{c,fg=blue6},
|
||||||
|
cell{8}{11} = {c=1}{c,fg=blue7},
|
||||||
|
cell{9}{11} = {c=1}{c,fg=blue8},
|
||||||
|
cell{10}{11} = {c=1}{c,fg=blue9},
|
||||||
|
cell{2}{12} = {c=1}{c,fg=violet1},
|
||||||
|
cell{3}{12} = {c=1}{c,fg=violet2},
|
||||||
|
cell{4}{12} = {c=1}{c,fg=violet3},
|
||||||
|
cell{5}{12} = {c=1}{c,fg=violet4},
|
||||||
|
cell{6}{12} = {c=1}{c,fg=violet5},
|
||||||
|
cell{7}{12} = {c=1}{c,fg=violet6},
|
||||||
|
cell{8}{12} = {c=1}{c,fg=violet7},
|
||||||
|
cell{9}{12} = {c=1}{c,fg=violet8},
|
||||||
|
cell{10}{12} = {c=1}{c,fg=violet9},
|
||||||
|
cell{2}{13} = {c=1}{c,fg=magenta1},
|
||||||
|
cell{3}{13} = {c=1}{c,fg=magenta2},
|
||||||
|
cell{4}{13} = {c=1}{c,fg=magenta3},
|
||||||
|
cell{5}{13} = {c=1}{c,fg=magenta4},
|
||||||
|
cell{6}{13} = {c=1}{c,fg=magenta5},
|
||||||
|
cell{7}{13} = {c=1}{c,fg=magenta6},
|
||||||
|
cell{8}{13} = {c=1}{c,fg=magenta7},
|
||||||
|
cell{9}{13} = {c=1}{c,fg=magenta8},
|
||||||
|
cell{10}{13} = {c=1}{c,fg=magenta9},
|
||||||
|
cell{2}{14} = {c=1}{c,fg=purple1},
|
||||||
|
cell{3}{14} = {c=1}{c,fg=purple2},
|
||||||
|
cell{4}{14} = {c=1}{c,fg=purple3},
|
||||||
|
cell{5}{14} = {c=1}{c,fg=purple4},
|
||||||
|
cell{6}{14} = {c=1}{c,fg=purple5},
|
||||||
|
cell{7}{14} = {c=1}{c,fg=purple6},
|
||||||
|
cell{8}{14} = {c=1}{c,fg=purple7},
|
||||||
|
cell{9}{14} = {c=1}{c,fg=purple8},
|
||||||
|
cell{10}{14} = {c=1}{c,fg=purple9},
|
||||||
|
}
|
||||||
|
Level & Gray & Red & Brown & Yellow & Olive & Green & Teal & Cyan & Azure & Blue & Violet & Magenta & Purple \\
|
||||||
|
1 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text \\
|
||||||
|
2 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
3 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
4 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
5 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
6 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
7 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
8 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
9 & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text & Text\\
|
||||||
|
\end{tblr}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
Loading…
Reference in New Issue
Block a user