Biblatex Style InCollection EditorsMimic BibTeX “apalike” with BibLaTeX - (biblatex-apa broken?)Biblatex: getting uniquename to include incollection editorsBibLaTeX Incollection: editors are not shownCustom bibliography and footcite stylesAdjust BibLaTeX style - Number of displayed editorsBiblatex Bibliography: How to make year bold and put editor in parentheses?Biblatex Incollection: Comma after Booktitlebiblatex: how to match the Journal of Finance bibliographic style?Formatting of Collection/IncollectionCustomize Incollection style
What has been your most complicated TikZ drawing?
Why would a flight no longer considered airworthy be redirected like this?
Is Mortgage interest accrued after a December payment tax deductible?
Happy pi day, everyone!
How do I hide Chekhov's Gun?
Plot a function of two variables equal 0
Am I not good enough for you?
SQL Server Primary Login Restrictions
Does this AnyDice function accurately calculate the number of ogres you make unconcious with three 4th-level castings of Sleep?
Why is a Java array index expression evaluated before checking if the array reference expression is null?
Good allowance savings plan?
Be in awe of my brilliance!
Sword in the Stone story where the sword was held in place by electromagnets
Pinhole Camera with Instant Film
Where is the 1/8 CR apprentice in Volo's Guide to Monsters?
Welcoming 2019 Pi day: How to draw the letter π?
Making a sword in the stone, in a medieval world without magic
Employee lack of ownership
My story is written in English, but is set in my home country. What language should I use for the dialogue?
Why did it take so long to abandon sail after steamships were demonstrated?
Instead of Universal Basic Income, why not Universal Basic NEEDS?
Can hydraulic brake levers get hot when brakes overheat?
Check this translation of Amores 1.3.26
Function to parse .NET composite string format
Biblatex Style InCollection Editors
Mimic BibTeX “apalike” with BibLaTeX - (biblatex-apa broken?)Biblatex: getting uniquename to include incollection editorsBibLaTeX Incollection: editors are not shownCustom bibliography and footcite stylesAdjust BibLaTeX style - Number of displayed editorsBiblatex Bibliography: How to make year bold and put editor in parentheses?Biblatex Incollection: Comma after Booktitlebiblatex: how to match the Journal of Finance bibliographic style?Formatting of Collection/IncollectionCustomize Incollection style
I am searching for a way to modify editors for incollection entries, so that they are displayed like this: "In: LAST NAME, First Name, First Name LAST NAME and First Name LAST NAME"
Currently I have this MWE:
documentclassscrreprt
usepackage[main=ngerman, english]babel
usepackage[babel, german=quotes]csquotes
usepackage[ngerman]isodate
usepackage[ngerman]datetime
usepackage[
backend=biber,
style=authoryear,
sorting=nyvt, % sort by name, year, volume, title
maxnames=25, % max author names before abbr
dashed=false % multiple works of an author
]biblatex
addbibresourcelibrary.bib
renewcommandmkbibnamefamily[1]textsc#1
renewcommandlabelnamepunctaddcolonspace
DeclareFieldFormatpostnote#1
DeclareFieldFormatmultipostnote#1
renewcommandpostnotedelimaddcolonaddspace
DeclareFieldFormat
[article,inbook,incollection,inproceedings,patent,unpublished]
title#1isdot
newcommand*volnumdelimaddcommaspace % set volume, number, id
renewbibmacro*volume+number+eid%
printfieldvolume%
setunit*volnumdelim%
printfieldnumber%
setunitaddcommaspace%
printfieldeid
renewcommandpostnotedelimaddcolonspace
DeclareFieldFormatpostnote#1
DeclareFieldFormatmultipostnote#1
usepackageurl
urlstylesame
renewbibmacro*in:% % set Hg
printtext%
bibstringinintitlepunct%
ifentrytypeincollection
DeclareNameAliaseditorlast-first%
ifnameundefeditor
printnameseditor%
setunitprintdelimeditortypedelim%
usebibmacroeditorstrg%
setunitaddcolonaddspace%
usebibmacromaintitle+booktitle%
clearfieldmaintitle%
clearfieldbooktitle%
clearfieldvolume%
clearfieldpart%
clearnameeditor
renewbibmacro*bbx:editor[1]% % no comma before Hg
ifboolexpr
test ifuseeditor
and
not test ifnameundefeditor
usebibmacrobbx:dashcheck
bibnamedash
printnameseditor%
setunitaddspace%
usebibmacrobbx:savehash%
usebibmacro#1%
clearnameeditor%
setunitaddspace%
globalundefbbx@lasthash
usebibmacrolabeltitle%
setunit*addspace%
usebibmacrodate+extrayear%
DeclareDelimFormateditortypedelimaddspace % use Hg in parentheses
DeclareFieldFormateditortypemkbibparens#1 %adds colon instead of period
DefineBibliographyStringsgerman%
editor = Hgadddot
andothers = et aladddot, %et al statt u.a.
editor = Hgadddot, %Hg. statt Hrsg.
editors = Hggadddot, %Hgg. plural
byeditor = Hgadddot,
begindocument
nocite*
printbibliography
enddocument
and this library entry
@incollectionCho.2017,
author = Cho, Younghan,
year = 2017,
title = Historicizing East Asian Pop Culture,
publisher = Routledge,
*isbn = 9781317285014,
maintitle = Routledge Handbook of East Asian Popular Culture,
location = London,
editor = Iwabuchi, Kōichi and Berry, Chris and Tsai, Eva
The first editor is displayed correctly, but I would like the other 2 to be First Name Last Name, so: IWABUCHI, Koichi, Chris BERRY und Eva TSAI
Thank you!

