Ticket #3660: doc_3660.patch

File doc_3660.patch, 2.3 kB (added by mhansen, 5 months ago)
  • /dev/null

    old new  
     1\chapter{Crystals} 
     2 
     3\input{sage/sage.combinat.crystals.crystals} 
     4\input{sage/sage.combinat.crystals.letters} 
     5\input{sage/sage.combinat.crystals.spins} 
     6\input{sage/sage.combinat.crystals.tensor-product} 
     7\input{sage/sage.combinat.crystals.fast-crystals} 
  • a/ref/files

    old new  
    6666sage.combinat.tools.tex 
    6767sage.combinat.tuple.tex 
    6868sage.combinat.word.tex 
     69sage.combinat.crystals.crystals.tex 
     70sage.combinat.crystals.fast-crystals.tex 
     71sage.combinat.crystals.letters.tex 
     72sage.combinat.crystals.spins.tex 
     73sage.combinat.crystals.tensor-product.tex 
     74sage.combinat.root-system.cartan-type.tex 
     75sage.combinat.root-system.dynkin-diagram.tex 
     76sage.combinat.root-system.cartan-matrix.tex 
     77sage.combinat.root-system.coxeter-matrix.tex 
     78sage.combinat.root-system.root-system.tex 
     79sage.combinat.root-system.weyl-group.tex 
     80sage.combinat.root-system.weyl-characters.tex 
    6981sage.crypto.cipher.tex 
    7082sage.crypto.classical-cipher.tex 
    7183sage.crypto.classical.tex 
  • a/ref/ref.tex

    old new  
    8989 
    9090\input{combinat} 
    9191 
     92\input{crystals} 
     93 
     94\input{root-systems} 
     95 
    9296\input{probability} 
    9397 
    9498\input{categories} 
  • /dev/null

    old new  
     1\chapter{Root Systems} 
     2 
     3\input{sage/sage.combinat.root-system.cartan-type} 
     4\input{sage/sage.combinat.root-system.dynkin-diagram} 
     5\input{sage/sage.combinat.root-system.cartan-matrix} 
     6\input{sage/sage.combinat.root-system.coxeter-matrix} 
     7\input{sage/sage.combinat.root-system.root-system} 
     8\input{sage/sage.combinat.root-system.weyl-group} 
     9\input{sage/sage.combinat.root-system.weyl-characters}