This refers to previous question. Alternative to textit in LaTeX
I am using textit for making text italic.
\documentclass[11pt,table,a5paper]{article}
\begin{document}
\textit{\textbf{Some Text}~\\
This gene encodes the pro-alpha1 chains of type III collagen.~\\
~\\
SSS.~\\
~\\
ZZZZ in the ZZZ3A1 gene, which ZZZ type III pro-XXX, cause type IV SSS-Danlos SSS, a rw rw to rw SSS in SSS rwr rw.}
\end{document}linecolor=goldenpoppy
I get following error message.
Runaway argument?
{\textbf {Some Text}~\\ This gene encodes the pro-alpha1 chains of ty\ETC.
! Paragraph ended before \text@command was complete.
<to be read again>
\par
l.9 ...os SSS, a rw rw to rw SSS in SSS rwr rw.}
How to fix this error?
