Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Last active January 13, 2024 21:53
Show Gist options
  • Select an option

  • Save SHDShim/4356b79bbfc0a83c944fa94c859582e3 to your computer and use it in GitHub Desktop.

Select an option

Save SHDShim/4356b79bbfc0a83c944fa94c859582e3 to your computer and use it in GitHub Desktop.

Revisions

  1. SHDShim revised this gist Jan 13, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion san_serif_latex.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Setup forr San Serif fonts
    # LaTeX Setup for San Serif fonts

    The following works also for `txfonts` and `pxfonts`.

  2. SHDShim created this gist May 30, 2021.
    16 changes: 16 additions & 0 deletions san_serif_latex.md
    Original 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}
    ```