The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 912cbcdbb426394df9751b9fa02c388c2108c047 Author: Scott Kostyshak <[email protected]> Date: Mon Apr 15 17:06:23 2013 -0400 jasatex.layout: fix 'Acknowledgments' style 'Acknowledgments' does not belong in the title but did not override 'InTitle 1' inherited from 'Abstract'. Without this patch, the following error is given: output_latex.cpp (1111): Error in latexParagraphs: You should not mix title layouts with normal ones. Thanks to Hashini Senaratne for narrowing down the problem. diff --git a/lib/layouts/jasatex.layout b/lib/layouts/jasatex.layout index 1c6efa9..81a0bef 100644 --- a/lib/layouts/jasatex.layout +++ b/lib/layouts/jasatex.layout @@ -231,6 +231,7 @@ Style Acknowledgments CopyStyle Abstract LatexName acknowledgments Category BackMatter + InTitle 0 LabelType Above LabelString "Acknowledgments" Font ----------------------------------------------------------------------- Summary of changes: lib/layouts/jasatex.layout | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
