Search found 1 match

by fasol8
Wed Oct 17, 2012 1:13 am
Forum: General
Topic: using verbatim in the argument of new environment
Replies: 5
Views: 8968

using verbatim in the argument of new environment

Simplest way to start with \VerbatimEnvironment

\newenvironment{newenv}
{\VerbatimEnvironment *beginingcommands* \begin{Verbatim}}
{\end{Verbatim} *endingcommand*}

This solution i find in guide for nice package "fansybox", for example if you need boxed source code you can try this ...