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

View File

@@ -36,4 +36,6 @@
bg = #1,
font = \bfseries,
}
}
}
\NewTblrColumnType{a}[1][]{X[#1,l,m]}