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_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

AUTHORS

45       Philip Kime "<philip at kime.org.uk>"
46

BUGS

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