blob: ea12bea1701561165df1aa9cc0146b32a3492398 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
This is a test file of TeXetting for vaxima
tested function: latexautolabel();
*/
/* set autolabeling mode for TeX and start with 15 */
latexautolabel();
texnoeval(); /* set non-evaluation mode */
latex(integrate(3*mu^3-4,mu),"tex10.tex");
latex(diff(sin(alpha^3),alpha),"tex10.tex");
latex(taylor(sqrt(omega+1),omega,0,5),"tex10.tex");
latex(abs(-5),"tex10.tex");
|