\mathfrak - Tex Command



mathfrak

\mathfrak - turn on fraktur font for uppercase and lowercase letters and digits (and a few other characters).

SYNOPSIS

{ \mathfrak #1}

DESCRIPTION

\mathfrak command is used to turn on fraktur font for uppercase and lowercase letters and digits (and a few other characters).

EXAMPLE

  1. \mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
    ABCDEFGHIJKLMNOPQRSTUVWXYZ
  2. \mathfrak{0123456789}
    0123456789
  3. \mathfrak{abcdefghijklmnopqrstuvwxyz}
    abcdefghijklmnopqrstuvwxyz
  4. \mathfrak{AB}AB
    ABAB
Advertisements