2008-01-09 18:51:02 +00:00
|
|
|
#\DeclareLyXModule{Logical Markup}
|
2019-04-04 16:43:29 +00:00
|
|
|
#\DeclareCategory{Text Markup}
|
2008-01-09 18:51:02 +00:00
|
|
|
#DescriptionBegin
|
|
|
|
#Defines some character styles for logical markup: noun, emph, strong, and code.
|
|
|
|
#DescriptionEnd
|
2007-09-18 16:29:38 +00:00
|
|
|
|
|
|
|
# Author : Martin vermeer <martin.vermeer@hut.fi>
|
|
|
|
|
2021-02-13 14:16:58 +00:00
|
|
|
Format 93
|
2007-09-18 16:29:38 +00:00
|
|
|
|
2010-10-12 15:41:55 +00:00
|
|
|
InsetLayout Flex:Noun
|
2007-09-18 16:29:38 +00:00
|
|
|
LyxType charstyle
|
|
|
|
LabelString noun
|
|
|
|
LatexType command
|
|
|
|
LatexName noun
|
|
|
|
Font
|
|
|
|
Shape Smallcaps
|
|
|
|
EndFont
|
2008-10-05 19:48:43 +00:00
|
|
|
Requires noun
|
2009-02-06 17:54:33 +00:00
|
|
|
InToc true
|
2009-06-05 17:51:03 +00:00
|
|
|
HTMLTag span
|
|
|
|
HTMLAttr class='noun'
|
|
|
|
HTMLStyle
|
|
|
|
span.noun {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
EndHTMLStyle
|
2018-05-11 11:47:27 +00:00
|
|
|
ResetsFont true
|
|
|
|
CustomPars false
|
2020-08-30 23:41:09 +00:00
|
|
|
DocBookTag personname
|
|
|
|
DocBookTagType inline
|
2007-09-18 16:29:38 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
2010-10-12 15:41:55 +00:00
|
|
|
InsetLayout Flex:Emph
|
2007-09-18 16:29:38 +00:00
|
|
|
LyxType charstyle
|
|
|
|
LabelString emph
|
|
|
|
LatexType command
|
|
|
|
LatexName emph
|
|
|
|
Font
|
|
|
|
Shape Italic
|
|
|
|
EndFont
|
2009-02-06 17:54:33 +00:00
|
|
|
InToc true
|
2009-06-05 17:51:03 +00:00
|
|
|
HTMLTag em
|
2018-05-11 11:47:27 +00:00
|
|
|
ResetsFont true
|
|
|
|
CustomPars false
|
2020-08-30 23:41:09 +00:00
|
|
|
DocBookTag emphasis
|
|
|
|
DocBookTagType inline
|
2007-09-18 16:29:38 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
2010-10-12 15:41:55 +00:00
|
|
|
InsetLayout Flex:Strong
|
2007-09-18 16:29:38 +00:00
|
|
|
LyxType charstyle
|
|
|
|
LabelString strong
|
|
|
|
LatexType command
|
|
|
|
LatexName strong
|
|
|
|
Font
|
|
|
|
Series Bold
|
|
|
|
EndFont
|
|
|
|
Preamble
|
2017-02-17 07:35:41 +00:00
|
|
|
\providecommand*{\strong}[1]{\textbf{#1}}
|
2007-09-18 16:29:38 +00:00
|
|
|
EndPreamble
|
2009-02-06 17:54:33 +00:00
|
|
|
InToc true
|
2009-06-05 17:51:03 +00:00
|
|
|
HTMLTag strong
|
2018-05-11 11:47:27 +00:00
|
|
|
ResetsFont true
|
|
|
|
CustomPars false
|
2020-08-30 23:41:09 +00:00
|
|
|
DocBookTag personname
|
|
|
|
DocBookAttr role='bold'
|
|
|
|
DocBookTagType inline
|
2007-09-18 16:29:38 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
2010-10-12 15:41:55 +00:00
|
|
|
InsetLayout Flex:Code
|
2007-09-18 16:29:38 +00:00
|
|
|
LyxType charstyle
|
|
|
|
LabelString code
|
|
|
|
LatexType command
|
|
|
|
LatexName code
|
|
|
|
Font
|
|
|
|
Family Typewriter
|
|
|
|
EndFont
|
|
|
|
Preamble
|
2017-02-17 07:35:41 +00:00
|
|
|
\providecommand*{\code}[1]{\texttt{#1}}
|
2007-09-18 16:29:38 +00:00
|
|
|
EndPreamble
|
2009-02-06 17:54:33 +00:00
|
|
|
InToc true
|
2009-06-05 17:51:03 +00:00
|
|
|
HTMLTag code
|
2018-05-11 11:47:27 +00:00
|
|
|
ResetsFont true
|
|
|
|
CustomPars false
|
2014-04-29 09:16:41 +00:00
|
|
|
Spellcheck false
|
2020-08-30 23:41:09 +00:00
|
|
|
DocBookTag code
|
|
|
|
DocBookTagType inline
|
2007-09-18 16:29:38 +00:00
|
|
|
End
|