- Add new unified angle bracket command.

- Minor tweaks.
This commit is contained in:
2025-10-07 16:04:52 -05:00
parent b290268986
commit f9f3684283
2 changed files with 9 additions and 3 deletions

View File

@@ -75,6 +75,9 @@
Path = {\fontpath/}, Path = {\fontpath/},
Extension = .ttf, Extension = .ttf,
UprightFont = *-Regular, UprightFont = *-Regular,
BoldFont = *-Regular,
ItalicFont = *-Regular,
BoldItalicFont = *-Regular,
] ]
\setmathrm{RobotoSerif} \setmathrm{RobotoSerif}
@@ -94,8 +97,9 @@
\NewDocumentCommand{\bdot}{}{.\zws} \NewDocumentCommand{\bdot}{}{.\zws}
% Text-mode angle bracket ornaments. % Text-mode angle bracket ornaments.
\NewDocumentCommand{\abl}{}{{\symfamily ❬}} \NewDocumentCommand{\ab}{O{}}{{\symfamily ❬}#1{\symfamily ❭}}
\NewDocumentCommand{\abr}{}{{\symfamily }} % \NewDocumentCommand{\abl}{}{{\symfamily }}
% \NewDocumentCommand{\abr}{}{{\symfamily ❭}}
\NewDocumentCommand{\checkmark}{s O{PrimeGreen} O{PrimeBrightGreen}}{ \NewDocumentCommand{\checkmark}{s O{PrimeGreen} O{PrimeBrightGreen}}{
\bool_if:nTF {#1} { \bool_if:nTF {#1} {

View File

@@ -37,3 +37,5 @@
font = \bfseries, font = \bfseries,
} }
} }
\NewTblrColumnType{a}[1][]{X[#1,l,m]}