.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Biber::Output::bibtex 3pm" .TH Biber::Output::bibtex 3pm 2023-07-25 "perl v5.38.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Biber::Output::bibtex \- class for bibtex output .SS set_output_target_file .IX Subsection "set_output_target_file" .Vb 3 \& Set the output target file of a Biber::Output::bibtex object \& A convenience around set_output_target so we can keep track of the \& filename .Ve .SS set_output_comment .IX Subsection "set_output_comment" .Vb 1 \& Set the output for a comment .Ve .SS set_output_macro .IX Subsection "set_output_macro" .Vb 1 \& Set the output for a macro .Ve .SS set_output_entry .IX Subsection "set_output_entry" .Vb 1 \& Set the output for an entry .Ve .SS output .IX Subsection "output" .Vb 1 \& output method .Ve .SS create_output_section .IX Subsection "create_output_section" .Vb 2 \& Create the output from the sections data and push it into the \& output object. .Ve .SS bibfield .IX Subsection "bibfield" .Vb 1 \& Format a single field .Ve .SS construct_annotation .IX Subsection "construct_annotation" .Vb 1 \& Construct a field annotation .Ve .SS construct_range .IX Subsection "construct_range" .Vb 1 \& Construct a range field from its components \& \& [m, n] \-> m\-n \& [m, undef] \-> m \& [m, \*(Aq\*(Aq] \-> m\- \& [\*(Aq\*(Aq, n] \-> \-n \& [\*(Aq\*(Aq, undef] \-> ignore .Ve .SS construct_datetime .IX Subsection "construct_datetime" .Vb 1 \& Construct a datetime from its components .Ve .SH AUTHORS .IX Header "AUTHORS" Philip Kime \f(CW\*(C`\*(C'\fR .SH BUGS .IX Header "BUGS" Please report any bugs or feature requests on our Github tracker at . .SH "COPYRIGHT & LICENSE" .IX Header "COPYRIGHT & LICENSE" Copyright 2009\-2012 François Charette and Philip Kime, all rights reserved. Copyright 2012\-2023 Philip Kime, all rights reserved. .PP This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0. .PP This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.