[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sun:LaTeX] Online Hilfe



Hallo,

mit 

module add latex/help/1.6

steht ab sofort eine online-Hilfe im info-Format zur Verf"ugung, die
man mit dem Programm info oder aber mit Emacs lesen kann.  Um direkt
Hilfe zum wort unter dem Cursor zu erhalten, kann man die folgenden
Zeilen in Sein .emacs aufnehmen:

;; LaTeX online help
(autoload 'latex-help "/software/latex-help-1.6/share/emacs/site-lisp/ltx-help" "LaTeX Online help" t )
(add-hook 'Latex-mode-hook 
          (function (lambda ()
                      (define-key LaTeX-mode-map "\C-H\C-L" 'latex-help))))

Hilfe gibt es dann mit C-hC-l

Sven
-- 
 _  __                     The Cognitive Systems Group
| |/ /___  __ _ ___                                       University of Hamburg
| ' </ _ \/ _` (_-<  phone:    +49 (0)40 42883-2576      Vogt-Koelln-Strasse 30
|_|\_\___/\__, /__/  fax  :    +49 (0)40 42883-2572             D-22527 Hamburg
          |___/ http://kogs-www.informatik.uni-hamburg.de/~utcke/home.html