On Sat, Sep 19, 2009 at 8:09 AM, Simon King <[email protected]> wrote: > > Sometimes it helps to read the (GAP) manual... > > I found that GAP offers the possibility to log input, output, or both. > > So, simply I start my computations with gap.eval('LogTo("gaplog")'), > and then all input (including the gap> prompt, but this should be easy > to remove) is logged.
Sorry, I just saw this thread. LogTo is fine. There is also an older program "logger" described at http://www.usna.edu/Users/math/wdj/gap/gap_autologging.html and a program in Python which converts output to latex http://www.usna.edu/Users/math/wdj/gap/gap2latex.py Maybe one of these helps. > > Cheers, > Simon > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
