tri.log 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Codemist Standard Lisp 3.54 for DEC Alpha: May 23 1994
  2. Dump file created: Mon May 23 10:39:11 1994
  3. REDUCE 3.5, 15-Oct-93 ...
  4. Memory allocation: 6023424 bytes
  5. +++ About to read file tstlib.red
  6. % TeX-REDUCE-Interface 0.50
  7. % set greek asserted
  8. % set lowercase asserted
  9. % \tolerance 10
  10. % \hsize=150mm
  11. % load tri;
  12. global '(textest!*);
  13. symbolic procedure texexa(code);
  14. begin
  15. prin2 "\TRIexa{"; prin2 textest!*;
  16. if !*TeXindent then prin2 "}{TeXindent}{" else
  17. if !*TeXbreak then prin2 "}{TeXBreak}{" else
  18. if !*TeX then prin2 "TeX" else prin2 "}{---}{";
  19. if !*TeXbreak then prin2 tolerance!* else prin2 "---";
  20. prin2 "}{"; prin2 code; prin2 "}"; terpri()
  21. end;
  22. texexa
  23. algebraic procedure exa(expression,code);
  24. begin symbolic texexa code; return expression end;
  25. exa
  26. % ----------------------------------------------------------------------
  27. % Examples from the Integrator Test File
  28. % ----------------------------------------------------------------------
  29. symbolic(textest!*:="Integration");
  30. "Integration"
  31. texsetbreak(120,1000);
  32. % \tolerance 1000
  33. % \hsize=120mm
  34. on texindent;
  35. off echo;
  36. (tri 7100 233)
  37. End of Lisp run after 7.13+0.91 seconds