summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/newvbtm/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/newvbtm/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/newvbtm/README')
-rw-r--r--macros/latex/contrib/newvbtm/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/macros/latex/contrib/newvbtm/README b/macros/latex/contrib/newvbtm/README
new file mode 100644
index 0000000000..bf19bd015d
--- /dev/null
+++ b/macros/latex/contrib/newvbtm/README
@@ -0,0 +1,36 @@
+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>