bibtexUserDisplay macro
bibtexUserDisplay macro
- inline
- yes
- content
- optional
- a name in BibTeX form
- optional
- 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
- bold — surname in bold
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/}}
{{bibtexUserDisplay}}{{/bibtexUserDisplay}}
{{bibtexUserDisplay}} {{/bibtexUserDisplay}}
{{bibtexUserDisplay}} Pippo {{/bibtexUserDisplay}}