biblatex
add a comment |
I am searching for a way to modify editors for incollection entries, so that they are displayed like this: "In: LAST NAME, First Name, First Name LAST NAME and First Name LAST NAME"
Currently I have this MWE:
documentclassscrreprt
usepackage[main=ngerman, english]babel
usepackage[babel, german=quotes]csquotes
usepackage[ngerman]isodate
usepackage[ngerman]datetime
usepackage[
backend=biber,
style=authoryear,
sorting=nyvt, % sort by name, year, volume, title
maxnames=25, % max author names before abbr
dashed=false % multiple works of an author
]biblatex
addbibresourcelibrary.bib
renewcommandmkbibnamefamily[1]textsc#1
renewcommandlabelnamepunctaddcolonspace
DeclareFieldFormatpostnote#1
DeclareFieldFormatmultipostnote#1
renewcommandpostnotedelimaddcolonaddspace
DeclareFieldFormat
[article,inbook,incollection,inproceedings,patent,unpublished]
title#1isdot
newcommand*volnumdelimaddcommaspace % set volume, number, id
renewbibmacro*volume+number+eid%
printfieldvolume%
setunit*volnumdelim%
printfieldnumber%
setunitaddcommaspace%
printfieldeid
renewcommandpostnotedelimaddcolonspace
DeclareFieldFormatpostnote#1
DeclareFieldFormatmultipostnote#1
usepackageurl
urlstylesame
renewbibmacro*in:% % set Hg
printtext%
bibstringinintitlepunct%
ifentrytypeincollection
DeclareNameAliaseditorlast-first%
ifnameundefeditor
printnameseditor%
setunitprintdelimeditortypedelim%
usebibmacroeditorstrg%
setunitaddcolonaddspace%
usebibmacromaintitle+booktitle%
clearfieldmaintitle%
clearfieldbooktitle%
clearfieldvolume%
clearfieldpart%
clearnameeditor
renewbibmacro*bbx:editor[1]% % no comma before Hg
ifboolexpr
test ifuseeditor
and
not test ifnameundefeditor
usebibmacrobbx:dashcheck
bibnamedash
printnameseditor%
setunitaddspace%
usebibmacrobbx:savehash%
usebibmacro#1%
clearnameeditor%
setunitaddspace%
globalundefbbx@lasthash
usebibmacrolabeltitle%
setunit*addspace%
usebibmacrodate+extrayear%
DeclareDelimFormateditortypedelimaddspace % use Hg in parentheses
DeclareFieldFormateditortypemkbibparens#1 %adds colon instead of period
DefineBibliographyStringsgerman%
editor = Hgadddot
andothers = et aladddot, %et al statt u.a.
editor = Hgadddot, %Hg. statt Hrsg.
editors = Hggadddot, %Hgg. plural
byeditor = Hgadddot,
begindocument
nocite*
printbibliography
enddocument
and this library entry
@incollectionCho.2017,
author = Cho, Younghan,
year = 2017,
title = Historicizing East Asian Pop Culture,
publisher = Routledge,
*isbn = 9781317285014,
maintitle = Routledge Handbook of East Asian Popular Culture,
location = London,
editor = Iwabuchi, Kōichi and Berry, Chris and Tsai, Eva
The first editor is displayed correctly, but I would like the other 2 to be First Name Last Name, so: IWABUCHI, Koichi, Chris BERRY und Eva TSAI
Thank you!

