Index of /archives/text/CTAN/macros/latex/contrib/newvbtm

Icon  Name                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2011-09-17 23:56 1.0K [   ] newvbtm-man.pdf 2011-09-18 00:00 80K [TXT] newvbtm.dtx 2002-04-09 01:17 46K [   ] newvbtm.ins 1999-08-25 21:59 223
newvbtm (v1.1): The package for your own verbatim-like environments
		containing two style files;
    newvbtm.sty:    To define your own verbatim-like environments
    varvbtm.sty:    To make some variants of verbatim

[How to "make"]

  % tex newvbtm.ins	# you'll have pfnote.sty, fnpos.sty, dblfnote.sty 
			# and newvbtm-man.tex
# to have user's manual  
  % latex newvbtm-man
  % makeindex -s gind.ist -o newvbtm-man.ind newvbtm-man.idx
  % latex newvbtm-man

# to have implementation document
  % latex newvbtm.dtx
  % makeindex -s gind.ist -o newvbtm.ind newvbtm.idx
  % makeindex -s gglo.ist -o newvbtm.gls newvbtm.glo
  % latex newvbtm.dtx

[Features]

+ newvbtm.sty gives you \(re)newverbatim command to define your own
  verbatim-like environment.

+ varvbtm.sty defines macros for;
    - tab emulation
    - form-feed character handling
    - non-verbatim stuff insertion in verbatim-like environment
    - verbatim input file

+ A small bug causing trouble with LaTeX 2.09 is fixed in v1.1.

Enjoy!

Hiroshi Nakashima <nakasima@tutics.tut.ac.jp>