Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
bibtexconv-odt(1)	     General Commands Manual	       bibtexconv-odt(1)

NAME
     bibtexconv-odt -- ODT Helper Script for BibTeX Converter

SYNOPSIS
     bibtexconv-odt Template_ODT Output_ODT BibTeX_File Export_Script

DESCRIPTION
     bibtexconv-odt runs bibtexconv to generate an Open Document Text (ODT) con-
     tent.xml file, which is then joined with an existing template ODT file into
     an output ODT file.

OPTIONS
     The following arguments have to be provided:

     Template_ODT
	     The template ODT file.

     Output_ODT
	     The output ODT file.

     BibTeX_File
	     The input BibTeX file for BibTeXConv.

     Export_Script
	     The input export script for BibTeXConv.

EXIT STATUS
     The  bibtexconv-odt  tool exits with 0 on success, and >0 in case of an er-
     ror.

EXAMPLE
     bibtexconv-odt \
	     /usr/share/doc/bibtexconv/examples/ODT-Template.odt \
	     MyPublications.odt \
	     /usr/share/doc/bibtexconv/examples/ExampleReferences.bib \
	     /usr/share/doc/bibtexconv/examples/odt-example.export
	     Uses  export  script   /usr/share/doc/bibtexconv/examples/odt-exam-
	     ple.export  to export references from /usr/share/doc/bibtexconv/ex-
	     amples/ExampleReferences.bib to MyPublications.odt as  OpenDocument
	     Text  (ODT), according to the template ODT file /usr/share/doc/bib-
	     texconv/examples/ODT-Template.odt.

NOTES
     This program is part of BibTeXConv. The latest version of BibTeXConv can be
     found on the BibTeXConv Homepage at BibTeXConv Homepage.

AUTHORS
     Thomas Dreibholz, Homepage

bibtexconv-odt			  May 26, 2026		       bibtexconv-odt(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bibtexconv-odt&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help