Texmaker and TeXstudioVerbatim environment problem

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
dinya
Posts: 11
Joined: Sat Oct 24, 2009 6:24 pm

Verbatim environment problem

Post by dinya »

Hello all.

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}
This connected with 3 symbols $ in code.

How to fix this?

Thanks in advance, Denis.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply