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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply