biblatex style options

Herbert Voss Herbert.Voss at fu-berlin.de
Sat Jul 10 19:25:47 UTC 2021


Am 10.07.21 um 10:57 schrieb Wolfgang Engelmann:
>
>
> This is a screenshot of a part of the references of a Springer book.
> No point after the forename.


Wolfgang, I downloaded an old version of spbasic.bst which has dots.
However, now I found a new one on Springer's site. Download
https://hvoss.org/biblatex-spbasic.zip   and put the two files

biblatex-spbasic.bbx
biblatex-spbasic.cbx

into a new directory

/usr/local/texlive/2021/texmf-local/tex/latex/biblatex-spbasic

or any other _local_ texmf directory.

Then run

texhash

to update the file name database. Maybe that you must use sudo.

Then open the attched LyX file or use your own one and change the
entries in Document->settings->Bibliography
(see atched screenshot).  Then run your example and you should get
the desired bibstyle in the bibliography (see screenshot).

best
Herbert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto 2021-07-10 um 21.00.52.png
Type: image/png
Size: 49646 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210710/23beb88a/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto 2021-07-10 um 21.14.37.png
Type: image/png
Size: 48498 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210710/23beb88a/attachment-0003.png>
-------------- next part --------------
#LyX 2.3 created this file. For more info see http://www.lyx.org/
\lyxformat 544
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass scrbook
\begin_preamble
%\date

%%Package inputenc Error: Unicode character œ (U+009C)
%this package allows to have an appendix after a chapter

\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 

\usepackage{appendix}

%%% wird nicht gefunden >> \usepackage{srchack} ######

