The branch, master, has been updated. - Log -----------------------------------------------------------------
commit a28bc8daa93e2a87e72ca517901bbcec741ba1b3 Author: Georg Baum <[email protected]> Date: Sun Nov 25 12:37:33 2012 +0100 Fix broken layout file syntax diff --git a/lib/layouts/amsdefs.inc b/lib/layouts/amsdefs.inc index 4e71d00..49a59d6 100644 --- a/lib/layouts/amsdefs.inc +++ b/lib/layouts/amsdefs.inc @@ -34,7 +34,7 @@ Style Title ParSep 1 Align Center LabelType No_Label - Argument shorttitle + Argument 1 LabelString "Short Title|S" Tooltip "Short title which appears in the running headers" EndArgument diff --git a/lib/layouts/customHeadersFooters.module b/lib/layouts/customHeadersFooters.module index 497cbdb..d4361d7 100644 --- a/lib/layouts/customHeadersFooters.module +++ b/lib/layouts/customHeadersFooters.module @@ -16,7 +16,7 @@ Style "Left Header" LabelSep xx LatexName lhead LabelString "Left Header:" - Argument even + Argument 1 LabelString "Even Header" Tooltip "Alternative text for the even header" EndArgument diff --git a/lib/layouts/enumitem.module b/lib/layouts/enumitem.module index 88a3f88..6b9777f 100644 --- a/lib/layouts/enumitem.module +++ b/lib/layouts/enumitem.module @@ -50,24 +50,24 @@ EndPreamble # ------------------------ # With enumitem, the three standard list environments take an optional -# argument. See enumitem.pdf_ for possible values. +# argument. See enumitem.pdf for possible values. IfStyle Itemize - Argument option + Argument 1 LabelString "Itemize Options" Tooltip "Optional arguments for this list (see enumitem manual)" EndArgument End IfStyle Enumerate - Argument option + Argument 1 LabelString "Enumerate Options" Tooltip "Optional arguments for this list (see enumitem manual)" EndArgument End IfStyle Description - Argument option + Argument 1 LabelString "Description Options" Tooltip "Optional arguments for this list (see enumitem manual)" EndArgument diff --git a/lib/layouts/initials.module b/lib/layouts/initials.module index 2a19bcc..2dc35fd 100644 --- a/lib/layouts/initials.module +++ b/lib/layouts/initials.module @@ -29,11 +29,11 @@ Style Initial Margin First_Dynamic LabelType static LabelString Initial - Argument option + Argument 1 LabelString "Initial Option" Tooltip "Optional argument for initial (see lettrine manual)" EndArgument - Argument inital + Argument 2 Mandatory 1 LabelString "Initial" Tooltip "Initial letter" ----------------------------------------------------------------------- Summary of changes: lib/layouts/amsdefs.inc | 2 +- lib/layouts/customHeadersFooters.module | 2 +- lib/layouts/enumitem.module | 8 ++++---- lib/layouts/initials.module | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- The LyX Source Repository
