___________________________________________________________

 Support for verbatim-like environments [for WinEdt 10]

===========================================================

 by Karl Koeller
 E-mail: karlkoeller@gmail.com

 http://www.winedt.org/

___________________________________________________________


Verbatim-like environments can be problematic when you have to
collect data or when it comes to folding portions of text. Starting
with v8, WinEdt has the ability to recognize such environments, but
the support is limited to standard environments. This package adds
support for several verbatim-like environments, provided by the
following LaTeX packages: "moreverb", "verbatim" and "fancyvrb".

See USAGE for a complete list of additions.

---------------------------
 INSTALLATION
---------------------------

Open the macro file "Install.edt" in WinEdt, and execute it by
choosing "Macros" menu > "Execute Current Macro".

---------------------------
 UNINSTALLATION
---------------------------

Open the macro file "Uninstall.edt" in WinEdt (also available in
%b\Uninstall\VerbatimPlus folder), and execute it by choosing
"Macros" menu > "Execute Current Macro".

---------------------------
 USAGE
---------------------------

The package adds support for the following stuff:

Verbatim environments (moreverb package):
  verbatimwrite
  listing
  listing*
  verbatimtab

Verbatim environments (fancyvrb package):
  Verbatim
  Verbatim*
  VerbatimOut
  VerbatimOut*
  BVerbatim
  BVerbatim*
  LVerbatim
  LVerbatim*

Verbatim input (moreverb package):
  \listinginput
  \verbatimtabinput

Verbatim input (verbatim package):
  \verbatiminput
  \verbatiminput*

Verbatim input (fancyvrb package):
  \VerbatimInput
  \VerbatimInput*
  \BVerbatimInput
  \BVerbatimInput*
  \LVerbatimInput
  \LVerbatimInput*
