2008-01-09 18:51:02 +00:00
|
|
|
#\DeclareLyXModule{Logical Markup}
|
|
|
|
#DescriptionBegin
|
|
|
|
#Defines some character styles for logical markup: noun, emph, strong, and code.
|
|
|
|
#DescriptionEnd
|
2009-08-14 15:20:11 +00:00
|
|
|
#Category: charstyles
|
2007-09-18 16:29:38 +00:00
|
|
|
|
|
|
|
# Author : Martin vermeer <martin.vermeer@hut.fi>
|
|
|
|
|
2010-10-13 16:54:57 +00:00
|
|
|
Format 30
|
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
|
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
|
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
|
|
|
|
\newcommand{\strong}[1]{\textbf{#1}}
|
|
|
|
EndPreamble
|
2009-02-06 17:54:33 +00:00
|
|
|
InToc true
|
2009-06-05 17:51:03 +00:00
|
|
|
HTMLTag strong
|
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
|
|
|
|
\newcommand{\code}[1]{\texttt{#1}}
|
|
|
|
EndPreamble
|
2009-02-06 17:54:33 +00:00
|
|
|
InToc true
|
2009-06-05 17:51:03 +00:00
|
|
|
HTMLTag code
|
2007-09-18 16:29:38 +00:00
|
|
|
End
|