diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-02 22:34:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-02 22:34:24 +0000 |
commit | 5a913d0978ea6ee333f27002c1aeda378c561859 (patch) | |
tree | 1a596a6e93d80134b347682ceb1f3d694d09fec8 /Master/texmf-dist/tex/latex/upmethodology | |
parent | b2d34d6482b1d11c1f493baab7ca6cd7a33b27d7 (diff) |
upmethodology (2apr13)
git-svn-id: svn://tug.org/texlive/trunk@29615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/upmethodology')
-rw-r--r-- | Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty index 61b9080242e..df21ed93386 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty @@ -1,6 +1,6 @@ % Layout and Pagraph Format for Unified Process Methodology % -% Copyright (c) 2006-2009, 2012 Stephane GALLAND <galland@arakhne.org> +% Copyright (c) 2006-2009, 2012-2013 Stephane GALLAND <galland@arakhne.org> % % This program is free library; you can redistribute it and/or modify % it under the terms of the GNU Lesser General Public License as @@ -19,6 +19,7 @@ % % Creation date: 2006-04-06 % Modifications (lastest first): +% 2013-04-01 Do not put the default bibliography style if it was already provided. % 2012-09-21 Move \copyright into upmethodology-fmt.sty % 2012-09-17 Bug fix: \makename and \upmmakename have invalid first name size % when the macro is used inside a font-size change context. @@ -48,7 +49,7 @@ % Bug fix: centering table's headers. % -\global\edef\upm@package@fmt@ver{2012/09/21} +\global\edef\upm@package@fmt@ver{2013/04/01} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver] @@ -603,15 +604,6 @@ \gdef\@bibitem#1{\item\upm@bibsize\if@filesw% \immediate\write\@auxout{\string\bibcite{#1}{\the\value{\@listctr}}}\fi\ignorespaces} -%----- -\let\upm@bibliographystyle\bibliographystyle -\let\upm@bibliography\bibliography -\gdef\upm@bibstyle{abbr} -\renewcommand{\bibliographystyle}[1]{\gdef\upm@bibstyle{#1}} -\renewcommand{\bibliography}[1]{% - \upm@bibliographystyle{\upm@bibstyle}% - \upm@bibliography{#1}% -} %---------------------------------------- % TABLE OF CONTENT |