diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-16 23:39:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-16 23:39:56 +0000 |
commit | 3571c112dbb45b95caa7b864682e7b280cca5fdd (patch) | |
tree | eddb473d70a1c6a0ac91455e4d96d391dd3dfccc /Master/texmf-dist/tex/latex | |
parent | 314725ed48c32b643f1e2303398f04171d8c0fbd (diff) |
chscite (16dec12)
git-svn-id: svn://tug.org/texlive/trunk@28552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/chscite/chscite.sty | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/chscite/chscite.sty b/Master/texmf-dist/tex/latex/chscite/chscite.sty index 4dde3fd03b4..04b4c4fc8fe 100644 --- a/Master/texmf-dist/tex/latex/chscite/chscite.sty +++ b/Master/texmf-dist/tex/latex/chscite/chscite.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> +%% Copyright (C) 2012 by Simon Sigurdhsson <sigurdhsson@gmail.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -18,15 +18,13 @@ %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% -%% This work has the LPPL maintenance status `maintained'. -%% -%% The Current Maintainer of this work is Simon Sigurdhsson. +%% This work has the LPPL maintenance status `unmaintained'. %% %% This work consists of the files chscite.dtx and chscite.ins %% and the derived filebase chscite.sty. %% %% -%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> +%% Copyright (C) 2012 by Simon Sigurdhsson <sigurdhsson@gmail.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -36,16 +34,14 @@ %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% -%% This work has the LPPL maintenance status `maintained'. -%% -%% The Current Maintainer of this work is Simon Sigurdhsson. +%% This work has the LPPL maintenance status `unmaintained'. %% %% This work consists of the files chscite.dtx and chscite.ins %% and the derived filebase chscite.sty. %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{chscite} - [2012/05/13 v2.999 Chalmers bibliography style] + [2012/12/16 v2.9999 Chalmers bibliography style] \RequirePackage{ifthen} \@ifundefined{url}{\RequirePackage{url}}{} \newcommand{\chsurl}[1]{\url{#1}} @@ -214,6 +210,7 @@ \newcommand{\chsWth}{}% \newcommand{\chsWeditor}{}% \newcommand{\chsWelectronic}{}% +\newcommand{\chsWtechreport}{}% \DeclareOption{swedish}{% \renewcommand{\chsWand}{och}% \renewcommand{\chsWjanuary}{januari}% @@ -244,6 +241,7 @@ \renewcommand{\chsWth}{:e}% \renewcommand{\chsWeditor}{red.}% \renewcommand{\chsWelectronic}{Elektronisk}% +\renewcommand{\chsWtechreport}{Teknisk rapport}% } \DeclareOption{english}{% \renewcommand{\chsWand}{and}% @@ -275,6 +273,7 @@ \renewcommand{\chsWth}{th}% \renewcommand{\chsWeditor}{ed.}% \renewcommand{\chsWelectronic}{Electronic}% +\renewcommand{\chsWtechreport}{Technical report}% } \ExecuteOptions{english} \ProcessOptions* |