I have some text that i would like to see represented the way it is in my
document later.
In other words, i would like latex to not treat a part of my latex code as document-building instructions, but to display it as it was written.
Is there an environment that could achive that ?
Something like
Code: Select all
\begin{xxx}
<node BACKGROUND_COLOR="#0ea0f1" COLOR="#0033ff" TEXT="Child1-1">
\end{xxx}
<node BACKGROUND_COLOR="#0ea0f1" COLOR="#0033ff" TEXT="Child1-1">
in my document.
I do not wish to manually check if every character inside environment xxx
is perhaps a control character that needs to be escaped (_ to \_).
Thanks
matjaz