mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
tex2lyx: chapterbib support
This commit is contained in:
parent
cba38881d6
commit
af6933c06f
@ -1100,6 +1100,9 @@ void Preamble::handle_package(Parser &p, string const & name,
|
|||||||
else if (name == "bibtopic")
|
else if (name == "bibtopic")
|
||||||
h_use_bibtopic = "true";
|
h_use_bibtopic = "true";
|
||||||
|
|
||||||
|
else if (name == "chapterbib")
|
||||||
|
h_multibib = "child";
|
||||||
|
|
||||||
else if (name == "hyperref")
|
else if (name == "hyperref")
|
||||||
handle_hyperref(options);
|
handle_hyperref(options);
|
||||||
|
|
||||||
|
@ -55,8 +55,6 @@ Format LaTeX feature LyX feature
|
|||||||
443 unicode-math.sty InsetMath*
|
443 unicode-math.sty InsetMath*
|
||||||
445 URW Classico LaTeX font \font_sans uop
|
445 URW Classico LaTeX font \font_sans uop
|
||||||
\renewcommand{\sffamily}{uop}
|
\renewcommand{\sffamily}{uop}
|
||||||
446 Optional and required arguments InsetArgument
|
|
||||||
now numbered by order
|
|
||||||
448
|
448
|
||||||
451 beamer overlay arguments InsetArgument
|
451 beamer overlay arguments InsetArgument
|
||||||
\command<arg>, \begin{env}<arg>
|
\command<arg>, \begin{env}<arg>
|
||||||
@ -105,8 +103,6 @@ Format LaTeX feature LyX feature
|
|||||||
\begin{btUnit}...\end{btUnit} \multibib {none|part|chapter|section|subsection}
|
\begin{btUnit}...\end{btUnit} \multibib {none|part|chapter|section|subsection}
|
||||||
(if a part, chapter, section etc.
|
(if a part, chapter, section etc.
|
||||||
follows the \begin...)
|
follows the \begin...)
|
||||||
534 Chapterbib support
|
|
||||||
\usepackage{chapterbib} \multibib child
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user