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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/latex/curve/NEWS | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/curve/curve.el | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/curve/curve.pdf | bin | 0 -> 174338 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/curve/cv.pdf | bin | 0 -> 24791 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/curve/cv.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/curve/rubric.tex | 2 |
6 files changed, 19 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/curve/NEWS b/Master/texmf-dist/doc/latex/curve/NEWS index 0ecb440477e..8648e4c15a4 100644 --- a/Master/texmf-dist/doc/latex/curve/NEWS +++ b/Master/texmf-dist/doc/latex/curve/NEWS @@ -1,10 +1,7 @@ - - WHAT'S NEW IN CURVE - -*** Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 2006 Didier Verna +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Didier Verna This file is part of CurVe. @@ -19,6 +16,18 @@ version 1999/06/01 or later. CurVe consists of the files listed in the file `README'. +* Version 1.12 +============== +** Support for Swedish +thanks to Konrad Skeri Persson <konrad@skeri.com> +** New customizable length \rubricafterspace +defining the space between each rubric +** Fix incompatibilities with the Multibbl package +** Honor bibliography titles (if) provided by multibib or multibbl +** New command \today +** FAQ update +** Fix implementation of skipsamekey option + * Version 1.11 ============== ** New FAQ section in the doc @@ -99,6 +108,7 @@ thanks to Harald Harders <h.harders@tu-bs.de> ** Support for Italian thanks to Riccardo Murri <murri@phc.unipi.it> + Local Variables: 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"))))) diff --git a/Master/texmf-dist/doc/latex/curve/curve.pdf b/Master/texmf-dist/doc/latex/curve/curve.pdf Binary files differnew file mode 100644 index 00000000000..463920c1404 --- /dev/null +++ b/Master/texmf-dist/doc/latex/curve/curve.pdf diff --git a/Master/texmf-dist/doc/latex/curve/cv.pdf b/Master/texmf-dist/doc/latex/curve/cv.pdf Binary files differnew file mode 100644 index 00000000000..c9079d15269 --- /dev/null +++ b/Master/texmf-dist/doc/latex/curve/cv.pdf diff --git a/Master/texmf-dist/doc/latex/curve/cv.tex b/Master/texmf-dist/doc/latex/curve/cv.tex index 33410079b60..afe0391328a 100644 --- a/Master/texmf-dist/doc/latex/curve/cv.tex +++ b/Master/texmf-dist/doc/latex/curve/cv.tex @@ -2,8 +2,6 @@ %% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Didier Verna. -%% PRCS: $Id: cv.tex 1.7 Tue, 01 Mar 2005 11:18:45 +0100 didier $ - %% Author: Didier Verna <didier@lrde.epita.fr> %% Maintainer: Didier Verna <didier@lrde.epita.fr> %% Created: Thu Dec 10 16:04:01 2000 diff --git a/Master/texmf-dist/doc/latex/curve/rubric.tex b/Master/texmf-dist/doc/latex/curve/rubric.tex index 337f272d709..ce9cb3fee52 100644 --- a/Master/texmf-dist/doc/latex/curve/rubric.tex +++ b/Master/texmf-dist/doc/latex/curve/rubric.tex @@ -2,8 +2,6 @@ %% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Didier Verna. -%% PRCS: $Id: rubric.tex 1.7 Tue, 01 Mar 2005 11:18:45 +0100 didier $ - %% Author: Didier Verna <didier@lrde.epita.fr> %% Maintainer: Didier Verna <didier@lrde.epita.fr> %% Created: Thu Dec 10 16:04:01 2000 |