home *** CD-ROM | disk | FTP | other *** search
- /* this file will setup a bunch of easy to use macros for TxEd+
- * so that it will make it easy for you to create HT documents
- */
-
- /* some easy Control key macros to do style changes */
- Macro b "Insert \Bold "
- Macro i "Insert \Italic "
- Macro u "Insert \Underline "
- Macro c "Insert \Center "
- Macro d "Insert \Indent "
- Macro f "Insert \Format "
- Macro r "Insert \FreeFormat "
-
- /*****************************************************************
- This macro allows you to easily specify link information
- simply highlight the section of text you want linked, press
- Control-L and away you go....
- *****************************************************************/
- Macro l link
-
- /* some silly menu thingies.... */
- 'menu 5 "Insert \Bold "'
- 'menu 5 "Insert \Italic "'
- 'menu 5 "Insert \Underline "'
- 'menu 5 "Insert \Center "'
- 'menu 5 "Insert \Indent "'
- 'menu 5 "Insert \Format "'
- 'menu 5 "Insert \FreeFormat "'
- 'menu 5 "-----------------"'
- 'menu 5 "Link Block" link'
- 'menu 5 "Test file " test'
-