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
|
2007-09-18 16:29:38 +00:00
|
|
|
|
|
|
|
# Author : Martin vermeer <martin.vermeer@hut.fi>
|
|
|
|
|
2008-01-07 16:59:10 +00:00
|
|
|
Format 6
|
2007-09-18 16:29:38 +00:00
|
|
|
|
|
|
|
InsetLayout CharStyle:Noun
|
|
|
|
LyxType charstyle
|
|
|
|
LabelString noun
|
|
|
|
LatexType command
|
|
|
|
LatexName noun
|
|
|
|
Font
|
|
|
|
Shape Smallcaps
|
|
|
|
EndFont
|
2008-01-07 16:59:10 +00:00
|
|
|
Requires noun
|
2007-09-18 16:29:38 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
InsetLayout CharStyle:Emph
|
|
|
|
LyxType charstyle
|
|
|
|
LabelString emph
|
|
|
|
LatexType command
|
|
|
|
LatexName emph
|
|
|
|
Font
|
|
|
|
Shape Italic
|
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
InsetLayout CharStyle:Strong
|
|
|
|
LyxType charstyle
|
|
|
|
LabelString strong
|
|
|
|
LatexType command
|
|
|
|
LatexName strong
|
|
|
|
Font
|
|
|
|
Series Bold
|
|
|
|
EndFont
|
|
|
|
Preamble
|
|
|
|
\newcommand{\strong}[1]{\textbf{#1}}
|
|
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
InsetLayout CharStyle:Code
|
|
|
|
LyxType charstyle
|
|
|
|
LabelString code
|
|
|
|
LatexType command
|
|
|
|
LatexName code
|
|
|
|
Font
|
|
|
|
Family Typewriter
|
|
|
|
EndFont
|
|
|
|
Preamble
|
|
|
|
\newcommand{\code}[1]{\texttt{#1}}
|
|
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|