home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / eptxfn30.zip / tfe.zip / profile.smp next >
Text File  |  1999-02-21  |  873b  |  24 lines

  1. /*  load the TeX Front End  */
  2. 'link texfe.ex'
  3.  
  4. /*  start the editor with  MATCHTAB: ON                       */
  5. 'matchtab on'
  6.  
  7. /*  open the search dialog with "ignore case" enabled         */
  8. 'universal default_search_options /c'
  9.  
  10. /* auto-convert from Unix-style to DOS-style line endings     */
  11. /* (in contrast to what the docu says, this is NOT the default*/
  12. /* behaviour, so you may produce files with mixed line ends,  */
  13. /* unless you define this explicitely!                        */
  14. 'universal default_save_options /O'
  15.  
  16. /*  pressing the AltGr key alone does NOT switch to the menu; */
  17. /*  particularly useful on a non-English keyboard,  where the */
  18. /*  AltGr key is used very often and may sometimes be touched */
  19. /*  inadvertedly:                                             */
  20. 'buildaccel *' 66  12 9304 ''
  21. 'activateaccel'
  22.  
  23. /*  finis  */
  24.