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

FreeBSD Manual Pages

  
 
  

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)
       content.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.

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/bibtex-
	       conv/examples/ExampleReferences.bib  to	MyPublications.odt  as
	       OpenDocument  Text  (ODT),  according  to the template ODT file
	       /usr/share/doc/bibtexconv/examples/ODT-Template.odt.

bibtexconv-odt			April 27, 2025		     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.0>

home | help