Jean-Marc Lasgouttes wrote: > Could you explain what these two vectors contain? This seems a bit > complicated to me.
It is more complicated than I wish, but the information is splitted, unfortunately. citeStyleList has the information about the cite styles supported by the current engine (e.g. CITE, NOCITE, CITEP, ...). citeStrings returns the formatted strings for a given key (e.g. "Lasgouttes (2008)", "Lasgouttes 2008", "Lasgouttes", ...). Both vectors are parallel. Then, you also need CitationStyle (not CiteStyle) in order to access the commands ("cite", nocite", "citep" ...). CiteStyle, in turn, is a subset of CitationStyle, i.e. CitationStyle.style. Jürgen