1Biber::Output::bbl(3pm)User Contributed Perl DocumentatioBniber::Output::bbl(3pm)
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 Philip Kime "<philip at kime.org.uk>"
34
36 Please report any bugs or feature requests on our Github tracker at
37 <https://github.com/plk/biber/issues>.
38
40 Copyright 2009-2012 François Charette and Philip Kime, all rights
41 reserved. Copyright 2012-2023 Philip Kime, all rights reserved.
42
43 This module is free software. You can redistribute it and/or modify it
44 under the terms of the Artistic License 2.0.
45
46 This program is distributed in the hope that it will be useful, but
47 without any warranty; without even the implied warranty of
48 merchantability or fitness for a particular purpose.
49
50
51
52perl v5.38.0 2023-07-19 Biber::Output::bbl(3pm)