How to use LaTeX markup in text? I have one text which has bullet points so i am using following way.
A paragraph is a series of sentences that are organized and coherent, and are all related to a single topic. Almost every piece of writing you do that is longer than a few sentences should be organized into paragraphs. This is because paragraphs show a reader where the subdivisions of an essay begin and end, and thus help the reader see the organization of the essay and grasp its main points.
\newline
\begin{itemize}
\item- Paragraph is a way to represent you feeling.
\end{itemize}
In my code, I am using
\def\verbatim@font{\normalfont\ua1}
but when I read from file, there appears to be one more slash (\).
\\newline
\\begin{itemize}
\\item- Paragraph is a way to represent you feeling.
\\end{itemize}
Also it gives error message
! Undefined control sequence.
l.1887 ...rting dose.\\newline\n\\begin{itemize}\n
How to avoid such errors?
.Rnwfile that shows the problem and maybe we can help you. If not you need to explain clearly what you are doing, because from the current state of your question it's impossible to tell. – Alan Munn Jun 22 '12 at 3:22