This is the command bibtexconv-odt that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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-example.export to export
references from /usr/share/doc/bibtexconv/examples/ExampleReferences.bib to
MyPublications.odt as OpenDocument Text (ODT), according to the template ODT file
/usr/share/doc/bibtexconv/examples/ODT-Template.odt.
Use bibtexconv-odt online using onworks.net services