资 源 简 介
My personal notes about computational neuroscience, applied mathematics and more
To compile the LaTeX sources you need:
texlive
texlive-full
SageTex (see bellow):
Installing sagetex.sty
First, you need to have Sage installed. Then, copy the file $SAGE_ROOT/local/share/texmf/text/generic/sagetex/sagetex.sty
In Debian/Ubuntu you obtain the TexLive 2009 which is relatively old. You will have to remove that version and create a link to the file sagetex.sty of your current Sage installation.
>>> cd /usr/share/texmf-texlive/tex/latex/sagetext>>> mv sagetex.sty sagetex-old.sty>>> cp $SAGE_ROOT/local/share/texmf/text/generic/sagetex/sagetex.sty sage-5.0-sagetex.sty>>> ln -s sage-5.0-sagetex.sty sagetex.sty
After that type:
>>> texhash