plugin_data module¶
Global data that must be passed to plugins. This is a crutch for circumventing the fact that Pybtex (or setuptools plugins) do not allow passing constructor arguments to the plugins.
- 
plugin_data.plugin_data¶ A global
dictwith the following fieldslabel_start,int: Start value for the labels in a section. This value can be updated by the labeling plugin so that numbers are consecutive over sections.mapping_<key>,OrderedDict: Dictionaries for mapping section names (which by default are the different values for the key to group on) to different strings. The order of the names sets the order in the output.