biblatex
add a comment |
I am searching for a way to modify editors for incollection entries, so that they are displayed like this: "In: LAST NAME, First Name, First Name LAST NAME and First Name LAST NAME"
Currently I have this MWE:
documentclassscrreprt
usepackage[main=ngerman, english]babel
usepackage[babel, german=quotes]csquotes
usepackage[ngerman]isodate
usepackage[ngerman]datetime
usepackage[
backend=biber,
style=authoryear,
sorting=nyvt, % sort by name, year, volume, title
maxnames=25, % max author names before abbr
dashed=false % multiple works of an author
]biblatex
addbibresourcelibrary.bib
renewcommandmkbibnamefamily[1]textsc#1
renewcommandlabelnamepunctaddcolonspace
DeclareFieldFormatpostnote#1
DeclareFieldFormatmultipostnote#1
renewcommandpostnotedelimaddcolonaddspace
DeclareFieldFormat
[article,inbook,incollection,inproceedings,patent,unpublished]
title#1isdot
newcommand*volnumdelimaddcommaspace % set volume, number, id
renewbibmacro*volume+number+eid%
printfieldvolume%
setunit*volnumdelim%
printfieldnumber%
setunitaddcommaspace%
printfieldeid
renewcommandpostnotedelimaddcolonspace
DeclareFieldFormatpostnote#1
DeclareFieldFormatmultipostnote#1
usepackageurl
urlstylesame
renewbibmacro*in:% % set Hg
printtext%
bibstringinintitlepunct%
ifentrytypeincollection
DeclareNameAliaseditorlast-first%
ifnameundefeditor
printnameseditor%
setunitprintdelimeditortypedelim%
usebibmacroeditorstrg%
setunitaddcolonaddspace%
usebibmacromaintitle+booktitle%
clearfieldmaintitle%
clearfieldbooktitle%
clearfieldvolume%
clearfieldpart%
clearnameeditor
renewbibmacro*bbx:editor[1]% % no comma before Hg
ifboolexpr
test ifuseeditor
and
not test ifnameundefeditor
usebibmacrobbx:dashcheck
bibnamedash
printnameseditor%
setunitaddspace%
usebibmacrobbx:savehash%
usebibmacro#1%
clearnameeditor%
setunitaddspace%
globalundefbbx@lasthash
usebibmacrolabeltitle%
setunit*addspace%
usebibmacrodate+extrayear%
DeclareDelimFormateditortypedelimaddspace % use Hg in parentheses
DeclareFieldFormateditortypemkbibparens#1 %adds colon instead of period
DefineBibliographyStringsgerman%
editor = Hgadddot
andothers = et aladddot, %et al statt u.a.
editor = Hgadddot, %Hg. statt Hrsg.
editors = Hggadddot, %Hgg. plural
byeditor = Hgadddot,
begindocument
nocite*
printbibliography
enddocument
and this library entry
@incollectionCho.2017,
author = Cho, Younghan,
year = 2017,
title = Historicizing East Asian Pop Culture,
publisher = Routledge,
*isbn = 9781317285014,
maintitle = Routledge Handbook of East Asian Popular Culture,
location = London,
editor = Iwabuchi, Kōichi and Berry, Chris and Tsai, Eva
The first editor is displayed correctly, but I would like the other 2 to be First Name Last Name, so: IWABUCHI, Koichi, Chris BERRY und Eva TSAI
Thank you!

