]> 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>
Sat, 10 Mar 2018 09:33:10 +0000 (10:33 +0100)
(cherry picked from commit af6933c06f603beca3d8684f56217243cbff1f94)

src/tex2lyx/Preamble.cpp
src/tex2lyx/TODO.txt
status.23x

index f86576ce3ce66c5cf08d4ccb1a1605c27aedd26f..48dc8d69b61d2c3d2b3688987e576ebd55b6a2af 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..fc4bb994c7d22f59e0bb539edc96d5dc68d2cd08 100644 (file)
@@ -32,6 +32,9 @@ Format LaTeX feature                        LyX feature
 332    ?                                    InsetGraphics groupId
 343    ?                                    \use_default_options
 358    custom bibtex command                \bibtex_command
+       Maybe via the
+       % !BIB program = 
+       comment understood by some TeX editors
 358    custom makeindex command             \index_command
 363    horizontal longtable alignment       InsetTabular
 364    branch file name suffix              \filename_suffix
@@ -55,8 +58,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>
@@ -69,7 +70,6 @@ Format LaTeX feature                        LyX feature
        \end{overprint}
 455    beamer frametitle command            \begin_layout FrameTitle
        \frametitle<overlay>[short]{long}
-456    memoir: \epigraph{text}{source}      layout Epigraph, InsetArgument
 457    automatic stackrel loading           \use_package stackrel
 459    beamer: \begin{frame},               \begin_layout Frame
        \begin{frame}[plain],                \begin_layout PlainFrame
@@ -99,14 +99,11 @@ Format LaTeX feature                        LyX feature
 523    CJK Quote Styles                      InsetQuote
        - cjk (corner brackets)               \begin_inset Quotes j..
        - cjkangle (angle brackets)           \begin_inset Quotes k..
-526
-       Plural and capitalized refstyles      InsetRef
+526   Plural and capitalized refstyles      InsetRef
 533   Multibib support
       \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
 
 
 
index b13eaf517f8ff46903b45fe2ddd770c98a6db933..d77a58e14d1799bc458a1315dc8b537831ac67bd 100644 (file)
@@ -23,6 +23,8 @@ What's new
 
 - Add support for biblatex.
 
+- Add support for chapterbib.
+
 
 * USER INTERFACE