diff options
Diffstat (limited to 'support/mctex/tex1.test')
-rw-r--r-- | support/mctex/tex1.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/support/mctex/tex1.test b/support/mctex/tex1.test new file mode 100644 index 0000000000..d92e53fd41 --- /dev/null +++ b/support/mctex/tex1.test @@ -0,0 +1,10 @@ + +/* + This is a test file of TeXetting for vaxima + tested function: latexezwks("filename"); a easy work-sheet function for LaTeX + */ + +'limit(sqrt(alpha^x)/%e^x,x,inf); +'sum(xi^7/gamma,xi,0,10); +'product(chi^%e,chi,minf,inf); +latexezwks("tex1.tex"); |