blob: 2d864c1240986ce9fe3c20ccd4b6f7723482f6a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
This is a test file of TeXetting for vaxima
tested function: latexezwks("filename"); a easy work-sheet function for LaTeX
lessparen(); set to have lessparen
"please compare with tex7.vax which has default"
*/
lessparen();
realpart(sin(exp(%i*alpha+x)));
imagpart(sin(exp(%i*alpha+x)));
latexezwks("tex8.tex");
|