2007-08-17 15:48:41 +00:00
|
|
|
# Textclass definition file for LaTeX.
|
2007-08-29 16:04:56 +00:00
|
|
|
# Author : Martin vermeer <martin.vermeer@hut.fi>
|
2007-08-17 15:48:41 +00:00
|
|
|
# Character Styles definition
|
|
|
|
|
2007-08-22 18:55:03 +00:00
|
|
|
Format 5
|
2007-08-17 15:48:41 +00:00
|
|
|
InsetLayout CharStyle:Noun
|
|
|
|
LyxType charstyle
|
|
|
|
LabelString noun
|
2007-08-20 14:22:39 +00:00
|
|
|
LatexType command
|
|
|
|
LatexName noun
|
2007-08-17 15:48:41 +00:00
|
|
|
Font
|
|
|
|
Shape Smallcaps
|
|
|
|
EndFont
|
2007-08-22 18:55:03 +00:00
|
|
|
Preamble
|
|
|
|
\newcommand{\noun}[1]{\textsc{#1}}
|
|
|
|
EndPreamble
|
2007-08-17 15:48:41 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
InsetLayout CharStyle:Emph
|
|
|
|
LyxType charstyle
|
|
|
|
LabelString emph
|
2007-08-20 14:22:39 +00:00
|
|
|
LatexType command
|
|
|
|
LatexName emph
|
2007-08-17 15:48:41 +00:00
|
|
|
Font
|
|
|
|
Shape Italic
|
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
2007-08-25 14:43:59 +00:00
|
|
|
|
2007-08-29 16:04:56 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2007-08-25 14:43:59 +00:00
|
|
|
# Error fallback:
|
|
|
|
InsetLayout CharStyle
|
|
|
|
LyxType end
|
|
|
|
LabelString "UNDEFINED"
|
|
|
|
Font
|
|
|
|
Color error
|
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|