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
|
% Fonts
|
||||||
\defaultfontfeatures{Ligatures=TeX}
|
\defaultfontfeatures{Ligatures=TeX}
|
||||||
\setmainfont{Times New Roman}
|
\setmainfont{Times New Roman}[
|
||||||
|
SmallCapsFont = {Latin Modern Roman}, % fallback for \textsc
|
||||||
|
]
|
||||||
\setsansfont{Arial}
|
\setsansfont{Arial}
|
||||||
\setmonofont{Courier New}
|
\setmonofont{Courier New}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user