biblatex
I am searching for a way to modify editors for incollection entries, so that they are displayed like this: "In: LAST NAME, First Name, First Name LAST NAME and First Name LAST NAME"
Currently I have this MWE:
documentclassscrreprt
usepackage[main=ngerman, english]babel
usepackage[babel, german=quotes]csquotes
usepackage[ngerman]isodate
usepackage[ngerman]datetime
usepackage[
backend=biber,
style=authoryear,
sorting=nyvt, % sort by name, year, volume, title
maxnames=25, % max author names before abbr
dashed=false % multiple works of an author
]biblatex
addbibresourcelibrary.bib
renewcommandmkbibnamefamily[1]textsc#1
renewcommandlabelnamepunctaddcolonspace
DeclareFieldFormatpostnote#1
DeclareFieldFormatmultipostnote#1
renewcommandpostnotedelimaddcolonaddspace
DeclareFieldFormat
[article,inbook,incollection,inproceedings,patent,unpublished]
title#1isdot
newcommand*volnumdelimaddcommaspace % set volume, number, id
renewbibmacro*volume+number+eid%
printfieldvolume%
setunit*volnumdelim%
printfieldnumber%
setunitaddcommaspace%
printfieldeid
renewcommandpostnotedelimaddcolonspace
DeclareFieldFormatpostnote#1
DeclareFieldFormatmultipostnote#1
usepackageurl
urlstylesame
renewbibmacro*in:% % set Hg
printtext%
bibstringinintitlepunct%
ifentrytypeincollection
DeclareNameAliaseditorlast-first%
ifnameundefeditor
printnameseditor%
setunitprintdelimeditortypedelim%
usebibmacroeditorstrg%
setunitaddcolonaddspace%
usebibmacromaintitle+booktitle%
clearfieldmaintitle%
clearfieldbooktitle%
clearfieldvolume%
clearfieldpart%
clearnameeditor
renewbibmacro*bbx:editor[1]% % no comma before Hg
ifboolexpr
test ifuseeditor
and
not test ifnameundefeditor
usebibmacrobbx:dashcheck
bibnamedash
printnameseditor%
setunitaddspace%
usebibmacrobbx:savehash%
usebibmacro#1%
clearnameeditor%
setunitaddspace%
globalundefbbx@lasthash
usebibmacrolabeltitle%
setunit*addspace%
usebibmacrodate+extrayear%
DeclareDelimFormateditortypedelimaddspace % use Hg in parentheses
DeclareFieldFormateditortypemkbibparens#1 %adds colon instead of period
DefineBibliographyStringsgerman%
editor = Hgadddot
andothers = et aladddot, %et al statt u.a.
editor = Hgadddot, %Hg. statt Hrsg.
editors = Hggadddot, %Hgg. plural
byeditor = Hgadddot,
begindocument
nocite*
printbibliography
enddocument
and this library entry
@incollectionCho.2017,
author = Cho, Younghan,
year = 2017,
title = Historicizing East Asian Pop Culture,
publisher = Routledge,
*isbn = 9781317285014,
maintitle = Routledge Handbook of East Asian Popular Culture,
location = London,
editor = Iwabuchi, Kōichi and Berry, Chris and Tsai, Eva
The first editor is displayed correctly, but I would like the other 2 to be First Name Last Name, so: IWABUCHI, Koichi, Chris BERRY und Eva TSAI
Thank you!

biblatex
biblatex
asked 6 mins ago
user168390user168390
889
889
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479547%2fbiblatex-style-incollection-editors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479547%2fbiblatex-style-incollection-editors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown