Answers for "latex dejavu font default"

0

latex dejavu font default

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}
Posted by: Guest on January-07-2022

Browse Popular Code Answers by Language