biblatex style options

Herbert Voss Herbert.Voss at fu-berlin.de
Sat Jul 10 08:14:23 UTC 2021



Am 10.07.21 um 09:20 schrieb Wolfgang Engelmann:
> I asked the Springer people whether a biblatex style corresponding to 
> their spbasic.bst exists, but the answer was not very helpful ('it 
> doesn't matter ...).
>
> What I like to know is, how to set the options of biblatex in order to 
> get the spbasic output. Or could I use the bibtex export of the 
> bibliography and include it in the pdf file? Not very elegant...
>
> I remember, for bibtex exists a link which shows the various outputs 
> of the bibliography styles+options (and of the text citations) 
> together with the way to proceed to get them. Would be good to have 
> something similar for biblatex.
>
> Specifically, I would like to have in the bibliography Authorname, 
> only first character of forename without point (e.g. Mayer P). As it 
> is now the forenames are either before or after the name, abbreviated 
> or in full. How to restrict it to 3 names was explained already by 
> Herbert Voss.
>
> Any hints?

The style spbasic _has_ a dot after the forname. Are you sure, that
there should be nothing?


I have no access to my computer with LyX (it does not run on macOS - 
BigSur),
so I cannot provide a LyX example, maybe later today (afternoon or evening).

But here is the LaTeX solution with your test bibdata file, which has the
dot after the forname, but this can also be changed, if really needed:

\documentclass{article}
\usepackage[english]{babel}
\usepackage{csquotes}

\usepackage[style=authoryear,maxnames=3,minnames=1]{biblatex}
\DeclareDelimFormat[bib,biblist]{nametitledelim}{\space}
\renewbibmacro*{in:}{%
%  \bibstring{in}%
%  \printunit{\intitlepunct}%
}
\addbibresource{BIBFILE-B.bib}

\usepackage{url}

\begin{document}

As \textcite{Daan1984} already wrote, is this 
ok.~\parencite[see][pp.~117--130]{Young2018}
And also see \textcite[p.~112]{McClure1966}.

\printbibliography

\end{document}

lualatex test
biber test
lualatex test
lualatex test


If you do not want to change all your \citet and \citep in your original 
document,
then use

\let\citet\textcite
\let\citep\parencite

but I would be prefer a search and replace and using the biblatex commands.

Herbert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto 2021-07-10 um 10.10.50.png
Type: image/png
Size: 128937 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210710/57c4a23c/attachment-0001.png>


More information about the lyx-users mailing list