minimal_bib: Generate a minimal bibliography file

Description Usage Arguments

View source: R/minimal_bib.R

Description

Generate a minimal bibliography file

Usage

1
minimal_bib(path = ".", bbl.file = NULL, bib.files = NULL, out.bib = bib.files)

Arguments

path

A directory containing a document after it has been run with pdflatex.

bbl.file

A .bbl file.

bib.files

The .bib file or files that were used by BibLaTeX to produce the bibliography. If NULL, the default, the files are inferred from the contents of \\addbibresource within the (unique) .tex file are used.

out.bib

The new file of bibliography.


TeXCheckR documentation built on Nov. 17, 2020, 9:08 a.m.