commit 5febcf6236658916ef3c50521a623892cef66bcb
Author: Scott Kostyshak <[email protected]>
Date:   Sat Jun 3 18:52:04 2017 -0400

    aa.lyx: fix mixed layouts causing wrong PDF output
    
    LyX correctly gave a warning about mixing InTitle layouts: There was
    a LyX note in a Title environment, then there were standard
    environments, and then a Title environment. This setup caused
    several missing elements in the PDF.
    
    Simply changing the Title environment of the Note to standard solved
    the problems: The PDF output is now correct and LyX no longer gives
    a warning.
---
 lib/templates/aa.lyx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/templates/aa.lyx b/lib/templates/aa.lyx
index 33c7350..8fd04ec 100644
--- a/lib/templates/aa.lyx
+++ b/lib/templates/aa.lyx
@@ -77,7 +77,7 @@
 
 \begin_body
 
-\begin_layout Title
+\begin_layout Standard
 \begin_inset Note Note
 status open
 

Reply via email to