summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-08-27 21:24:40 +0000
committerKarl Berry <karl@freefriends.org>2020-08-27 21:24:40 +0000
commit414a5b1ad1e72d4644899c62a37539bf1cdfc0aa (patch)
treee9cae5480fdec6eb7f776f3388b3f7dfe0a6687a /Master
parente38940afa646374fa69e9e84d89652ea4a58ebff (diff)
beilstein (27aug20)
git-svn-id: svn://tug.org/texlive/trunk@56193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/bibtex/bst/beilstein/bjnano.bst6
-rw-r--r--Master/texmf-dist/doc/latex/beilstein/BJNANO_Technical_Handbook.pdfbin653389 -> 653350 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beilstein/CHANGELOG.md8
-rw-r--r--Master/texmf-dist/doc/latex/beilstein/README.md8
-rw-r--r--Master/texmf-dist/source/latex/beilstein/beilstein.dtx14
-rw-r--r--Master/texmf-dist/source/latex/beilstein/beilstein.ins2
-rw-r--r--Master/texmf-dist/tex/latex/beilstein/beilstein.cls4
7 files changed, 23 insertions, 19 deletions
diff --git a/Master/texmf-dist/bibtex/bst/beilstein/bjnano.bst b/Master/texmf-dist/bibtex/bst/beilstein/bjnano.bst
index 1719b34d328..76cfb878629 100644
--- a/Master/texmf-dist/bibtex/bst/beilstein/bjnano.bst
+++ b/Master/texmf-dist/bibtex/bst/beilstein/bjnano.bst
@@ -9,7 +9,7 @@
%% beilstein -- Support for submissions to the ``Beilstein Journal
%% of Nanotechnology'' published by the Beilstein-Institut
%% zur Foerderung der Chemischen Wissenschaften
-%% Version: 2.0
+%% Version: 2.1
%% E-mail: journals-support@beilstein-institut.de
%% License: Released under the LaTeX Project Public License v1.3c or later
%% See http://www.latex-project.org/lppl.txt
@@ -1118,7 +1118,7 @@ FUNCTION {inproceedings}
}
if$
booktitle format.proc.title.in "booktitle" output.check
- add.semicolon write$
+ new.block
format.pub.address "publisher" output.check
format.bdate "year" output.check
pages empty$
@@ -1220,7 +1220,7 @@ FUNCTION {software}
{ version output }
if$
after.block 'output.state :=
-format.pub.address "publisher" output.check
+ format.pub.address "publisher" output.check
format.bdate "year" output.check
format.doi output
fin.entry
diff --git a/Master/texmf-dist/doc/latex/beilstein/BJNANO_Technical_Handbook.pdf b/Master/texmf-dist/doc/latex/beilstein/BJNANO_Technical_Handbook.pdf
index 5570eb60fcd..1bd5f7f58d2 100644
--- a/Master/texmf-dist/doc/latex/beilstein/BJNANO_Technical_Handbook.pdf
+++ b/Master/texmf-dist/doc/latex/beilstein/BJNANO_Technical_Handbook.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beilstein/CHANGELOG.md b/Master/texmf-dist/doc/latex/beilstein/CHANGELOG.md
index 89658a9733b..6cc646a4d58 100644
--- a/Master/texmf-dist/doc/latex/beilstein/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/beilstein/CHANGELOG.md
@@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## 2.1 - 2020-08-26
+
+### Fixed
+- Bug in `bjnano.bst` (reported via [Stackexchange](https://tex.stackexchange.com/questions/559838/bjnano-bst-causes-you-cant-pop-an-empty-literal-stack-for-entry-xxx-error-for))
+
## 2.0 - 2020-02-22
### Added
- Support for field `doi` in `@WWW`
-
+
### Changed
- New font scheme: `newtxtext`, `newtxtt` and `newtxmath`
- `utf8` is now the standard encoding for `inputenc`
@@ -62,4 +67,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 1.0 - 2010-05-11
First official release at BJNANO public website
-
diff --git a/Master/texmf-dist/doc/latex/beilstein/README.md b/Master/texmf-dist/doc/latex/beilstein/README.md
index c6dfda734b4..fd6a767d5d1 100644
--- a/Master/texmf-dist/doc/latex/beilstein/README.md
+++ b/Master/texmf-dist/doc/latex/beilstein/README.md
@@ -3,7 +3,7 @@
beilstein -- Support for submissions to the ``Beilstein Journal
of Nanotechnology'' published by the Beilstein-Institut
zur Foerderung der Chemischen Wissenschaften
- Version: 2.0
+ Version: 2.1
E-mail: journals-support@beilstein-institut.de
License: Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
@@ -15,11 +15,11 @@ files can be used for any kind of document, they have only been
designed and tested to be suitable for submission to the [Beilstein Journal of Nanotechnology].
-Stable versions are uploaded to CTAN (https://www.ctan.org/pkg/beilstein). From there they usually
+Stable versions are uploaded to CTAN (https://www.ctan.org/pkg/beilstein). From there they usually
make their way into TeX Live and MiKTeX rather quickly.
In addition you will find the most recent version at https://www.beilstein-journals.org/bjnano/templates.
-The most recent documentation is available at BJNANO_Technical_Handbook.pdf within the doc directory.
-`texdoc beilstein` should give you this file. It includes a short description how to use the template and
+The most recent documentation is available at BJNANO_Technical_Handbook.pdf within the doc directory.
+`texdoc beilstein` should give you this file. It includes a short description how to use the template and
also provides trouble shooting hints.
Please see [CHANGELOG.md](CHANGELOG.md) for a version history
diff --git a/Master/texmf-dist/source/latex/beilstein/beilstein.dtx b/Master/texmf-dist/source/latex/beilstein/beilstein.dtx
index 85b27a387a0..b1f3f2bcd39 100644
--- a/Master/texmf-dist/source/latex/beilstein/beilstein.dtx
+++ b/Master/texmf-dist/source/latex/beilstein/beilstein.dtx
@@ -19,7 +19,7 @@
beilstein -- Support for submissions to the ``Beilstein Journal
of Nanotechnology'' published by the Beilstein-Institut
zur Foerderung der Chemischen Wissenschaften
-Version: 2.0
+Version: 2.1
E-mail: journals-support@beilstein-institut.de
License: Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
@@ -90,7 +90,7 @@ This work consists of the files beilstein.dtx,
%</internal>
%<*driver>
\ProvidesFile{beilstein.dtx}%
-[2020/02/22 v2.0 Bundle for submissions to the\MessageBreak ``Beilstein Journal
+[2020/08/26 v2.1 Bundle for submissions to the\MessageBreak ``Beilstein Journal
of Nanotechnology'' (BJNANO)]
\documentclass[a4paper]{ltxdoc}
\usepackage[american]{babel}
@@ -102,7 +102,7 @@ This work consists of the files beilstein.dtx,
\usepackage{array,booktabs,tabularx,longtable}
\usepackage{fancyhdr}
\pagestyle{fancy}
-\lfoot{\footnotesize BJNANO Technical Handbook (Version 2.0)}
+\lfoot{\footnotesize BJNANO Technical Handbook (Version 2.1)}
\cfoot{}
\rfoot{\thepage}
\rhead{\small\rightmark}
@@ -182,6 +182,7 @@ This work consists of the files beilstein.dtx,
% \changes{v2.0}{2020/02/05}{CODEN strings were removed from the BiBTeX style
% file}
% \changes{v2.0}{2020/02/11}{Add support for doi in @www}
+% \changes{v2.1}{2020/08/26}{Bugfix for bjnano.bst}
% \GetFileInfo{\jobname.dtx}
% \DoNotIndex{\newcommand,\newenvironment}
% \DoNotIndex{\def,\edef,\gdef,\xdef,\global,\long,\let}
@@ -1297,7 +1298,7 @@ This work consists of the files beilstein.dtx,
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{beilstein}
-[2020/02/22 v2.0 Template for submissions to the ``Beilstein Journal %
+[2020/08/26 v2.1 Template for submissions to the ``Beilstein Journal %
of Nanotechnology'' (BJNANO)]
% \end{macrocode}
% For class options key-value pairs are used. They are provided by the
@@ -2624,7 +2625,6 @@ FUNCTION {new.sentence}
if$
}
-
FUNCTION {fin.entry}
{ add.period$
write$
@@ -3593,7 +3593,7 @@ FUNCTION {inproceedings}
}
if$
booktitle format.proc.title.in "booktitle" output.check
- add.semicolon write$
+ new.block
format.pub.address "publisher" output.check
format.bdate "year" output.check
pages empty$
@@ -3695,7 +3695,7 @@ FUNCTION {software}
{ version output }
if$
after.block 'output.state :=
- format.pub.address "publisher" output.check
+ format.pub.address "publisher" output.check
format.bdate "year" output.check
format.doi output
fin.entry
diff --git a/Master/texmf-dist/source/latex/beilstein/beilstein.ins b/Master/texmf-dist/source/latex/beilstein/beilstein.ins
index 759a495c840..fcc34b6831f 100644
--- a/Master/texmf-dist/source/latex/beilstein/beilstein.ins
+++ b/Master/texmf-dist/source/latex/beilstein/beilstein.ins
@@ -6,7 +6,7 @@
beilstein -- Support for submissions to the ``Beilstein Journal
of Nanotechnology'' published by the Beilstein-Institut
zur Foerderung der Chemischen Wissenschaften
-Version: 2.0
+Version: 2.1
E-mail: journals-support@beilstein-institut.de
License: Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
diff --git a/Master/texmf-dist/tex/latex/beilstein/beilstein.cls b/Master/texmf-dist/tex/latex/beilstein/beilstein.cls
index 6ab32ef8edb..efb5af223de 100644
--- a/Master/texmf-dist/tex/latex/beilstein/beilstein.cls
+++ b/Master/texmf-dist/tex/latex/beilstein/beilstein.cls
@@ -9,7 +9,7 @@
%% beilstein -- Support for submissions to the ``Beilstein Journal
%% of Nanotechnology'' published by the Beilstein-Institut
%% zur Foerderung der Chemischen Wissenschaften
-%% Version: 2.0
+%% Version: 2.1
%% E-mail: journals-support@beilstein-institut.de
%% License: Released under the LaTeX Project Public License v1.3c or later
%% See http://www.latex-project.org/lppl.txt
@@ -17,7 +17,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{beilstein}
-[2020/02/22 v2.0 Template for submissions to the ``Beilstein Journal %
+[2020/08/26 v2.1 Template for submissions to the ``Beilstein Journal %
of Nanotechnology'' (BJNANO)]
\RequirePackage{xkeyval}
\RequirePackage{ifthen}