Browse Source

Corrected documentation

pull/54/head
Louis 10 years ago
parent
commit
6af4e3c250
  1. 6
      patacrep/authors.py

6
patacrep/authors.py

@ -207,8 +207,10 @@ def processauthors(authors_string, after=None, ignore=None, sep=None):
4) Strings containing words of "ignore" are dropped. 4) Strings containing words of "ignore" are dropped.
# ["William Blake", "Hubert Parry", The Royal\ Choir~of~Nowhere"] # ["William Blake", "Hubert Parry", The Royal\ Choir~of~Nowhere"]
5) First names are moved after last names 5) First and last names are processed through LaTeX command \indexauthor
# ["Blake, William", "Parry, Hubert", Royal\ Choir~of~Nowhere, The"] (which will, by default, invert first and last names).
# ["\indexauthor{William}{Blake}", "\indexauthor{Hubert}{Parry}",
# \indexthaor{The}{Royal\ Choir~of~Nowhere}"]
""" """
if not sep: if not sep:

Loading…
Cancel
Save