1Biber::Output::bibtex(3U)ser Contributed Perl DocumentatiBoinber::Output::bibtex(3)
2
3
4
6 Biber::Output::bibtex - class for bibtex output
7
8 set_output_target_file
9 Set the output target file of a Biber::Output::bibtex object
10 A convenience around set_output_target so we can keep track of the
11 filename
12
13 set_output_comment
14 Set the output for a comment
15
16 set_output_entry
17 Set the output for an entry
18
19 output
20 output method
21
22 create_output_section
23 Create the output from the sections data and push it into the
24 output object.
25
26 bibfield
27 Format a single field
28
29 construct_annotation
30 Construct a field annotation
31
32 construct_range
33 Construct a range field from its components
34
35 [m, n] -> m-n
36 [m, undef] -> m
37 [m, ''] -> m-
38 ['', n] -> -n
39 ['', undef] -> ignore
40
41 construct_datetime
42 Construct a datetime from its components
43
45 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
46 kime.org.uk>"
47
49 Please report any bugs or feature requests on our Github tracker at
50 <https://github.com/plk/biber/issues>.
51
53 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
54 reserved.
55
56 This module is free software. You can redistribute it and/or modify it
57 under the terms of the Artistic License 2.0.
58
59 This program is distributed in the hope that it will be useful, but
60 without any warranty; without even the implied warranty of
61 merchantability or fitness for a particular purpose.
62
63
64
65perl v5.28.0 2018-10-18 Biber::Output::bibtex(3)