- Fix \Appendices command.

- Create float for code.
- Adjust fallback font weights.
- Redefine Center environment to eliminate extra space.
- Create TblrEnviron for code.
This commit is contained in:
2025-10-17 16:52:39 -05:00
parent 47f2b67b98
commit acbc1dd669
6 changed files with 45 additions and 11 deletions

View File

@@ -160,7 +160,7 @@
\colorlet{codeKeywordColor}{PrimeLightBlue}
\colorlet{codeOperatorColor}{PrimeLightPink}
\colorlet{codeCommentColor}{PrimeLightMint}
\colorlet{codeNumberColor}{textColor}
\colorlet{codeNumberColor}{textColor}%{PrimeLightLime}
\colorlet{codeStringColor}{PrimeLightLime}
} {
% Page and text colors.
@@ -200,7 +200,7 @@
\colorlet{codeKeywordColor}{PrimeBlue}
\colorlet{codeOperatorColor}{PrimePink}
\colorlet{codeCommentColor}{PrimeMint}
\colorlet{codeNumberColor}{textColor}
\colorlet{codeNumberColor}{textColor}%{PrimeLime}
\colorlet{codeStringColor}{PrimeLime}
}