fix(latex): Add SmallCapsFont fallback for pseudocode package that use \textsc in Times New Roman
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user