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













0















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!



Image









share


























    0















    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!



    Image









    share
























      0












      0








      0








      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!



      Image









      share














      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!



      Image







      biblatex





      share












      share










      share



      share










      asked 6 mins ago









      user168390user168390

      889




      889




















          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
          );



          );













          draft saved

          draft discarded


















          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















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

          Are small insurances worth itIs insurance worth it if you can afford to replace the item? If not, when is it?Is accident insurance worth it for my kids who play sportsIs insuring property for more than it is worth allowed?At what point does it become worth it to file an insurance claim?Are wage loss insurance programs worth the cost compared to having an emergency fund?When is an event worth insuring against?Is insurance worth it if you can afford to replace the item? If not, when is it?FHA loan just commenced : Any way to get any of the up-front mortgage insurance back?Which types of insurances do I need to buy?Should I carry less renter's insurance if I can self-insure?Mortgage Adviser Signed Me Up For Multiple Home and Life Insurances (UK)Why many travel insurances don't cover country of nationality?