class Gambit::BibTeX
[No description available]
Public Functions
Name | |
---|---|
BibTeX(str bibtex_file) | |
const str | filename() const |
const std::vector< str > | getBibTeXEntries() const |
const std::map< str, std::map< str, str > > | getBibTeXData() const |
void | dropBibTeXFile(str output_filename) const |
void | dropBibTeXFile(std::vector< str > & citation_keys, str output_filename) const |
void | dropTeXFile(std::vector< str > & citation_keys, str tex_filename, str bibtex_filename) const |
void | addCitationKey(std::vector< str > & citationKeys, str bibkey) |
Public Functions Documentation
function BibTeX
BibTeX(
str bibtex_file
)
function filename
const str filename() const
function getBibTeXEntries
const std::vector< str > getBibTeXEntries() const
function getBibTeXData
const std::map< str, std::map< str, str > > getBibTeXData() const
function dropBibTeXFile
void dropBibTeXFile(
str output_filename
) const
function dropBibTeXFile
void dropBibTeXFile(
std::vector< str > & citation_keys,
str output_filename
) const
function dropTeXFile
void dropTeXFile(
std::vector< str > & citation_keys,
str tex_filename,
str bibtex_filename
) const
function addCitationKey
static void addCitationKey(
std::vector< str > & citationKeys,
str bibkey
)
Updated on 2024-07-18 at 13:53:30 +0000