diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/chscite/chscite.bst | 83 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chscite/README | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chscite/chscite.pdf | bin | 185768 -> 194301 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/chscite/chscite.dtx | 126 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/chscite/chscite.ins | 46 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/chscite/chscite.sty | 41 |
6 files changed, 255 insertions, 65 deletions
diff --git a/Master/texmf-dist/bibtex/bst/chscite/chscite.bst b/Master/texmf-dist/bibtex/bst/chscite/chscite.bst index 407ae430262..9a8f33996fd 100644 --- a/Master/texmf-dist/bibtex/bst/chscite/chscite.bst +++ b/Master/texmf-dist/bibtex/bst/chscite/chscite.bst @@ -8,18 +8,41 @@ %% %% This is a generated file. %% -%% Copyright (C) 2011 by Simon Sigurdhsson <ssimon@student.chalmers.se> +%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> %% -%% This file may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of this license -%% or (at your option) any later version. The latest version of this -%% license is in: +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. %% -%% http://www.latex-project.org/lppl.txt +%% This work has the LPPL maintenance status `maintained'. %% -%% and version 1.2 or later is part of all distributions of LaTeX version -%% 1999/12/01 or later. +%% The Current Maintainer of this work is Simon Sigurdhsson. %% +%% 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> +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% 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 consists of the files chscite.dtx and chscite.ins +%% and the derived filebase chscite.sty. +%% ENTRY { address @@ -151,7 +174,10 @@ FUNCTION {fin.entry} { add.period$ write$ - write.url + type$ "misc" = + 'skip$ + 'write.url + if$ newline$ } @@ -748,11 +774,48 @@ write$ } FUNCTION {misc} -{ cite$ ": @misc cite style not implemented!" * warning$ } +{ output.bibitem + make.list.label "(" tie.or.space.connect list.year * ")" * + author "author" item.check + title missing$ + 'skip$ + { title tie.or.space.connect add.period$ } + if$ + howpublished missing$ + 'skip$ + { howpublished emphasize tie.or.space.connect add.period$ } + if$ + URL missing$ + 'skip$ + { " \chsurl{" URL "}" * * tie.or.space.connect add.period$ } + if$ + note missing$ + 'skip$ + { "(" note ")" * * tie.or.space.connect add.period$ } + if$ + write$ + fin.entry +} FUNCTION {techreport} { cite$ ": @techreport cite style not implemented!" * warning$ } +FUNCTION {patent} +{ output.bibitem + make.list.label "(" tie.or.space.connect list.year * ")" * + author "author" item.check + title missing$ + 'skip$ + { title emphasize tie.or.space.connect add.period$ } + if$ + number missing$ + 'skip$ + { number tie.or.space.connect add.period$ } + if$ + write$ + fin.entry +} + FUNCTION {default.type} { misc } MACRO {jan} {"\chsWjanuary{}"} diff --git a/Master/texmf-dist/doc/latex/chscite/README b/Master/texmf-dist/doc/latex/chscite/README index 2e508893970..a4b90ddf499 100644 --- a/Master/texmf-dist/doc/latex/chscite/README +++ b/Master/texmf-dist/doc/latex/chscite/README @@ -1,17 +1,23 @@ %% chscite bibliographic style -%% Copyright (C) 2011 by Simon Sigurdhsson <ssimon@student.chalmers.se> %% -%% This file may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of this license -%% or (at your option) any later version. The latest version of this -%% license is in: +%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> %% -%% http://www.latex-project.org/lppl.txt +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. %% -%% and version 1.2 or later is part of all distributions of LaTeX version -%% 1999/12/01 or later. +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Simon Sigurdhsson. +%% +%% This work consists of the files chscite.dtx and chscite.ins +%% and the derived filebase chscite.sty. -This is version 2.99 of the chscite bibliographic style, based on the +This is version 2.999 of the chscite bibliographic style, based on the harvard family of bibliographic styles. It includes the same fixes by Berwin A. Turlach (berwin@alphasun.anu.edu.au) as the harvard package. diff --git a/Master/texmf-dist/doc/latex/chscite/chscite.pdf b/Master/texmf-dist/doc/latex/chscite/chscite.pdf Binary files differindex 5de744106b5..28a2836d942 100644 --- a/Master/texmf-dist/doc/latex/chscite/chscite.pdf +++ b/Master/texmf-dist/doc/latex/chscite/chscite.pdf diff --git a/Master/texmf-dist/source/latex/chscite/chscite.dtx b/Master/texmf-dist/source/latex/chscite/chscite.dtx index 8146c4893a1..02c4e9db8fc 100644 --- a/Master/texmf-dist/source/latex/chscite/chscite.dtx +++ b/Master/texmf-dist/source/latex/chscite/chscite.dtx @@ -1,18 +1,22 @@ % \iffalse meta-comment -% -% Copyright (C) 201 by Simon Sigurdhsson <ssimon@student.chalmers.se> -% ------------------------------------------------------- -% -% This file may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.2 -% of this license or (at your option) any later version. -% The latest version of this license is in: -% -% http://www.latex-project.org/lppl.txt -% -% and version 1.2 or later is part of all distributions of LaTeX -% version 1999/12/01 or later. -% +%% +%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% 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 consists of the files chscite.dtx and chscite.ins +%% and the derived filebase chscite.sty. +%% % \fi % % \iffalse @@ -22,12 +26,12 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{chscite} %<*package> - [2011/09/20 v2.99 Chalmers bibliography style] + [2012/05/13 v2.999 Chalmers bibliography style] %</package> % %<*driver> \documentclass{ltxdoc} -\usepackage{chscite}[2011/09/20] +\usepackage{chscite}[2012/05/13] \AtBeginDocument{% \OnlyDescription% % \CodelineIndex% @@ -36,7 +40,7 @@ } \AtEndDocument{% \PrintChanges% -% \PrintIndex% + \PrintIndex% } \begin{document} \DocInput{chscite.dtx} @@ -81,6 +85,7 @@ % \author{Simon Sigurdhsson \\ \texttt{ssimon@student.chalmers.se}} % % \maketitle +% \tableofcontents % % \section{Introduction} % @@ -140,6 +145,48 @@ % The \cs{citeyear}\marg{reference} command simply prints the year % of the given reference. % +% \subsection{Using \texttt{@misc} for web sources} +% In this package, the \texttt{@misc} \textsc{Bib}\TeX{} style has been crafted +% to typeset web sources correctly as per Chalmers recommendations. Proper use, +% apart from usual \textsc{Bib}\TeX{} syntax, includes using the \texttt{note} +% field to specify retreival date and the \texttt{howpublished} field for web +% page title: +% \iffalse +%<*example> +% \fi +\begin{verbatim} +@misc{google, + author = {Johnson, S.}, + year = 2007, + title = {Exploiting the mobile channel}, + howpublished = {m.Net Corporation}, + url = {http://www.mnetcorporation.com/article-exploiting-the-mobile-channel}, + note = {2008-04-18} +} +\end{verbatim} +% \iffalse +%</example> +% \fi +% +% \subsection{Using the \texttt{@patent} entry type} +% The \texttt{@patent} included in this package is a custom alternative to +% \texttt{@techreport} especially made for referencing patents. Required fields +% are \texttt{author}, \texttt{year}, \texttt{title} and \texttt{number} (the +% patent number). There are no optional fields: +% \iffalse +%<*example> +% \fi +\begin{verbatim} +@patent{volvo, + author = {{Volvo Lastvagnar}}, + year = 2006, + title = {Information based controlling of chassis height of a vehicle}, + number = {SE0403224} +} +\end{verbatim} +% \iffalse +%</example> +% \fi % % \section{Known issues} % The |chscite.bst| \textsc{Bib}\TeX{} style does not support cross references @@ -667,6 +714,7 @@ % \changes{v1.0b}{2011/06/06}{Fixed bug concerning editors in \texttt{.bst} file} % \changes{v2.0c}{2011/06/22}{Cleaned up \texttt{.bst} file} % \changes{v2.0d}{2011/06/23}{Improved handling of editions} +% \changes{v2.999}{2012/05/13}{Added \texttt{@patent} and \texttt{@misc} entries} % % \iffalse %<*bibstyle> @@ -804,7 +852,10 @@ FUNCTION {fin.entry} { add.period$ write$ - write.url + type$ "misc" = + 'skip$ + 'write.url + if$ newline$ } @@ -1401,11 +1452,48 @@ FUNCTION {unpublished} } FUNCTION {misc} -{ cite$ ": @misc cite style not implemented!" * warning$ } +{ output.bibitem + make.list.label "(" tie.or.space.connect list.year * ")" * + author "author" item.check + title missing$ + 'skip$ + { title tie.or.space.connect add.period$ } + if$ + howpublished missing$ + 'skip$ + { howpublished emphasize tie.or.space.connect add.period$ } + if$ + URL missing$ + 'skip$ + { " \chsurl{" URL "}" * * tie.or.space.connect add.period$ } + if$ + note missing$ + 'skip$ + { "(" note ")" * * tie.or.space.connect add.period$ } + if$ + write$ + fin.entry +} FUNCTION {techreport} { cite$ ": @techreport cite style not implemented!" * warning$ } +FUNCTION {patent} +{ output.bibitem + make.list.label "(" tie.or.space.connect list.year * ")" * + author "author" item.check + title missing$ + 'skip$ + { title emphasize tie.or.space.connect add.period$ } + if$ + number missing$ + 'skip$ + { number tie.or.space.connect add.period$ } + if$ + write$ + fin.entry +} + FUNCTION {default.type} { misc } MACRO {jan} {"\chsWjanuary{}"} diff --git a/Master/texmf-dist/source/latex/chscite/chscite.ins b/Master/texmf-dist/source/latex/chscite/chscite.ins index 42a81190237..37174539431 100644 --- a/Master/texmf-dist/source/latex/chscite/chscite.ins +++ b/Master/texmf-dist/source/latex/chscite/chscite.ins @@ -1,16 +1,21 @@ %% -%% Copyright (C) 2011 by Simon Sigurdhsson <ssimon@student.chalmers.se> -%% -%% This file may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of this license -%% or (at your option) any later version. The latest version of this -%% license is in: +%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> %% -%% http://www.latex-project.org/lppl.txt +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% 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 consists of the files chscite.dtx and chscite.ins +%% and the derived filebase chscite.sty. %% -%% and version 1.2 or later is part of all distributions of LaTeX version -%% 1999/12/01 or later. -%% \input docstrip.tex \keepsilent @@ -21,17 +26,22 @@ This is a generated file. -Copyright (C) 2011 by Simon Sigurdhsson <ssimon@student.chalmers.se> +Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. -This file may be distributed and/or modified under the conditions of -the LaTeX Project Public License, either version 1.2 of this license -or (at your option) any later version. The latest version of this -license is in: +This work has the LPPL maintenance status `maintained'. - http://www.latex-project.org/lppl.txt +The Current Maintainer of this work is Simon Sigurdhsson. -and version 1.2 or later is part of all distributions of LaTeX version -1999/12/01 or later. +This work consists of the files chscite.dtx and chscite.ins +and the derived filebase chscite.sty. \endpreamble diff --git a/Master/texmf-dist/tex/latex/chscite/chscite.sty b/Master/texmf-dist/tex/latex/chscite/chscite.sty index c838cdbe323..4dde3fd03b4 100644 --- a/Master/texmf-dist/tex/latex/chscite/chscite.sty +++ b/Master/texmf-dist/tex/latex/chscite/chscite.sty @@ -8,21 +8,44 @@ %% %% This is a generated file. %% -%% Copyright (C) 2011 by Simon Sigurdhsson <ssimon@student.chalmers.se> +%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> %% -%% This file may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of this license -%% or (at your option) any later version. The latest version of this -%% license is in: +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. %% -%% http://www.latex-project.org/lppl.txt +%% This work has the LPPL maintenance status `maintained'. %% -%% and version 1.2 or later is part of all distributions of LaTeX version -%% 1999/12/01 or later. +%% The Current Maintainer of this work is Simon Sigurdhsson. %% +%% 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> +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% 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 consists of the files chscite.dtx and chscite.ins +%% and the derived filebase chscite.sty. +%% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{chscite} - [2011/09/20 v2.99 Chalmers bibliography style] + [2012/05/13 v2.999 Chalmers bibliography style] \RequirePackage{ifthen} \@ifundefined{url}{\RequirePackage{url}}{} \newcommand{\chsurl}[1]{\url{#1}} |