home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / emacs / help / 3731 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.3 KB

  1. Path: sparky!uunet!mcsun!sunic!dkuug!iesd!iesd.auc.dk!abraham
  2. From: abraham@iesd.auc.dk (Per Abrahamsen)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: tex-mode commands for latex sections
  5. Message-ID: <ABRAHAM.92Aug14212933@loke.iesd.auc.dk>
  6. Date: 14 Aug 92 20:29:33 GMT
  7. References: <QUINN.92Aug11101901@flume.dartmouth.edu>
  8. Sender: news@iesd.auc.dk (UseNet News)
  9. Distribution: gnu
  10. Organization: Mathematics and Computer Science, Aalborg University
  11. Lines: 21
  12. In-Reply-To: quinn@dartmouth.edu's message of 11 Aug 92 14:19:01 GMT
  13.  
  14.  
  15. >>>>> On 11 Aug 92 14:19:01 GMT, quinn@dartmouth.edu (Jerry Quinn) said:
  16.  
  17. Jerry> While using tex-mode for writing my thesis, I found a "need" to have a
  18. Jerry> command that would automatically make a new sectioning command at the
  19. Jerry> same, higher, or lower level as the last one.  Here they are.  You can
  20. Jerry> either load them from .emacs or put them into tex-mode.el.
  21.  
  22. Such functions are also standard with AUC TeX.
  23.  
  24.     C-c C-x        Prompts for the section level with completion
  25.             (default the same as the last) and the title.
  26.  
  27.     C-u C-c C-x    Default one section below the current one.
  28.  
  29.     C-u - C-c C-x    Default one section above the current one.
  30.  
  31.     C-u <x> C-c C-x Default to section level <x>.
  32.  
  33. AUC TeX is available by anonymous ftp from iesd.auc.dk in the file
  34. /pub/emacs-lisp/auctex.tar.Z
  35.