diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2007-04-08 17:38:50 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2007-04-08 17:38:50 +0000 |
commit | fef1c7cc8da3bb031c00eebb78b8e40629c27c03 (patch) | |
tree | e37358b71deb52799308443a5a573ac05530b297 /Master/texmf-dist/doc/latex/curve/curve.el | |
parent | a5394579068e25b9dfb1aa269288fe8af8fdf9db (diff) |
curve update to v1.12
git-svn-id: svn://tug.org/texlive/trunk@4128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/curve/curve.el')
-rw-r--r-- | Master/texmf-dist/doc/latex/curve/curve.el | 11 |
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"))))) |