From 6af4e3c25048043c81c5212267a411a32a81c01b Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 27 Jun 2014 16:12:27 +0200 Subject: [PATCH] Corrected documentation --- patacrep/authors.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/patacrep/authors.py b/patacrep/authors.py index a451859f..dfaf9999 100644 --- a/patacrep/authors.py +++ b/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. # ["William Blake", "Hubert Parry", The Royal\ Choir~of~Nowhere"] - 5) First names are moved after last names - # ["Blake, William", "Parry, Hubert", Royal\ Choir~of~Nowhere, The"] + 5) First and last names are processed through LaTeX command \indexauthor + (which will, by default, invert first and last names). + # ["\indexauthor{William}{Blake}", "\indexauthor{Hubert}{Parry}", + # \indexthaor{The}{Royal\ Choir~of~Nowhere}"] """ if not sep: