Answers for "bibtex remove brackets in note field"

0

bibtex remove brackets in note field

# LaTeX - It swap the field from note to addendum 
# that by default has no brackets

\DeclareSourcemap{
  \maps[datatype=bibtex]{
    \map{
      \step[fieldsource=note, final]
      \step[fieldset=addendum, origfieldval, final]
      \step[fieldset=note, null]
    }
  }
}
Posted by: Guest on March-13-2020

Code answers related to "bibtex remove brackets in note field"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language