📜  latex dejavu 字体默认 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:27             🧑  作者: Mango

代码示例1
\usepackage{DejaVuSans}
%% Another possibility is
%% \usepackage{dejavu}
%% which loads the DejaVu Serif and DejaVu Sans Mono fonts as well
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
\usepackage[T1]{fontenc}