home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 504a.lha / hypertext / Rexx / startup.txed < prev    next >
Text File  |  1991-05-01  |  992b  |  32 lines

  1. /* this file will setup a bunch of easy to use macros for TxEd+
  2.  * so that it will make it easy for you to create HT documents
  3.  */
  4.  
  5. /* some easy Control key macros to do style changes */
  6. Macro b "Insert \Bold "
  7. Macro i "Insert \Italic "
  8. Macro u "Insert \Underline "
  9. Macro c "Insert \Center "
  10. Macro d "Insert \Indent "
  11. Macro f "Insert \Format "
  12. Macro r "Insert \FreeFormat "
  13.  
  14. /*****************************************************************
  15.    This macro allows you to easily specify link information
  16.    simply highlight the section of text you want linked, press
  17.    Control-L and away you go....
  18.  *****************************************************************/
  19. Macro l link
  20.  
  21. /* some silly menu thingies.... */
  22. 'menu 5 "Insert \Bold "'
  23. 'menu 5 "Insert \Italic "'
  24. 'menu 5 "Insert \Underline "'
  25. 'menu 5 "Insert \Center "'
  26. 'menu 5 "Insert \Indent "'
  27. 'menu 5 "Insert \Format "'
  28. 'menu 5 "Insert \FreeFormat "'
  29. 'menu 5 "-----------------"'
  30. 'menu 5 "Link Block" link'
  31. 'menu 5 "Test file " test'
  32.