On Sun, Sep 27, 2020 at 05:22:45PM +0200, Scott Kostyshak wrote:
> commit 5d7efd2fa934b138933ffed5a1e19c9d52e8d933
> Author: Scott Kostyshak <skost...@lyx.org>
> Date:   Sun Sep 27 11:44:59 2020 -0400
> 
>     Update layouts
>     
>     Fixes a slight delay when cutting (#11988).

Can someone take a look at the following diffs from updating the layout?
I checked layout2layout but the updates from 82 to 83 and 83 to 84 seem
like they should not change anything.


I see two main types of differences. The following is one example:


diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout
index 4438482a6d..8236329c39 100644
--- a/lib/layouts/beamer.layout
+++ b/lib/layouts/beamer.layout
@@ -6,7 +6,7 @@
 #   Richard Heck <rgh...@lyx.org>, Martin Vermeer <martin.verm...@hut.fi> and 
probably others.
 
 
-Format 82
+Format 84
 
 #
 # GLOBAL SETTINGS
@@ -814,7 +814,7 @@ Style Overprint
   BottomSep        0.7
   ParSep           0.3
   Align            Left
-  LabelType        Static
+  LabelType        Itemize
   LabelString      "Overprint"
   LabelFont
     Family         Roman


And here is another example:


diff --git a/lib/layouts/jss.layout b/lib/layouts/jss.layout
index a7e75e5c7a..186ddbef89 100644
--- a/lib/layouts/jss.layout
+++ b/lib/layouts/jss.layout
@@ -8,7 +8,7 @@
 # License: GNU GPL version 2 or later
 # JSS LaTeX files can be downloaded from 
http://www.jstatsoft.org/downloads/JSSstyle.zip
 
-Format 82
+Format 84
 
 # Read the definitions from article.layout
 Input article.layout
@@ -24,10 +24,12 @@ NoStyle "Right Address"
 
 Style Section
        LabelString                     \thesection.
+       TocLevel 1
 End
 
 Style Subsection
        LabelString                     \thesubsection.
+       TocLevel 2
 End
 
 Style Subsubsection
@@ -35,6 +37,7 @@ Style Subsubsection
        Font
          Shape                         Italic
        EndFont
+               TocLevel 3
 End


Until we figure these diffs out, should we revert this commit?

Scott

Attachment: signature.asc
Description: PGP signature

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to