答案1
使用 的快速技巧\hl
是仅在 ERT 中写入\hl{
和}
,并使用 LyX GUI 写入数学内容。因此它可能看起来像这样:
另一个选项是为 定义一个新的自定义插入\hl
。转到文档 --> 设置 --> 本地布局,然后添加以下内容:
InsetLayout Flex:highlight
LyxType custom
LabelString hl
LatexType command
LatexName hl
Font
Series Bold
EndFont
Preamble
\usepackage{xcolor}
\usepackage{soul}
\colorlet{highlightgreen}{green!10}
\colorlet{highlightgray}{gray!20}
\sethlcolor{highlightgreen}
EndPreamble
InToc false
HTMLTag strong
ResetsFont true
End
(或者跳过前言块,然后手动将其添加到前言中。)
现在你应该发现突出在插入->自定义插入下:
添加其中一个插图,并在其中添加内联数学。可能看起来像这样: