diff options
author | Karl Berry <karl@freefriends.org> | 2022-11-01 19:51:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-11-01 19:51:20 +0000 |
commit | e05e175799230c3e1ed103bdb81196705716e8fc (patch) | |
tree | 0e4dabcdfab268f74db232d2401e2f64e0067ebe /Master/texmf-dist/source | |
parent | bb0b72659a9f57a4d360f919a7b00ade0d533030 (diff) |
hep-bibliography (1nov22)
git-svn-id: svn://tug.org/texlive/trunk@64888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/hep-bibliography/hep-bibliography-implementation.dtx | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/hep-bibliography/hep-bibliography-implementation.dtx b/Master/texmf-dist/source/latex/hep-bibliography/hep-bibliography-implementation.dtx index 1288b491462..96a94f48ca0 100644 --- a/Master/texmf-dist/source/latex/hep-bibliography/hep-bibliography-implementation.dtx +++ b/Master/texmf-dist/source/latex/hep-bibliography/hep-bibliography-implementation.dtx @@ -18,9 +18,9 @@ % \iffalse %<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01] -%<package>\ProvidesPackage{hep-bibliography}[2021/09/01 v1.0 HEP-Bibliography] -%<datamodel>\ProvidesFile{hep-bibliography.dbx}[2021/08/01 v1.8 HEP-Bibliography biblatex data model] -%<documentation>\ProvidesFile{hep-bibliography-documentation.tex}[2021/08/01 v1.8 HEP-Bibliography documentation] +%<package>\ProvidesPackage{hep-bibliography}[2022/11/01 v1.1 HEP-Bibliography] +%<datamodel>\ProvidesFile{hep-bibliography.dbx}[2022/11/01 v1.1 HEP-Bibliography biblatex data model] +%<documentation>\ProvidesFile{hep-bibliography-documentation.tex}[2022/11/01 v1.1 HEP-Bibliography documentation] % %<*documentation> @@ -55,7 +55,7 @@ % % \fi % -% \CheckSum{315} +% \CheckSum{0} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -74,6 +74,7 @@ % Right brace \} Tilde \~} % % \changes{v1.0}{2021/09/01}{Initial version of the style file.} +% \changes{v1.1}{2022/11/01}{Bug fixes.} % % \ifshort %<*documentation> @@ -83,7 +84,7 @@ \title{The \software{hep-bibliography} package\thanks{This document corresponds to \software{hep-bibliography}~\fileversion.}} \subtitle{Bibliographies for high energy physics} -\author{Jan Hajer \email{jan.hajer@unibas.ch}} +\author{Jan Hajer \email{jan.hajer@tecnico.ulisboa.pt}} \date{\filedate} % \ifshort @@ -198,7 +199,8 @@ Errata can be included using the "related" feature. % \begin{macro}{\bibliography} % Load the \software{biblatex} package \cite{biblatex} with the datamodel defined in \cref{sec:data model}. % \begin{macrocode} -\RequirePackage[style=\hepbib@style, datamodel=hep-bibliography]{biblatex} +\PassOptionsToPackage{style=\hepbib@style, datamodel=hep-bibliography}{biblatex} +\RequirePackage{biblatex} % \end{macrocode} % \end{macro} % @@ -533,7 +535,7 @@ Errata can be included using the "related" feature. % Add SourceForge as a eprint option % \begin{macrocode} \new@eprint{SourceForge}{https://sourceforge.net/projects} -\DeclareFieldAlias{eprint:launchpad}{eprint:SourceForge} +\DeclareFieldAlias{eprint:sourceforge}{eprint:SourceForge} % \end{macrocode} % \end{macro} % |