summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/york-thesis/york-thesis.el
diff options
context:
space:
mode:
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.el26
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