]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/Preamble.cpp
tex2lyx: chapterbib support
[features.git] / src / tex2lyx / Preamble.cpp
index cd8b5143a024ce5b8234c4429492fb484b39128e..58e7397ab714b5c9f72242f6f6336a6bb3ecdcaf 100644 (file)
@@ -1100,6 +1100,9 @@ void Preamble::handle_package(Parser &p, string const & name,
        else if (name == "bibtopic")
                h_use_bibtopic = "true";
 
+       else if (name == "chapterbib")
+               h_multibib = "child";
+
        else if (name == "hyperref")
                handle_hyperref(options);