mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
linguistics.module: use covington's semantic markups rather than self-baked ones
This commit is contained in:
parent
15d9b89add
commit
d13c582e5d
@ -230,13 +230,11 @@ InsetLayout Flex:Expression
|
|||||||
LyxType charstyle
|
LyxType charstyle
|
||||||
LabelString expr.
|
LabelString expr.
|
||||||
LatexType command
|
LatexType command
|
||||||
LatexName lingexpr
|
LatexName lexp
|
||||||
|
Requires covington
|
||||||
Font
|
Font
|
||||||
Shape Italic
|
Shape Italic
|
||||||
EndFont
|
EndFont
|
||||||
Preamble
|
|
||||||
\newcommand{\lingexpr}[1]{\emph{#1}}
|
|
||||||
EndPreamble
|
|
||||||
InToc true
|
InToc true
|
||||||
ResetsFont true
|
ResetsFont true
|
||||||
End
|
End
|
||||||
@ -246,13 +244,11 @@ InsetLayout Flex:Concepts
|
|||||||
LyxType charstyle
|
LyxType charstyle
|
||||||
LabelString concept
|
LabelString concept
|
||||||
LatexType command
|
LatexType command
|
||||||
LatexName lingconcept
|
LatexName lcon
|
||||||
|
Requires covington
|
||||||
Font
|
Font
|
||||||
Shape Smallcaps
|
Shape Smallcaps
|
||||||
EndFont
|
EndFont
|
||||||
Preamble
|
|
||||||
\newcommand{\lingconcept}[1]{\textsc{#1}}
|
|
||||||
EndPreamble
|
|
||||||
InToc true
|
InToc true
|
||||||
ResetsFont true
|
ResetsFont true
|
||||||
End
|
End
|
||||||
@ -262,11 +258,8 @@ InsetLayout Flex:Meaning
|
|||||||
LyxType charstyle
|
LyxType charstyle
|
||||||
LabelString meaning
|
LabelString meaning
|
||||||
LatexType command
|
LatexType command
|
||||||
LatexName lingmeaning
|
LatexName lmean
|
||||||
Requires csquotes
|
Requires covington,csquotes
|
||||||
Preamble
|
|
||||||
\newcommand{\lingmeaning}[1]{\enquote*{#1}}
|
|
||||||
EndPreamble
|
|
||||||
InToc true
|
InToc true
|
||||||
ResetsFont true
|
ResetsFont true
|
||||||
End
|
End
|
||||||
|
Loading…
Reference in New Issue
Block a user