Loading [MathJax]/jax/output/HTML-CSS/jax.js

\mathsf - Tex Command


Advertisements

mathsf

\mathsf - Used to turn on sans serif typestyle for uppercase and lowercase letters and digits; also affects uppercase greek.

SYNOPSIS

{ \mathsf #1 }

DESCRIPTION

\mathsf command is used to turn on sans serif typestyle for uppercase and lowercase letters and digits; also affects uppercase greek.

EXAMPLE

  1. \mathsf{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
    ABCDEFGHIJKLMNOPQRSTUVWXYZ
  2. \mathsf{0123456789}
    0123456789
  3. \mathsf{abcdefghijklmnopqrstuvwxyz}
    abcdefghijklmnopqrstuvwxyz
  4. \Delta\Gamma\Lambda\mathsf{\Delta\Gamma\Lambda}
    ΔΓΛΔΓΛ
  5. abcdefghijklmnopqrstuvwxyz
    abcdefghijklmnopqrstuvwxyz
  6. \mathsf{AB}AB
    ABAB
Print