Tôi cố gắng viết như sau bằng latex:
\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}
Vì một số lý do, tôi nhận được một loạt các lỗi. Tôi nghĩ rằng có một cái gì đó với việc sử dụng từ "chèn". Tôi gặp lỗi như "Thiếu $ đã chèn", vì vậy có vẻ như các phân tích cố gắng sửa một số "lỗi" trên các bộ phận của tôi. Tôi có cần thoát các từ như "insert" không, làm thế nào để làm điều đó?
$
biểu tượng trong một trong những tiêu đề trong thư mục của tôi. Sử dụng\$
giúp.