Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Last active January 13, 2024 21:53
Show Gist options
  • Save SHDShim/4356b79bbfc0a83c944fa94c859582e3 to your computer and use it in GitHub Desktop.
Save SHDShim/4356b79bbfc0a83c944fa94c859582e3 to your computer and use it in GitHub Desktop.
San Serif font for LaTeX

LaTeX Setup for San Serif fonts

The following works also for txfonts and pxfonts.

%%%%%%%%%%%%%%%%%%%
% fonts
%\usepackage{pxfonts}
%\usepackage{helvet}
\usepackage[T1]{fontenc}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{sansmath} 
\sansmath 
\usepackage{microtype}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment