bibtexUserDisplay macro

bibtexUserDisplay macro

  • inline
    • yes
  • content
    • optional
      • a name in BibTeX form
  • parameters
    •  bold — surname in bold
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0)
      • default: false 
    •  dim — name in dim color
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0)
      • default: false 
    •  small — smaller name
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0)
      • default: false 

Examples

{{bibtexUserDisplay}}  Stariani,   Mefano {{/bibtexUserDisplay}}

Mefano Stariani

{{bibtexUserDisplay small='yes' bold='true'}}Stariani,Mefano{{/bibtexUserDisplay}}

Mefano Stariani

{{bibtexUserDisplay dim='true'}}Stariani, Mefano{{/bibtexUserDisplay}}

Mefano Stariani

{{bibtexUserDisplay bold='y' dim='y'}}Livornese,   Giuseppe {{/bibtexUserDisplay}}

Giuseppe Livornese

Counterexamples

{{bibtexUserDisplay/}}

Macro bibtexUserDisplay needs content in “Surname, Name” form

{{bibtexUserDisplay}}{{/bibtexUserDisplay}}

Macro bibtexUserDisplay needs content in “Surname, Name” form

{{bibtexUserDisplay}}  {{/bibtexUserDisplay}}

Macro bibtexUserDisplay needs content in “Surname, Name” form

{{bibtexUserDisplay}} Pippo {{/bibtexUserDisplay}}

Macro bibtexUserDisplay needs content in “Surname, Name” form