I have some code (as an example):
Code: Select all
print <<EOF;
Цена $price.
EOF
print <<"EOF";
Цена $price.
EOF
print <<'EOF';
Цена $price.
EOF
Code: Select all
\newenvironment{mylisting}
{\begin{list}{}{\setlength{\leftmargin}{1em}}\item\scriptsize\bfseries}
{\end{list}}
Code: Select all
\begin{mylisting}
\begin{verbatim}
... % listings there
\end{verbatim}
\end{verbatim}
P.S. Oh, I also cannot use listings package.