Changeset 7616:a72e99392296


Ignore:
Timestamp:
12/12/07 07:52:56 (5 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

update notebook docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/server/notebook/tutorial.py

    r7355 r7616  
    360360                 'Click <u>Interrupt</u> or press escape in any input cell. This will (attempt) to interrupt SAGE by sending many interrupt signals.'), 
    361361                ('Tab Completion', 'Press tab while the cursor is on an identifier. On some web browsers (e.g., Opera) you must use control-space instead of tab.'), 
     362                ('Typesetting All Output', 'Type lprint() in an input cell and press shift-enter.  All future output will be typeset automatically.'), 
    362363                ('Help About', 
    363364                 'Type ? immediately after the object or function and press tab.'), 
Note: See TracChangeset for help on using the changeset viewer.