source: git/Tst/Manual/xdvi.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc 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: 381 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "latex.lib";
3intmat m[3][4] = 9,2,4,5,2,5,-2,4,-6,10,-1,2,7;
4opentex("exp001");
5texobj("exp001","An intmat:  ",m);
6closetex("exp001");
7/* tst_ignore("pdfTeX"); */
8/* tst_ignore("Babel"); */
9/* tst_ignore("LaTeX"); */
10/* tst_ignore("pdftex"); */
11/* tst_ignore("latex"); */
12tex("exp001");
13// xdvi("exp001");
14system("sh","rm exp001.*");
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.