vim
Tools
Miscellaneous
- documentclass: http://texblog.org/2013/02/13/latex-documentclass-options-illustrated/
- ifdraft: http://texblog.org/2014/07/08/ifdraft-a-package-that-extends-document-class-options-draft-and-final/
- How to declare math operators
- thread about UML diagrams in LaTeX: http://tex.stackexchange.com/questions/875/typsetting-uml-class-diagrams/882#882
- sagetex:
- http://doc.sagemath.org/html/en/tutorial/sagetex.html
- http://mirrors.nic.cz/tex-archive/macros/latex/contrib/sagetex/sagetexpackage.pdf
- http://doc.sagemath.org/html/en/tutorial/latex.html
- http://ask.sagemath.org/question/26850/how-to-set-matplotlib-backend-from-sagetex/
- http://matplotlib.org/users/pgf.html
Moving pictures
- works in Okular:
\movie[loop,autostart,poster,showcontrols=false]{\includegraphics[height=7cm]{anim/anim.png}}{anim/anim.mp4}
- works in Adobe Reader:
\animategraphics[loop,controls,autoplay,width=\linewidth]{5}{anim/anim_}{28}{600}