1Biber::Output::bibtex(3U)ser Contributed Perl DocumentatiBoinber::Output::bibtex(3)
2
3
4

NAME

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_macro
17         Set the output for a macro
18
19   set_output_entry
20         Set the output for an entry
21
22   output
23           output method
24
25   create_output_section
26           Create the output from the sections data and push it into the
27           output object.
28
29   bibfield
30         Format a single field
31
32   construct_annotation
33         Construct a field annotation
34
35   construct_range
36         Construct a range field from its components
37
38         [m, n]      -> m-n
39         [m, undef]  -> m
40         [m, '']     -> m-
41         ['', n]     -> -n
42         ['', undef] -> ignore
43
44   construct_datetime
45         Construct a datetime from its components
46

AUTHORS

48       Philip Kime "<philip at kime.org.uk>"
49

BUGS

51       Please report any bugs or feature requests on our Github tracker at
52       <https://github.com/plk/biber/issues>.
53
55       Copyright 2009-2012 Francois Charette and Philip Kime, all rights
56       reserved.  Copyright 2012-2020 Philip Kime, all rights reserved.
57
58       This module is free software.  You can redistribute it and/or modify it
59       under the terms of the Artistic License 2.0.
60
61       This program is distributed in the hope that it will be useful, but
62       without any warranty; without even the implied warranty of
63       merchantability or fitness for a particular purpose.
64
65
66
67perl v5.34.0                      2021-07-21          Biber::Output::bibtex(3)
Impressum