summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-spbasic/Changes2
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.pdfbin74487 -> 74529 bytes
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.tex16
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.bbx6
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.cbx3
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.lbx2
6 files changed, 16 insertions, 13 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/Changes b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/Changes
index a9bc471a51..37f86494ed 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/Changes
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/Changes
@@ -1,5 +1,7 @@
--- biblatex-spbasic.bbx|cbx|lbx
+0.04 2021/12/29 - prevent warning for uniquenme=full, set uniquename=init
+ in the cbx file
0.03 2021/12/22 - \newbibmacro -> \renewbibmacro
0.02 2021/12/15 - fix for hyperref option
- added lbx file
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.pdf b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.pdf
index dccaadfe36..fb5db4a1be 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.pdf
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.pdf
Binary files differ
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.tex b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.tex
index 5a3ec7d09d..72188628f2 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.tex
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/doc/biblatex-spbasic.tex
@@ -1,7 +1,7 @@
% biblatex-spbasic documentation 2021/07/11
%
% Copyright (c) 2021 Herbert Voß hvoss@tug.org
-%% $Id: biblatex-spbasic.tex 356 2021-12-22 16:39:10Z herbert $
+%% $Id: biblatex-spbasic.tex 379 2021-12-29 13:38:14Z herbert $
\documentclass[toc=graduated,parskip=half-,DIV=13,fontsize=11pt,paper=a4]{scrartcl}
@@ -33,17 +33,17 @@
\begin{document}
\title{biblatex-spbasic}
-\subtitle{Ver. 0.03}
+\subtitle{Ver. 0.04}
\author{Herbert Voß}
\maketitle
\vfill
-Thanks to: Moritz Wemheuer;
+Thanks to: Wolfgang Engelmann; Moritz Wemheuer;
\newpage
\section{Introduction}
-This documentation briefly explains the adaptations of the \texttt{biblatex-spbasic}
+This documentation briefly explains the adaptation of the \texttt{biblatex-spbasic}
bibliography style and how it can be used. Some of the functions of \texttt{biblatex}
that are based on are also indirectly explained. If you have any questions about the
functions of \texttt{biblatex}, you should always consult the very good and detailed
@@ -57,7 +57,7 @@ For a quick start, the requirements for using \texttt{biblatex-spbasic} are brie
If you do have an official installation of \MiKTeX\ or \TeXLive, then everything would be there anyway, otherwise
use the package manager and install \texttt{biblatex-spbasic}. If you do not have such an official distribution
-installed, then copy the two files
+installed, then copy the three files
\begin{verbatim}
biblatex-spbasic.bbx
@@ -69,7 +69,7 @@ into your local \TeX\ directory and update the so-called file name database by r
\section{Using the style}
-\texttt{biblatex-spbasic} is based on the packages from biblatex and especially the style \texttt{authoryear}.
+\texttt{biblatex-spbasic} is based on the packages from \texttt{biblatex} and especially the style \texttt{authoryear}.
The reason for this is that \texttt{biblatex} provides all functions that make it possible to develop individual
styles. However, the way in which »Springer Verlag« cites is so special compared to what is otherwise usual
that additional functions are required to map them completely. These can be found in \texttt{authoryear.bbx}.
@@ -78,7 +78,7 @@ effort involved seemed too great to me. In addition, the well-maintained \texttt
that the functions provided by it are reliably retained and compatible despite the very rapid development of \texttt{biblatex}.
It is obvious that using \texttt{biblatex-spbasic} needs the \texttt{biblatex} package, too.
-\texttt{biblatex-spbasic}is loaded by
+\texttt{biblatex-spbasic} is loaded by
\begin{verbatim}
\usepackage[style=biblatex-spbasic,pubstate=<true|false>]{biblatex}
@@ -86,7 +86,7 @@ It is obvious that using \texttt{biblatex-spbasic} needs the \texttt{biblatex} p
It is possible to load additional optional arguments which refer to \texttt{biblatex}, the package
\texttt{biblatex-spbasic} itself has only the option \texttt{pubstate}, which is set by default to false. There
-is no need to set it, if you want this presettings. For printing the publication state use \texttt{pubstate=true}.
+is no need to set it, if you want this presetting. For printing the publication state use \texttt{pubstate=true}.
\section{Example}
This is some senseless\footfullcite{Young2018} text but with a citation (\verb|\parencite|).~\parencite[See][pp.~16]{Daan1984}
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.bbx b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.bbx
index b586a8b5e1..70a2617d82 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.bbx
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.bbx
@@ -1,4 +1,4 @@
-%% $Id: biblatex-spbasic.bbx 356 2021-12-22 16:39:10Z herbert $
+%% $Id: biblatex-spbasic.bbx 379 2021-12-29 13:38:14Z herbert $
%
% biblatex-spbasic.bbx, Herbert Voß
% Herbert Voß -- 2021 <hvoss@tug.org>
@@ -8,10 +8,11 @@
%% See https://latex-project.org/lppl/ for the details of that license.
%%
%
-\ProvidesFile{biblatex-spbasic.bbx}[2021/12/22 v0.03 biblatex bibliography style]
+\ProvidesFile{biblatex-spbasic.bbx}[2021/12/29 v0.04 biblatex bibliography style]
% Release Notes can be found in the README
\RequireBibliographyStyle{authoryear}
+\ExecuteBibliographyOptions{maxnames=3,minnames=1,terseinits,giveninits}
\DeclareLanguageMapping{english}{biblatex-spbasic}
@@ -20,7 +21,6 @@
\DeclareBibliographyOption[boolean]{pubstate}[true]{\setbool{bbx:pubstate}{#1}}
-\ExecuteBibliographyOptions{maxnames=3,minnames=1,terseinits,giveninits}
\DeclareDelimFormat[bib,biblist]{nametitledelim}{\space}
%\DeclareDelimFormat{nametitledelim}{\addcomma\space}% origin
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.cbx b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.cbx
index b0c3284b33..e45dbbb21e 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.cbx
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.cbx
@@ -5,10 +5,11 @@
%% This material is subject to the LaTeX Project Public License.
%% See https://latex-project.org/lppl/ for the details of that license.
%%
-\ProvidesFile{biblatex-spbasic.cbx}[2021/12/22 v0.03 biblatex bibliography style]
+\ProvidesFile{biblatex-spbasic.cbx}[2021/12/29 v0.04 biblatex bibliography style]
% Release Notes can be found in the README
\RequireCitationStyle{authoryear}
+\ExecuteBibliographyOptions{uniquename=init}
\renewbibmacro*{textcite}{%
\ifnameundef{labelname}
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.lbx b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.lbx
index a9d10cef65..4f5b85f376 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.lbx
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-spbasic/latex/biblatex-spbasic.lbx
@@ -5,7 +5,7 @@
%% This material is subject to the LaTeX Project Public License.
%% See https://latex-project.org/lppl/ for the details of that license.
%%
-\ProvidesFile{biblatex-spbasic.lbx}[2021/12/22 v0.03 biblatex bibliography style]
+\ProvidesFile{biblatex-spbasic.lbx}[2021/12/29 v0.04 biblatex bibliography style]
% Release Notes can be found in the README
\InheritBibliographyExtras{english}