logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bibtexconv-odt — ODT Helper Script for BibTeX Converter

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.

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.

bibtexconv-odt                                  November 10, 2023                              bibtexconv-odt(1)

Name

       bibtexconv-odt — ODT Helper Script for BibTeX Converter

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.

Synopsis

bibtexconv-odt Template_ODT Output_ODT BibTeX_File Export_Script

See Also