]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/tex2lyx.cpp
tex2lyx: support biblatex
[features.git] / src / tex2lyx / tex2lyx.cpp
index 1db7d0ddd834dbfd55399e7bb737cfb6ffd01cfa..26f1f666d3094618cfea318c2021f1c2df0b6f6a 100644 (file)
@@ -874,6 +874,8 @@ bool tex2lyx(idocstream & is, ostream & os, string const & encoding,
        context.font.language = preamble.defaultLanguage();
        // parse the main text
        parse_text(p, ss, FLAG_END, true, context);
+       // check if we need a commented bibtex inset (biblatex)
+       check_comment_bib(ss, context);
        if (Context::empty)
                // Empty document body. LyX needs at least one paragraph.
                context.check_layout(ss);