This links http://www.latex-community.org/index.ph ... Itemid=111 said that Texmaker supports verbatim evironment to syntax highlighting (cancel special TeX symbols in this environment). But I have problem with this code (gnuplot)
Code: Select all
\begin{verbatim}
plot \
'< cat data.txt | sed "/^#\|^$/d" | awk "{print $2, $3}" | smooth 0.1',\
'data.txt' u 2:3
\end{verbatim}
How to fix this?
Thanks in advance, Denis.