From ba264ec485170b49d766732189bf602f8f672aea Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Wed, 8 Feb 2023 11:46:42 -0500 Subject: [PATCH] Fix layout font settings of newly added file Change "TextFont" to "Font". This fixes the following terminal errors when opening the file: LyX: Unknown InsetLayout tag [around line 247 of file [layouts/jlreq-common.inc] current token: 'TextFont' context: ''] LyX: Unknown InsetLayout tag [around line 247 of file [layouts/jlreq-common.inc] current token: 'Family' context: ''] LyX: Unknown InsetLayout tag [around line 248 of file [layouts/jlreq-common.inc] current token: 'Typewriter' context: ''] LyX: Unknown InsetLayout tag [around line 249 of file [layouts/jlreq-common.inc] current token: 'EndFont' context: ''] --- lib/layouts/jlreq-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/layouts/jlreq-common.inc b/lib/layouts/jlreq-common.inc index df4c8fc2ee..55fd144c54 100644 --- a/lib/layouts/jlreq-common.inc +++ b/lib/layouts/jlreq-common.inc @@ -244,7 +244,7 @@ InsetLayout Flex:Warichu* PassThru 1 MultiPar 1 ParbreakIgnored 1 - TextFont + Font Family Typewriter EndFont HTMLLabel \arabic{footnote} -- 2.39.5