pkgsrc/math/texdrive/MESSAGE
wiz 3a087ae2cb Initial import of texdrive-0.0.20081126:
texdrive is an emacs minor-mode for adding mathematical equations
to html-pages; things like Euler's identity, Pythagoras theorem
and so on.
2008-12-09 12:19:59 +00:00

13 lines
421 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2008/12/09 12:19:59 wiz Exp $
You will need to add something like the following to your .emacs file to
autoload the texdrive minor mode for Emacs:
(require 'texdrive)
Then enable the mode when you want to use it with
(texdrive-mode)
===========================================================================