;; -*- Mode: Emacs-Lisp -*-

;; To use this file, compile it, and then put
;;
;;  (load "/path/to/hdm/HDM-ELISP-LOADS")
;;
;; someplace where it will be executed.

(add-to-list 'load-path (eval-when-compile (expand-file-name "./parsing/")))
(add-to-list 'load-path (eval-when-compile (expand-file-name "./scholium-system/")))
(add-to-list 'load-path (eval-when-compile (expand-file-name "./fun/")))
(add-to-list 'load-path (eval-when-compile (expand-file-name "./austex/")))
(add-to-list 'load-path (eval-when-compile (expand-file-name "./nero/")))
(add-to-list 'load-path (eval-when-compile (expand-file-name "./menus/")))
(add-to-list 'load-path (eval-when-compile (expand-file-name "./convenience/")))

(defvar hdm-path (eval-when-compile (expand-file-name "./")))

(load "austex")
(load "tts")
(load "generic-menu")
(load "generic-browser")
(load "scholium")
(load-scholium-system hdm-path)

(load "musical-letters")

(load "aok")
(load "begin-latex-document")
(load "fr3q")