flashcard-tools

Tools for working with LaTeX flashcards
git clone git://lumidify.org/flashcard-tools.git (fast, but not encrypted)
git clone https://lumidify.org/flashcard-tools.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/flashcard-tools.git (over tor)
Log | Files | Refs | README

defs.sample.tex (836B)


      1 \usepackage[utf8]{inputenc}
      2 \usepackage[T1]{fontenc}
      3 \usepackage{amsmath}
      4 \usepackage{amssymb}
      5 \usepackage{amsfonts}
      6 \usepackage{mathrsfs}
      7 \usepackage{enumitem}
      8 \usepackage{tikz-cd}
      9 
     10 \newcommand{\Pol}{\text{Pol}}
     11 \newcommand{\ggT}{\text{ggT}}
     12 \newcommand{\Hom}{\text{Hom}}
     13 \newcommand{\End}{\text{End}}
     14 \newcommand{\Alt}{\text{Alt}}
     15 \newcommand{\sgn}{\text{sgn}}
     16 \newcommand{\Det}{\text{Det}}
     17 \newcommand{\Sym}{\text{Sym}}
     18 \newcommand{\spec}{\text{spec}}
     19 \newcommand{\Id}{\text{Id}}
     20 \newcommand{\GL}{\text{GL}}
     21 \newcommand{\diag}{\text{diag}}
     22 \newcommand{\K}{\mathbb{K}}
     23 \newcommand{\N}{\mathbb{N}}
     24 \newcommand{\Z}{\mathbb{Z}}
     25 \newcommand{\Prim}{\mathbb{P}}
     26 \newcommand{\Q}{\mathbb{Q}}
     27 \newcommand{\sB}{\mathscr{B}}
     28 \newcommand{\sG}{\mathscr{G}}
     29 \newcommand{\sP}{\mathscr{P}}
     30 \newcommand{\sT}{\mathscr{T}}
     31 \newcommand{\sL}{\mathscr{L}}