From 912cbcdbb426394df9751b9fa02c388c2108c047 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 15 Apr 2013 17:06:23 -0400 Subject: [PATCH] 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. --- lib/layouts/jasatex.layout | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/layouts/jasatex.layout b/lib/layouts/jasatex.layout index 1c6efa9990..81a0befa07 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 -- 2.39.2