Home
last modified time | relevance | path

Searched refs:BibOpts (Results 1 – 1 of 1) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/
H A Dtext.cpp5101 string BibOpts; in parse_text() local
5112 BibOpts = "bibtotoc"; in parse_text()
5118 if (BibOpts.empty()) in parse_text()
5119 BibOpts = normalize_filename(bibliographystyle); in parse_text()
5121 BibOpts = BibOpts + ',' + normalize_filename(bibliographystyle); in parse_text()
5126 os << "options " << '"' << BibOpts << '"' << "\n"; in parse_text()
5133 string BibOpts; in parse_text() local
5140 BibOpts = "bibtotoc"; in parse_text()
5160 BibOpts = "bibtotoc"; in parse_text()
5174 string BibOpts; in parse_text() local
[all …]