source: git/Tst/Manual/texname.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 310 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "latex.lib";
3ring r = 0,(x,y),lp;
4poly f = 3xy4 + 2xy2 + x5y3 + x + y6;
5texname("","{f(10)}");
6texname("","f(10) =");
7texname("","n1");
8texname("","T1_12");
9texname("","g'_11");
10texname("","f23");
11texname("","M[2,3]");
12texname("","A(0,3);");
13texname("","E~(3)");
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.