1Biber::Output::bbl(3) User Contributed Perl DocumentationBiber::Output::bbl(3)
2
3
4
6 Biber::Output::bbl - class for Biber output of .bbl
7
8 new
9 Initialize a Biber::Output::bbl object
10
11 create_output_misc
12 Create the output for misc bits and pieces like preamble and closing
13 macro call and add to output object.
14
15 _printfield
16 Add the .bbl for a text field to the output accumulator.
17
18 set_output_keyalias
19 Set the output for a key which is an alias to another key
20
21 set_output_undefkey
22 Set the .bbl output for an undefined key
23
24 set_output_entry
25 Set the .bbl output for an entry. This is the meat of
26 the .bbl output
27
28 output
29 BBL output method - this takes care to output entries in the explicit order
30 derived from the virtual order of the citekeys after sortkey sorting.
31
33 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
34 kime.org.uk>"
35
37 Please report any bugs or feature requests on our Github tracker at
38 <https://github.com/plk/biber/issues>.
39
41 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
42 reserved.
43
44 This module is free software. You can redistribute it and/or modify it
45 under the terms of the Artistic License 2.0.
46
47 This program is distributed in the hope that it will be useful, but
48 without any warranty; without even the implied warranty of
49 merchantability or fitness for a particular purpose.
50
51
52
53perl v5.28.1 2019-02-12 Biber::Output::bbl(3)