আমি লেটেক্সে নিম্নলিখিতগুলি লেখার চেষ্টা করি:
\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}
কিছু কারণে, আমি বেশ কিছু ত্রুটি পেয়েছি get আমি মনে করি "সন্নিবেশ" শব্দটির ব্যবহারের সাথে কিছু আছে। আমি "অনুপস্থিত $ "োকানো" এর মতো ত্রুটি পেয়েছি, সুতরাং দেখে মনে হচ্ছে পার্সগুলি আমার অংশে কিছু "ত্রুটি" ঠিক করার চেষ্টা করেছে। আমার কি "সন্নিবেশ" এর মতো শব্দগুলি এড়ানো দরকার, আমি কীভাবে এটি করব?
$
আমার গ্রন্থগ্রন্থের একটি শিরোনামে প্রতীক ছিল । ব্যবহার\$
সাহায্য।