我尝试在乳胶中编写以下内容:
\begin{itemize}
\item \textbf{insert(element|text)} inserts the element or text passed at the start of the selection.
\item \textbf{insert_after(element|text)} inserts the element or text passed at the end of the selection.
\item \textbf{replace(element|text)} replaces the selection with the passed text/element.
\item \textbf{delete()} deletes the selected text.
\item \textbf{annotate(name,value)} annotates the selected text with the passed name and value-pair. This can either be a hidden meta-data about the selection, or can alter the visible appearance.
\item \textbf{clear_annotation()} removes any annotation for this specific selection.
\item \textbf{update_element(value)} performs an update of the element at the selection with the passed value.
\end{itemize}
由于某种原因,我遇到了很多错误。我认为使用“插入”一词有一些好处。我收到诸如“缺少$插入”之类的错误,因此解析似乎试图修复我的部件上的某些“错误”。我是否需要转义“插入”之类的单词,该怎么做?
$
我的书目中的标题之一中有符号。使用\$
帮助。