%%\renewcommand\nomname{GLOSSARY ABBREVIATIONS}
\AtBeginDocument{\def\nomname{Glossary}}
%leads to bold nomenclature title in entries > 
\renewcommand{\nomlabel}[1]{\textsf{\textbf{#1}}}
\renewcommand{\nomname}{Glossar}

\renewcommand{\nompreamble}{Behind the normal glossary items follows abbreviation -in red- and the corresponding items, and mathematical symbols -in red- with its items}
%\renewcommand{\indexname}{Sachverzeichnis}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Two column nomenclature ========================
\usepackage{multicol}
\makeatletter
\@ifundefined{chapter}
{\def\wilh at nomsection{section}}
{\def\wilh at nomsection{chapter}}
\def\thenomenclature{%
\begin{multicols}{2}[%
\csname\wilh at nomsection\endcsname*{\nomname}
\if at intoc\addcontentsline{toc}{\wilh at nomsection}{\nomname}\fi
\nompreamble]
\list{}{%
\labelwidth\nom at tempdim
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\itemsep\nomitemsep
\let\makelabel\nomlabel}%
}
\def\endthenomenclature{%
\endlist
\end{multicols}
\nompostamble}
\makeatother
% Two column nomenclature END ========================

\usepackage{ifthen}
%Creating Nomenclature with Sections
\renewcommand{\nomname}{Glossar}

%%%%%%%%%%%%%%%%%%
\iffalse
\renewcommand{\nomgroup}[1]{%
%\ifthenelse{\equal{#1}{A}}{\item[\textbf{Roman Symbols}]}{%
%\ifthenelse{\equal{#1}{A}}{\item[\textbf{\textcolor{red}{Roman Symbols}]}{%
%\ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek Symbols}]}{%
%\ifthenelse{\equal{#1}{C}}{\item[\textbf{Abbreviations}]}{%

\ifthenelse{\equal{#1}{C}}{\item[\textbf{\textcolor{red}{Abbreviations}}]}{% 
%\ifthenelse{\equal{#1}{S}}{\item[\textbf{Subscripts}]}{%
%\ifthenelse{\equal{#1}{Z}}{\item[\textbf{Mathematical Symbols}]}
\ifthenelse{\equal{#1}{Z}}{\item[\textbf{\textcolor{red}{Mathematical Symbols}}]} 
{}
}% matches mathematical symbols
}% matches Subscripts
}% matches Abbreviations
}% matches Greek Symbols
}% matches Roman Symbols
\fi
%%%%%%%%%%%%%%%%%

%\def\nompreamble{\addcontentsline{toc}{section}{\nomname}\markboth{\nomname}{\nomname}}

%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}

%\usepackage[english]{babel}

%\usepackage{biblatex}


%Vancouver style : change citation in document from [nr] to nr
%\makeatletter % Reference list option change
%\renewcommand\@biblabel[1]{#1} % from [1] to 1
%\makeatother %
%%%%%\usepackage{libertinus}
%\usepackage{multicol}
%\usepackage{nowidow}

%%Seitenangabe oben rechts

\usepackage{sidecap}
% Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
\newcommand{\TabBesBeg}[1][1.0]{%
 \let\MyTable\table
 \let\MyEndtable\endtable
 \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}

\newcommand{\TabBesEnd}{%
 \let\table\MyTable
 \let\endtable\MyEndtable}

\newcommand{\FigBesBeg}[1][1.0]{%
 \let\MyFigure\figure
 \let\MyEndfigure\endfigure
 \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}

\newcommand{\FigBesEnd}{%
 \let\figure\MyFigure
 \let\endfigure\MyEndfigure}

% provides caption formatting
\usepackage[font={it}]{caption}
\setkomafont{captionlabel}{\bfseries}
%\setkomafont{caption}{\footnotesize\itshape}
\setkomafont{caption}{\itshape}

%weniger eingerückte captions
\setcapindent{0mm}
%%\renewcommand*{\raggedsection}{}
%%\renewcommand{\indexpagestyle}{scrheadings}
% this command was inserted by lyx2lyx
%%\setlength{\nomlabelwidth}{0.2cm}

%Fig left, caption right
%%\usepackage[leftFloats]{fltpage}

%\addcontentsline{toc}{*section}{BIBLIOGRAPHY}
%\def\refname{newname}
%\AtBeginDocument{\renewcommand{\refname}{LITERATURVERZEICHNIS}}


\tolerance 1414
\hbadness 1414
\emergencystretch 1.5em
\hfuzz 0.3pt
\widowpenalty=10000
\vfuzz \hfuzz
\raggedbottom

%%%%%%\usepackage{microtype}
%%%%%%\usepackage{geometry}
%%%%%%%\usepackage{draftwatermark}
\usepackage{wallpaper}
\renewcommand{\bottomfraction}{0.5}


%%macro for index nom
\newcommand{\IndexDef}[1]{\textit{#1}}
%\newcommand{\IndexDef}[1]{}
%\usepackage[english,ngerman]{babel}
%\usepackage[pdftex,pagebackref=true,hyperindex=true]{hyperref}
% ---------------------------------------------------------------------
% Package "tocloft" with additional declaration
% Source: http://tex.stackexchange.com/questions/19828/insert-key-words-key-phrases-into-toc
% ---------------------------------------------------------------------

%\RequirePackage{tocloft}

% Define a \cftsectionprecistoc based on the existing \cftchapterprecistoc
%\makeatletter
%\newcommand{\cftsectionprecistoc}[1]{\addtocontents{toc}{%
%  {\leftskip \cftsecindent\relax
%   \advance\leftskip \cftsecnumwidth\relax
%   \rightskip \@tocrmarg\relax
%   \textit{#1}\protect\par}}}
%\makeatother

%\usepackage [hyphens]

%Verwende Tikz pgfplots
%\usepackage{pgfplots}
% Added by lyx2lyx
%\usepackage{rotfloat}
\end_preamble
\options hyphens,refpage,intoc,bibliography=totoc,index=totoc
\use_default_options false
\begin_modules
logicalmkup
\end_modules
\maintain_unincluded_children false
\begin_local_layout
PackageOptions nomencl intoc
\end_local_layout
\language british
\language_package babel
\inputencoding utf8
\fontencoding global
\font_roman "libertine" "default"
\font_sans "helvet" "default"
\font_typewriter "cmtt" "default"
\font_math "auto" "default"
\font_default_family default
\use_non_tex_fonts true
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\use_microtype true
\use_dash_ligatures false
\graphics default
\default_output_format pdf5
\output_sync 1
\bibtex_command biber
\index_command default
\float_placement tbph
\paperfontsize default
\spacing single
\use_hyperref false
\pdf_title "Modelle für biologische Rhythmen"
\pdf_author "Karl-Heinz Witte, Wolfgang Engelmann und Anders Johnsson"
\pdf_subject "Chronobiologie"
\pdf_keywords "Beispiele Rhythmen Modelle Simulationen Bedeutung"
\pdf_bookmarks true
\pdf_bookmarksnumbered false
\pdf_bookmarksopen false
\pdf_bookmarksopenlevel 1
\pdf_breaklinks true
\pdf_pdfborder true
\pdf_colorlinks true
\pdf_backref page
\pdf_pdfusetitle true
\pdf_quoted_options "linkcolor=red, citecolor=blue, urlcolor=green, filecolor=blue"
\papersize a5paper
\use_geometry false
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 1
\use_package esint 0
\use_package mathdots 1
\use_package mathtools 1
\use_package mhchem 0
\use_package stackrel 1
\use_package stmaryrd 1
\use_package undertilde 1
\cite_engine biblatex-natbib
\cite_engine_type authoryear
\biblio_style plainnat
\biblio_options minnames=1,maxnames=3
\biblatex_bibstyle authoryear
\biblatex_citestyle authoryear
\use_bibtopic false
\use_indices true
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\use_minted 0
\index Subject index
\shortcut idx
\color #008000
\end_index
\index Name index
\shortcut nam
\color #00ffff
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\is_math_indent 0
\math_numbering_side default
\quotes_style british
\dynamic_quotes 0
\papercolumns 1
\papersides 2
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Title
Models for biological rhythms using Scilab/Xcos
\end_layout

\begin_layout Author
Karl-Heinz Witte, Wolfgang Engelmann
\begin_inset Newline newline
\end_inset

 and Anders Johnsson
\end_layout

\begin_layout Date
Hochschule RheinMain, Universität Tübingen and Norwegian University of Science
 and Technology
\end_layout

\begin_layout Publishers
Rüsselsheim, Tübingen and Trondheim, 2021
\end_layout

\begin_layout Uppertitleback
Copyright Karl-Heinz Witte, Wolfgang Engelmann and Anders Johnsson
\end_layout

\begin_layout Lowertitleback
This book was written with \SpecialChar LyX
 (
\begin_inset CommandInset href
LatexCommand href
target "http://www.lyx.org"
literal "false"

\end_inset

), a professional system to set documents using \SpecialChar LaTeX
.
 The vector graphic was produced with xfig and inkscape, diagrams with PyxPlot
 under Linux.
\end_layout

\begin_layout Standard
\begin_inset Box Boxed
position "t"
hor_pos "c"
has_inner_box 1
inner_pos "t"
use_parbox 0
use_makebox 0
width "100text%"
special "none"
height "1in"
height_special "totalheight"
thickness "0.4pt"
separation "3pt"
shadowsize "4pt"
framecolor "black"
backgroundcolor "none"
status open

\begin_layout Plain Layout
\begin_inset Graphics
	filename scilab-logo.png
	width 40text%

\end_inset


\begin_inset Graphics
	filename HerzNeu-E.pdf
	lyxscale 30
	width 50text%

\end_inset


\end_layout

\begin_layout Plain Layout
\begin_inset Graphics
	filename VanDerPol-EinOsziModul-SA-AV-TauSaAv-Diag_1-1-1.2_Grudzinski-Zebrowski.pdf
	lyxscale 80
	width 100text%

\end_inset


\end_layout

\end_inset


\begin_inset Newline newline
\end_inset


\end_layout

\begin_layout Quotation
\begin_inset VSpace 15theight%
\end_inset

The water in a jug is sparkling; the water in the sea is dark.
 The small truth has words that are clear; the great truth has great silence.
\begin_inset Note Note
status open

\begin_layout Plain Layout
Das Wasser im Krug glitzert, das Wasser im Meer ist dunkel
\begin_inset Newline newline
\end_inset

Die kleine Wahrheit kleidet sich in klare Worte, die große Wahrheit hüllt
 sich in tiefes Schweigen
\end_layout

\end_inset


\end_layout

\begin_layout Quotation
\begin_inset space \hfill{}
\end_inset

Rabindranath Tagore
\end_layout

\begin_layout Standard
\begin_inset CommandInset toc
LatexCommand tableofcontents

\end_inset


\end_layout

\begin_layout Standard
\begin_inset FloatList figure

\end_inset


\end_layout

\begin_layout Standard
\begin_inset FloatList table

\end_inset


\end_layout

\begin_layout Chapter
Introduction: Biological rhythms
\begin_inset CommandInset label
LatexCommand label
name "chap:Introduction:-Biological-rhythms"

\end_inset


\end_layout

\begin_layout Standard
Furthermore there exist numerous rhythms in organisms without external correlate
s such as ultradian 
\begin_inset CommandInset nomenclature
LatexCommand nomenclature
symbol "ultradian rhythm"
description "a periodically occurring event with periods in the range of minutes to hours and widely distributed among organisms"
literal "false"

\end_inset

 with shorter periods, for example in the range of milliseconds to hours,
 and rhythms with periods
\begin_inset CommandInset nomenclature
LatexCommand nomenclature
symbol "period length"
description "or period is the spatial period of a periodic wave -the distance over which the wave's shape repeats. Synonym with wavelength "
literal "false"

\end_inset

 of several years, e.g.
 populations of predators and prey.
 Finally, developmental cycles of organisms should be mentioned.
 The Asiatic saying 
\emph on

\begin_inset Quotes bld
\end_inset

He is so old, that he has twice seen the bamboo in bloom
\emph default

\begin_inset Quotes brd
\end_inset


\begin_inset Index nam
status open

\begin_layout Plain Layout
bamboo
\end_layout

\end_inset

 refers to a 35 year rhythm of some bamboo species 
\begin_inset CommandInset citation
LatexCommand citep
key "McClure1966"
literal "true"

\end_inset

.
\end_layout

\begin_layout Standard
In the following we will focus mainly on circadian rhythms.
 They are 
\emph on
self-excited
\emph default
 (1) 
\emph on
internal
\emph default
 and 
\emph on
inherited
\emph default
 and the period length is about 24 h (2): They can be ’locked to’ or 
\emph on
entrained
\emph default
 by light and temperature changes in the environment (3), and furthermore
 their period length is only slightly dependent on the ambient temperature:
 it is temperature compensated (4).
 Our task in modelling such rhythms is to make sure that the model simulates
 all the properties (1) to (4) above (in addition to others which we will
 see!).
 
\end_layout

\begin_layout Standard
The importance of circadian rhythms has been attested by the Nobel Prize
 in Physiology or Medicine in 2017 given to three researchers in this field
 (see 
\begin_inset CommandInset href
LatexCommand href
name "Nobel Price 2017"
target "http://www.nobelprize.org/nobel\\_prizes/medicine/laureates/2017/"
literal "false"

\end_inset

 and 
\begin_inset CommandInset citation
LatexCommand citet
key "Young2018"
literal "true"

\end_inset

).
 
\end_layout

\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand bibtex
btprint "btPrintCited"
bibfiles "BIBFILE-B"
options "bibtotoc"

\end_inset


\end_layout

\end_body
\end_document


More information about the lyx-users mailing list