X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Flogicalmkup.module;h=5319faf3eaaaa83fb188904a73e3d37c3c53dd8d;hb=1977beb5b260c39cd0997426bbaef22c7fab9d89;hp=483609100108f548590d163de3d0f8ab9c6670c5;hpb=aa2b14afce0c64cc3f20f575f194415ab7953a41;p=lyx.git diff --git a/lib/layouts/logicalmkup.module b/lib/layouts/logicalmkup.module index 4836091001..5319faf3ea 100644 --- a/lib/layouts/logicalmkup.module +++ b/lib/layouts/logicalmkup.module @@ -2,12 +2,13 @@ #DescriptionBegin #Defines some character styles for logical markup: noun, emph, strong, and code. #DescriptionEnd +#Category: charstyles # Author : Martin vermeer -Format 16 +Format 49 -InsetLayout CharStyle:Noun +InsetLayout Flex:Noun LyxType charstyle LabelString noun LatexType command @@ -24,10 +25,11 @@ InsetLayout CharStyle:Noun font-family: sans-serif; } EndHTMLStyle + ResetsFont true End -InsetLayout CharStyle:Emph +InsetLayout Flex:Emph LyxType charstyle LabelString emph LatexType command @@ -37,10 +39,11 @@ InsetLayout CharStyle:Emph EndFont InToc true HTMLTag em + ResetsFont true End -InsetLayout CharStyle:Strong +InsetLayout Flex:Strong LyxType charstyle LabelString strong LatexType command @@ -53,10 +56,11 @@ InsetLayout CharStyle:Strong EndPreamble InToc true HTMLTag strong + ResetsFont true End -InsetLayout CharStyle:Code +InsetLayout Flex:Code LyxType charstyle LabelString code LatexType command @@ -69,4 +73,6 @@ InsetLayout CharStyle:Code EndPreamble InToc true HTMLTag code + ResetsFont true + Spellcheck false End