fix(latex): Add SmallCapsFont fallback for pseudocode package that use \textsc in Times New Roman

This commit is contained in:
Rifqi D. Panuluh
2025-10-05 11:25:52 +00:00
parent 9412f0f53f
commit 3258cd2e82

View File

@@ -97,7 +97,9 @@
% Fonts
\defaultfontfeatures{Ligatures=TeX}
\setmainfont{Times New Roman}
\setmainfont{Times New Roman}[
SmallCapsFont = {Latin Modern Roman}, % fallback for \textsc
]
\setsansfont{Arial}
\setmonofont{Courier New}