diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-08 22:11:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-08 22:11:04 +0000 |
commit | a3a065919f95e084a7defca6c7138e638e834fed (patch) | |
tree | 1847b561f69cc460b6d81b0e405960f3ef318adb /Master/texmf-dist/doc/latex/york-thesis/york-thesis.el | |
parent | 7cd7e5936583d8101bad9884f27de532d1d6cebe (diff) |
york-thesis
git-svn-id: svn://tug.org/texlive/trunk@1673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/york-thesis/york-thesis.el')
-rw-r--r-- | Master/texmf-dist/doc/latex/york-thesis/york-thesis.el | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/york-thesis/york-thesis.el b/Master/texmf-dist/doc/latex/york-thesis/york-thesis.el new file mode 100644 index 00000000000..e0589ee6274 --- /dev/null +++ b/Master/texmf-dist/doc/latex/york-thesis/york-thesis.el @@ -0,0 +1,26 @@ +; +;;; york-thesis.el - Special code for york-thesis style. +; +;;; Code: + +;; AUCTeX configuration +(TeX-add-style-hook "york-thesis" + (function (lambda () + (setq LaTeX-largest-level (LaTeX-section-level "part")) + (LaTeX-add-environments + "epigraphs" "fquote" + "fquotation" "fverse") + (TeX-add-symbols + '("epigraph" 2) + '("degreename" 1) + '("committeememberslist" 1) + '("department" 1) + '("masterof" 1) + '("abstractfile" 1) + '("acknowledgementsfile" 1) + '("prefacefile" 1) + '("abbreviationsfile" 1) + '("threestars" 0)) +))) + +;;; york-thesis.el ends here
\ No newline at end of file |