]> git.lyx.org Git - features.git/commitdiff
tex2lyx: chapterbib support
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 9 Mar 2018 12:30:52 +0000 (13:30 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 9 Mar 2018 12:30:52 +0000 (13:30 +0100)
src/tex2lyx/Preamble.cpp
src/tex2lyx/TODO.txt

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);
 
index 63cd21e5761e140938ceaf3772f0081a970d8270..5d6238e9791a59e209647e09497e9b18eeda6433 100644 (file)
@@ -55,8 +55,6 @@ Format LaTeX feature                        LyX feature
 443    unicode-math.sty                     InsetMath*
 445    URW Classico LaTeX font              \font_sans uop
        \renewcommand{\sffamily}{uop}
-446    Optional and required arguments      InsetArgument
-       now numbered by order
 448
 451    beamer overlay arguments             InsetArgument
        \command<arg>, \begin{env}<arg>
@@ -105,8 +103,6 @@ Format LaTeX feature                        LyX feature
       \begin{btUnit}...\end{btUnit}        \multibib {none|part|chapter|section|subsection}
         (if a part, chapter, section etc.
          follows the \begin...)
-534   Chapterbib support
-      \usepackage{chapterbib}              \multibib child