spacing zwischen volume und number
Verfasst: Mo 24. Apr 2017, 14:18
Hallo, bei mir hat sich das Problem aufgetan, dass zwischen Volume und Number ein Leerzeichen ist, was zuvor mit dem gleichen Code nicht da war:
\documentclass{report} \usepackage[backend = biber, style=authoryear-comp]{biblatex} \addbibresource{Literatur.bib} \renewbibmacro*{volume+number+eid}{ \printfield{volume} \printfield{number} \setunit{\addcomma\space} \printfield{eid}} \DeclareFieldFormat[article]{number}{\mkbibparens{#1}} \DeclareFieldFormat[article]{pages}{#1} \usepackage{filecontents} \begin{filecontents}{Literatur.bib} @Article{Ratcliff, author = {R. Ratcliff and G. McKoon}, title = {The diffusion decision model: Theory and data for two-choice decision tasks}, journal = {Neural Computing and Applications}, year = {2008}, volume = {20}, number = {4}, pages = {873-922}, } \end{filecontents} \printbibliography