]> git.lyx.org Git - features.git/commitdiff
Add Bibliography to the Outliner.
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 29 Jan 2018 08:09:51 +0000 (09:09 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 30 Jan 2018 07:17:44 +0000 (08:17 +0100)
Fixes: #11001, #7724.
(cherry picked from commit fc2d8238dc5e589220e68766975b5438f1e57251)

30 files changed:
lib/layouts/IEEEtran.layout
lib/layouts/aguplus.inc
lib/layouts/agutex.layout
lib/layouts/amsbook.layout
lib/layouts/amsdefs.inc
lib/layouts/beamer.layout
lib/layouts/book.layout
lib/layouts/cl2emult.layout
lib/layouts/egs.layout
lib/layouts/elsarticle.layout
lib/layouts/ijmpc.layout
lib/layouts/ijmpd.layout
lib/layouts/iopart.layout
lib/layouts/jasatex.layout
lib/layouts/kluwer.layout
lib/layouts/llncs.layout
lib/layouts/memoir.layout
lib/layouts/moderncv.layout
lib/layouts/mwbk.layout
lib/layouts/powerdot.layout
lib/layouts/recipebook.layout
lib/layouts/report.layout
lib/layouts/scrbook.layout
lib/layouts/scrreprt.layout
lib/layouts/siamltex.layout
lib/layouts/simplecv.layout
lib/layouts/stdstruct.inc
lib/layouts/svcommon.inc
lib/layouts/tufte-book.layout
lib/layouts/tufte-handout.layout

index c0f7cf0be8d0ef1a538d8a573ecd81631d27bbf1..52b867af101d1d234fc57260df480e3dadffca91 100644 (file)
@@ -363,6 +363,7 @@ Style Bibliography
     Series     Bold
     Size       Larger
   EndFont
+  TocLevel      1
 End
 
 
index 00b20978e8006783c1a921e3975a2664a489a0e3..57ebab331c34a47b6e886d1d60b6cd47e5ee55b2 100644 (file)
@@ -176,6 +176,7 @@ Style Bibliography
          Series              Bold
          Size                Huge
        EndFont
+       TocLevel              1
 End
 
 
index c1c4aadff080b5508e62443c9771af01e9670387..eacc73eac5c2929da2527e88db52d35fbc84cb58 100644 (file)
@@ -227,5 +227,6 @@ Style Bibliography
          Series        Bold
          Size          Larger
        EndFont
+       TocLevel        1
 End
 
index 8ed4eb92fad55a4295fa0b04f2250608dc2a4534..4655168b617a1ba27828ebfe77ebcc9eb4e9a0d3 100644 (file)
@@ -116,6 +116,10 @@ Input amsdefs.inc
 # Unwanted styles from the includes
 NoStyle Verse
 
+Style Bibliography
+       TocLevel             0
+End
+
 # Chapter is _not_ prepended
 # JSpitz: this seems to be not true (anymore?)
 #Style Section
index b73df9efbc6b745b5cab5212cf596c67b4c770a4..3820739bc78f05a04317573ed6937bc5b0a26da6 100644 (file)
@@ -225,4 +225,5 @@ Style Bibliography
          Size                Normal
          Shape               Smallcaps
        EndFont
+       TocLevel             1
 End
index 14d7df16d39dcedd8b644a6f88203027e96d077f..ff8046ad542e050f05bfbb6965d47c4e5651a540 100644 (file)
@@ -1125,6 +1125,7 @@ Style Bibliography
     Series         Bold
     Size           Larger
   EndFont
+  TocLevel         1
 End
 
 
index 058098c1f5143f21b89807ba18e6b76bf422cfb1..17c4a4b383ffabfc3520210d2f8bee8302f5a62c 100644 (file)
@@ -26,4 +26,5 @@ Style Bibliography
          Series              Bold
          Size                Huge
        EndFont
+       TocLevel              0
 End
index f6281372f4c5bb6313ce4fe35513b3171dd23010..0dadd2af7db26e75200635091c49ba7b17e0a8ec 100644 (file)
@@ -125,6 +125,7 @@ Style Bibliography
          Series              Bold
          Size                Larger
        EndFont
+       TocLevel              1
 End
 
 
index 6d786d6327fa3993258eb64838f9a41ae7d0d653..ac53e616ddf424f6b6c3cd376eee1ba8b1c12af5 100644 (file)
@@ -595,6 +595,7 @@ Style Bibliography
        LabelFont
          Series              Bold
        EndFont
+       TocLevel              1
 End
 
 
index 685f3681af80bd89fcf90d9b8d446a4cf250f7f9..42e86fec1f43b99aaab3fb4889a018abbf2e1b8d 100644 (file)
@@ -308,8 +308,8 @@ Style Bibliography
        LatexType               Bib_Environment
        LatexName               thebibliography
        Category                BackMatter
-       NextNoIndent    1
-       ToggleIndent    Never
+       NextNoIndent            1
+       ToggleIndent            Never
        LeftMargin              MM
        ParSkip                 0.4
        ItemSep                 0
@@ -317,13 +317,14 @@ Style Bibliography
        BottomSep               0.7
        ParSep                  0.5
        Align                   Block
-       AlignPossible   Block, Left
+       AlignPossible           Block, Left
        LabelType               Bibliography
        LabelString             "References"
-       LabelBottomSep  1.2
+       LabelBottomSep          1.2
        LabelFont
          Series                Bold
          Size                  Larger
        EndFont
+       TocLevel                1
 End
 
index 7da5ab9f3dd3ef69de9dd2e408d03ac5bf8e4df1..38b43131e147cf89fdeeeb7ecb70f677ec3d20c5 100644 (file)
@@ -467,4 +467,5 @@ Style Bibliography
     Series     Bold
     Size       Larger
   EndFont
+  TocLevel      1
 End
index 3d638825b2c6ab5c077addd2a646a2647710caff..c3835b828b8ad7775887b491a10d13bdfbca6616 100644 (file)
@@ -480,4 +480,5 @@ Style Bibliography
     Series     Bold
     Size       Larger
   EndFont
+  TocLevel      1
 End
index c49002ef1fb00760bc2deda5484293f67ef9c242..3ff99ef7b67508a58526b7c69a9c4896c40c383e 100644 (file)
@@ -287,6 +287,7 @@ Style "Bibliography (plain)"
          Series        Bold
          Size          Larger
        EndFont
+       TocLevel        1
 End
 
 
index 53f4d76b61ab005c0105b00942b9ed5b56456f74..4c1f46e80c17aba84d10b2f88e5531f43ae9ba49 100644 (file)
@@ -288,5 +288,6 @@ Style Bibliography
          Series        Bold
          Size          Larger
        EndFont
+       TocLevel        1
 End
 
index 761272f9430ca24a536a0648312bcb8b5cc82d99..9fed36753dd07662c15a08025d7f42878589271b 100644 (file)
@@ -366,4 +366,5 @@ Style References
          Size                Normal
          Series              Bold
        EndFont
+       TocLevel              1
 End
index b7eded2f2aa4954b38ebbfc93c1a3f9dfa2ba359..0787825b15c7f97c0d545256b96dc1c24c7b4f73 100644 (file)
@@ -287,6 +287,7 @@ Style Bibliography
        LabelFont
          Series              Bold
        EndFont
+       TocLevel              0
 End
 
 
index ea7061ed3d0f47db1a9ffe0a913c9683fcc1988d..d37248dbc25ab3aec859dac190a823ce6ffbfa0b 100644 (file)
@@ -269,6 +269,7 @@ Style Bibliography
          Series             Bold
          Size               Huge
        EndFont
+       TocLevel             0
 End
 
 
index f9a509b0463fc02c7887fd8fffb94ba75f92457b..afcfd1e11523c58b84501fd810ffeee6ec84b1cb 100644 (file)
@@ -519,6 +519,7 @@ Style Bibliography
          Size          Larger
          Family        Sans
        EndFont
+       TocLevel        1
 End
 
 Style Recipient
index dd2b04d2b5facd1ea70fba4f40271a228fa84c02..13e3a5b0ed46bdb0a47df7ddf947c57ad85910a8 100644 (file)
@@ -27,6 +27,7 @@ Style Bibliography
          Series              Bold
          Size                Huge
        EndFont
+       TocLevel              0
 End
 
 
index 49ad9149a27a53023ae1d0619ad57fe4849c88ed..4c3e37edf84ad0d7792fce73115b0989e35cdc9d 100644 (file)
@@ -371,6 +371,7 @@ Style Bibliography
   LabelType     Bibliography
   LabelString   ""
   LabelBottomSep 0
+  TocLevel      1
 End
 
 ###
index ff732e7a61a4cc05016045098ea8970e273ed885..fd2a5faa117838bc10bc03ea296362e4fbb03c1e 100644 (file)
@@ -51,6 +51,7 @@ Style Bibliography
     Series             Bold
     Size               Largest
   EndFont
+  TocLevel              0
 End
 
 Preamble
index 49dea8e7580b25dafc002c32d2fb69d375871a3c..75f180b8a83940a1125404a38e6406d9f1cfa0b4 100644 (file)
@@ -17,4 +17,5 @@ Style Bibliography
          Series              Bold
          Size                Huge
        EndFont
+       TocLevel              0
 End
index 4b04c85c51444f515fc72bff3a95650fd66631c7..8c363cc083578c145206bc18fa7ee01c03890eb0 100644 (file)
@@ -34,4 +34,5 @@ Style Bibliography
          Series        Bold
          Size          Largest
        EndFont
+       TocLevel        0
 End
index a8377d9c60e0ec308f2203e608c33686a1f8138f..bf4884a2e237fdeddea7a2c0d893c7233eef0b4a 100644 (file)
@@ -16,4 +16,5 @@ Style Bibliography
          Series        Bold
          Size          Largest
        EndFont
+       TocLevel        0
 End
index d3afc4b1ef0919d222fb09394b7a18238cdb6bc2..a0f4565bb3c0746bca778aa9c6372443da1aa177 100644 (file)
@@ -348,6 +348,7 @@ Style Bibliography
          Size                Normal
          Shape               Smallcaps
        EndFont
+       TocLevel              1
 End
 
 NoStyle                 Chapter
index dbfe819eed86591b50d2b1313e30a65e955fee6a..88a452f43a4945d3a4acefa9c1a346cdc1603db8 100644 (file)
@@ -164,4 +164,5 @@ Style Bibliography
        LabelFont
          Size                Tiny
        EndFont
+       TocLevel              1
 End
index be8fbb411801fbbfbf81b84958ebdefc9bda3579..b323cf37ea366146cffe7d2726e30fc3d79bdbdc 100644 (file)
@@ -81,4 +81,5 @@ Style Bibliography
                span.bibitemlabel:before { content: "["; }
                span.bibitemlabel:after { content: "] "; }
        EndHTMLStyle
+       TocLevel              1
 End
index 707b3b80038aeadce17b3c9160287585cbf0f417..3b1ea043ab75825ff1f848bc94a5ae2be4f2bf24 100644 (file)
@@ -593,6 +593,7 @@ Style Bibliography
        LabelFont
          Series        Bold
        EndFont
+       TocLevel        0
 End
 
 Style Description
index 7955c7b473466a255f04d3292eaf0b75ae5121c0..d034386dd2b55f3679f8eec7785d59dd665e3de9 100644 (file)
@@ -267,4 +267,5 @@ Style Bibliography
          Series                Bold
          Size                  Huge
        EndFont
+       TocLevel                0
 End
index 74e92924ef5814c3575ff1e0b182f73fec87c8bd..c78d4138dcfaa11ce4e828b5b7ed117c0ef80803 100644 (file)
@@ -73,3 +73,7 @@ Style Abstract
          Size          Large
        EndFont
 End
+
+Style Bibliography
+       TocLevel        1
+End