Re: Cambiare posizione campi in bibliografia

#95466
Up
0
Down
::


Problema 1) risolto:
\DeclareFieldFormat[inbook]{title}{#1}

Problema 3) risolto:

` \newbibmacro*{ineditor+others}{%
\ifboolexpr{ test \ifuseeditor and not test {\ifnameundef{editor}} }
{\printnames{editor}%
\setunit{\addcomma \addspace}%
\usebibmacro{editor+othersstrg}%
\clearname{editor}}
{}}

\renewbibmacro{in:}{%
\ifentrytype{article}{}{\printtext{\bibstring{in}\intitlepunct}}%
\usebibmacro{ineditor+others}%
\newunit
\clearname{editor}}`

Per gli altri due brancolo nel buio.

Go to top