source: git/Tst/Manual/rmx.tst @ e74bb4

fieker-DuValspielwiese
Last change on this file since e74bb4 was 42ea852, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Further incompatibilities with master! chg: Update 14.Jan.2013 (Tests regeneration/update due to master...) TODO: still missing commits from [master] (Interpreter...10912c588c406e6aab9dd2342c3d0c200096cb22 4b8a660ce83e9c109ec9eae1f413ab721fea2fd4)
  • Property mode set to 100644
File size: 359 bytes
Line 
1LIB "tst.lib"; tst_init(); /* tst_ignore("This is pdfTeX"); */ /* tst_ignore("Babel"); */
2LIB "latex.lib";
3ring r;
4poly f = x+y+z;
5opentex("exp001");              // defaulted latex2e document
6texobj("exp001","A polynom",f);
7closetex("exp001");
8tex("exp001");
9rmx("exp001");   // removes aux and log file of exp001
10system("sh","rm exp001.*");
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.