首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >在LaTeX中如何获取“Missing $ inserted”错误?

在LaTeX中如何获取“Missing $ inserted”错误?

提问于 2018-01-16 00:34:18
回答 2关注 0查看 2.3K

试着用 latex 运行:

代码语言:javascript
复制
\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}

但是报错,“Missing $ inserted”

相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档