Last active
January 13, 2024 21:53
-
-
Save SHDShim/4356b79bbfc0a83c944fa94c859582e3 to your computer and use it in GitHub Desktop.
Revisions
-
SHDShim revised this gist
Jan 13, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # LaTeX Setup for San Serif fonts The following works also for `txfonts` and `pxfonts`. -
SHDShim created this gist
May 30, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # Setup forr San Serif fonts The following works also for `txfonts` and `pxfonts`. ```latex %%%%%%%%%%%%%%%%%%% % fonts %\usepackage{pxfonts} %\usepackage{helvet} \usepackage[T1]{fontenc} \renewcommand{\familydefault}{\sfdefault} \usepackage{sansmath} \sansmath \usepackage{microtype} ```