• Latex editing mode add-ons

    A collection of shortcuts keys (Esc-x something, Ctrl-x something) for simple and efficient basic latex editing, I found simpler than more sophisticated ones. Include emphazizing regions. A very simple package you can easily read customize and extend. Store into your emacs library directory.
    • tested GNU Emacs emacs-21.2.1 (11/2002) addTexMode.el.
    • Add this in your .emacs file :

      (autoload 'real-tex-hook "addTexMode" "addTexMode")
      (add-hook 'tex-mode-hook (function (lambda () (real-tex-hook tex-mode-map tex-mode-syntax-table))))

  • latex bst file to sort by years then months and display a string before each year

    Small modification of a Patrick W Daly bst file. Download chronoDisplay.bst and use it with :

    "\bibliographystyle{chronoDisplay}"