URI:
       tfm.tex - flashcards - Stupid LaTeX flashcard viewer
  HTML git clone git://lumidify.org/flashcards.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tfm.tex (975B)
       ---
            1 \documentclass[12pt]{article}
            2 \usepackage[utf8]{inputenc}
            3 \usepackage[T1]{fontenc}
            4 \usepackage{amsmath}
            5 \usepackage{amssymb}
            6 \usepackage{amsfonts}
            7 \usepackage{mathrsfs}
            8 \usepackage{enumitem}
            9 \usepackage{tikz-cd}
           10 
           11 \newcommand{\Bild}{\mathop{\text{Bild}}}
           12 \newcommand{\chara}{\mathop{\text{char}}}
           13 \newcommand{\Pol}{\mathop{\text{Pol}}}
           14 \newcommand{\ggT}{\mathop{\text{ggT}}}
           15 \newcommand{\Hom}{\mathop{\text{Hom}}}
           16 \newcommand{\evx}{\mathop{\text{ev}_x}}
           17 \newcommand{\End}{\mathop{\text{End}}}
           18 \newcommand{\Alt}{\mathop{\text{Alt}}}
           19 \newcommand{\sgn}{\mathop{\text{sgn}}}
           20 \newcommand{\Det}{\mathop{\text{Det}}}
           21 \newcommand{\Sym}{\mathop{\text{Sym}}}
           22 \newcommand{\spec}{\mathop{\text{spec}}}
           23 \newcommand{\Id}{\mathop{\text{Id}}}
           24 \newcommand{\GL}{\mathop{\text{GL}}}
           25 \newcommand{\diag}{\mathop{\text{diag}}}
           26 \newcommand{\K}{\mathop{\mathbb{K}}}
           27 \newcommand{\N}{\mathop{\mathbb{N}}}
           28 \newcommand{\sB}{\mathop{\mathscr{B}}}
           29 \newcommand{\sG}{\mathop{\mathscr{G}}}
           30 
           31 \pagestyle{empty}