Add some more logical charstyles

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19892 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2007-08-29 16:04:56 +00:00
parent 58d97d01d8
commit 794ff76622

View File

@ -1,5 +1,5 @@
# Textclass definition file for LaTeX.
# Author : Martin vermeer <amrtin.vermeer@hut.fi>
# Author : Martin vermeer <martin.vermeer@hut.fi>
# Character Styles definition
Format 5
@ -28,6 +28,34 @@ InsetLayout CharStyle:Emph
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
# Error fallback:
InsetLayout CharStyle
LyxType end