summaryrefslogtreecommitdiff
path: root/support/mctex/tex10.test
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/mctex/tex10.test
Initial commit
Diffstat (limited to 'support/mctex/tex10.test')
-rw-r--r--support/mctex/tex10.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/support/mctex/tex10.test b/support/mctex/tex10.test
new file mode 100644
index 0000000000..ea12bea170
--- /dev/null
+++ b/support/mctex/tex10.test
@@ -0,0 +1,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");