summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/curve/curve.el
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/curve/curve.el')
-rw-r--r--Master/texmf-dist/doc/latex/curve/curve.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/curve/curve.el b/Master/texmf-dist/doc/latex/curve/curve.el
index 14067e3eb06..f4c10ec8808 100644
--- a/Master/texmf-dist/doc/latex/curve/curve.el
+++ b/Master/texmf-dist/doc/latex/curve/curve.el
@@ -1,6 +1,6 @@
;;; curve.el --- AUC-TeX style file for CurVe
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 2006 Didier Verna.
+;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Didier Verna.
;; Author: Didier Verna <didier@lrde.epita.fr>
;; Maintainer: Didier Verna <didier@lrde.epita.fr>
@@ -66,6 +66,7 @@ the choosen file name sans the last TWO extensions."
'("headerspace")
'("makeheaders" [ "Alignment (t, c or b)" ])
+ ;; no need to support \today since it is a standard command
'("title" "Title")
'("subtitle" "Subtitle")
'("titlespace")
@@ -79,6 +80,7 @@ the choosen file name sans the last TWO extensions."
'("rubricalignment" "Alignment (l, c, r, cl, cc)")
'("rubricfont" "For for rubrics")
'("rubricspace")
+ '("rubricafterspace")
'("subrubric" "Subrubric name")
'("subrubricalignment" "Alignment (l, c, r, cl, cc)")
@@ -94,12 +96,9 @@ the choosen file name sans the last TWO extensions."
'("prefix" "Prefix command")
'("continuedname" "Continuation name")
- '("listpubname" "List of publications name")
- )
+ '("listpubname" "List of publications name"))
(LaTeX-add-environments
- '("rubric" "Name")
- )
- )))
+ '("rubric" "Name")))))