Changes

Jump to navigation Jump to search
823 bytes added ,  23:42, 9 February 2006
no edit summary
</pre>
To get the typeset result. (xampl.bib comes with the bibtex distribution, it should be on your harddisk somewhere already)
 
== Changing the way you show the publication list ==
 
If you want to change the way you show the publication list you might want to look
at the following example, it will change the publication list showing
the surname in uppercase.
 
(Credits go to Taco Hoekwater)
 
<texcode>
%D Copied from \invertedshortauthor, with an extra \uppercase
%D \type{#1} = firstnames
%D \type{#2} = von
%D \type{#3} = surname
%D \type{#4} = inits
%D \type{#5} = junior
 
\unprotect\def\UCauthor#1#2#3#4#5%
{\bibdoif{#2}{#2\bibalternative\c!vonsep}%
\uppercase{#3}\bibalternative\c!surnamesep
\bibdoif{#5}{#5\bibalternative\c!juniorsep}%
\bibdoif{#4}{#4\unskip}}
\protect
</texcode>
 
After that, you can do:
<texcode>
\setuppublicationlist
[artauthor=\UCauthor,
editor=\UCauthor,
author=\UCauthor]
</texcode>
 
[[Category:Modules]]

Navigation menu