라텍스로 다음을 쓰려고합니다.
\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}
어떤 이유로 든 많은 오류가 발생합니다. "insert"라는 단어를 사용하는 것이 있다고 생각합니다. "Missing $ insert"와 같은 오류가 발생하므로 구문 분석에서 일부 "오류"를 수정하려고하는 것 같습니다. "삽입"과 같은 단어를 이스케이프해야합니까? 어떻게해야합니까?
$
참고 문헌의 제목 중 하나에 기호 가 있었기 때문에이 오류가 발생 했습니다. 사용\$
도왔다.