bibtexUserDisplay macro

bibtexUserDisplay macro

  • in linea
  • contenuto
    • opzionale
      • un nome in forma BibTeX
  • parametri
    •  bold — cognome in grassetto
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0)
      • default: false 
    •  dim — nome in colore debole
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0)
      • default: false 
    •  small — nome in piccolo
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0)
      • default: false 

Esempi

{{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

Controesempi

{{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