dev-tex/ninecolors::guru
- Ebuilds: 1, Testing: 2022.02.13 Description:
This package carefully selects and defines 9 colors for 13 hues each.
All colors with the same suffix number have equal luminance level. Also
the color black is of level 0, and the color white is of level 10.
By simply choosing two colors in the above list, which differ in level
by at least 5, as foreground and background colors, you will get proper
WCAG Color Contrast.
Homepage:https://www.ctan.org/pkg/ninecolors/ License: LPPL-1.3
dev-tex/tabularray::guru
- Ebuilds: 1, Testing: 2025.11.27 Description:
LATEX tables are implemented using TEX commands such as \halign,
\noalign, \span, and \omit. In order to implement new features, many
macro packages have modified the inner table commands inside LATEX.
This makes package code complicated, difficult to maintain, and often
conflicts with each other.
At present, the LATEX3 programming layer is basically mature.
This tabularray package will discard the old \halign commands and
directly use LATEX3 functions to parse the table, and then typeset the
entire table. Under the premise of being compatible with the basic
syntax of LATEX2 tables, this macro package will completely separate
the content and style of the table, and the style of the table can be
completely set in key-val way.
Homepage:https://www.ctan.org/pkg/tabularray/ License: LPPL-1.3c