]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
* scrclass.inc: \addpart, \addchap and \addsec have an optional argument.
[lyx.git] / lib / layouts / scrclass.inc
index 46a0e263e76ab65da898d79e71c55dfc0acf6774..46354924b73eb86a01d899eb54e09abe94232c15 100644 (file)
@@ -110,18 +110,21 @@ Input stdstarsections.inc
 Style Addpart
        CopyStyle             Part*
        LatexName             addpart
+       OptionalArgs          1
 End
 
 
 Style Addchap
        CopyStyle             Chapter*
        LatexName             addchap
+       OptionalArgs          1
 End
 
 
 Style Addsec
        CopyStyle             Section*
        LatexName             addsec
+       OptionalArgs          1
 End