Artifact f093ebf02987bb1f06a8907f89baa7f3a2d050bef9d64775e4b245230f3b5a3c:
- File
r36/xlog/TRI.LOG
— part of check-in
[152fb3bdbb]
at
2011-10-17 17:58:33
on branch master
— svn:eol-style, svn:executable and line endings for files
in historical/r36 treegit-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1480 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: schoepf@users.sourceforge.net, size: 1013) [annotate] [blame] [check-ins using] [more...]
REDUCE 3.6, 15-Jul-95, patched to 6 Mar 96 ... % TeX-REDUCE-Interface 0.50 % set greek asserted % set lowercase asserted % \tolerance 10 % \hsize=150mm % load tri; global '(textest!*); symbolic procedure texexa(code); begin prin2 "\TRIexa{"; prin2 textest!*; if !*TeXindent then prin2 "}{TeXindent}{" else if !*TeXbreak then prin2 "}{TeXBreak}{" else if !*TeX then prin2 "TeX" else prin2 "}{---}{"; if !*TeXbreak then prin2 tolerance!* else prin2 "---"; prin2 "}{"; prin2 code; prin2 "}"; terpri() end; texexa algebraic procedure exa(expression,code); begin symbolic texexa code; return expression end; exa % ---------------------------------------------------------------------- % Examples from the Integrator Test File % ---------------------------------------------------------------------- symbolic(textest!*:="Integration"); "Integration" texsetbreak(120,1000); % \tolerance 1000 % \hsize=120mm on texindent; off echo; (TIME: tri 1830 1900)