texlive[61439] Master/texmf-dist: biblatex-spbasic (29dec21)

commits+karl at tug.org commits+karl at tug.org
Wed Dec 29 22:35:02 CET 2021


Revision: 61439
          http://tug.org/svn/texlive?view=revision&revision=61439
Author:   karl
Date:     2021-12-29 22:35:02 +0100 (Wed, 29 Dec 2021)
Log Message:
-----------
biblatex-spbasic (29dec21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/Changes
    trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/biblatex-spbasic.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/biblatex-spbasic.tex
    trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.bbx
    trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.cbx
    trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.lbx

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/Changes	2021-12-29 21:33:34 UTC (rev 61438)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/Changes	2021-12-29 21:35:02 UTC (rev 61439)
@@ -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

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/biblatex-spbasic.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/biblatex-spbasic.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/biblatex-spbasic.tex	2021-12-29 21:33:34 UTC (rev 61438)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-spbasic/biblatex-spbasic.tex	2021-12-29 21:35:02 UTC (rev 61439)
@@ -1,7 +1,7 @@
 % biblatex-spbasic documentation 2021/07/11 
 %
 % Copyright (c) 2021 Herbert Voß hvoss at 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 @@
 
 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 @@
 
 \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 @@
 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 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}

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.bbx	2021-12-29 21:33:34 UTC (rev 61438)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.bbx	2021-12-29 21:35:02 UTC (rev 61439)
@@ -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 at 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

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.cbx	2021-12-29 21:33:34 UTC (rev 61438)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.cbx	2021-12-29 21:35:02 UTC (rev 61439)
@@ -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}

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.lbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.lbx	2021-12-29 21:33:34 UTC (rev 61438)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-spbasic/biblatex-spbasic.lbx	2021-12-29 21:35:02 UTC (rev 61439)
@@ -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}



More information about the tex-live-commits mailing list.