- Add reference to underscore package.

- Increase monospace font weight.
- Add command for the most recent footnote number.
This commit is contained in:
2025-10-20 16:19:00 -05:00
parent acbc1dd669
commit 193b6f4145
3 changed files with 27 additions and 21 deletions

View File

@@ -32,7 +32,7 @@
luaotfload.add_fallback(
"RobotoMono", {
"NotoMono:mode=harf;",
"NotoMono-Medium:mode=harf;",
"NotoSansSymbols-SemiBold:mode=harf;",
"NotoSansSymbols2:mode=harf;",
"NotoEmoji:mode=harf;",
@@ -74,9 +74,9 @@
% Monospace font: Roboto Mono
\setmonofont{RobotoMono}[
Extension = .ttf,
UprightFont = *-Regular,
UprightFont = *-Medium,
BoldFont = *-Bold,
ItalicFont = *-Italic,
ItalicFont = *-MediumItalic,
BoldItalicFont = *-BoldItalic,
RawFeature = {fallback=RobotoMono},
]