- Add star for normal-width BigBoxout.

- Remove extra space from HiRef.
This commit is contained in:
2025-10-01 16:30:27 -05:00
parent 616c521c38
commit 096bebc210
2 changed files with 13 additions and 8 deletions

View File

@@ -135,7 +135,10 @@
}
% Create a reference with the string we just created.
\hyperref [\l_@@_ref_str] {
\l_@@_section_name_str\nobreakspace\ref {\l_@@_ref_str}
\str_if_empty:NF \l_@@_section_name_str {
\l_@@_section_name_str \nobreakspace
}
\ref {\l_@@_ref_str}
}