source: git/Tst/Manual/tex.tst @ 42ea848

spielwiese
Last change on this file since 42ea848 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 243 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "latex.lib";
3ring r;
4ideal I = maxideal(7);
5opentex("exp001");              // open latex2e document
6texobj("exp001","An ideal ",I);
7closetex("exp001");
8tex("exp001");
9system("sh","rm exp001.*");
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.