summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/newvbtm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/newvbtm
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/newvbtm')
-rw-r--r--Master/texmf-dist/doc/latex/newvbtm/README34
-rw-r--r--Master/texmf-dist/doc/latex/newvbtm/newvbtm-man.tex65
2 files changed, 99 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/newvbtm/README b/Master/texmf-dist/doc/latex/newvbtm/README
new file mode 100644
index 00000000000..157db6d5a81
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/newvbtm/README
@@ -0,0 +1,34 @@
+newvbtm (v1.0): 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
+
+Enjoy!
+
+Hiroshi Nakashima <nakasima@tutics.tut.ac.jp>
diff --git a/Master/texmf-dist/doc/latex/newvbtm/newvbtm-man.tex b/Master/texmf-dist/doc/latex/newvbtm/newvbtm-man.tex
new file mode 100644
index 00000000000..b1a50cc6f90
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/newvbtm/newvbtm-man.tex
@@ -0,0 +1,65 @@
+%%
+%% This is file `newvbtm-man.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% newvbtm.dtx (with options: `driver')
+%%
+%% IMPORTANT NOTICE:
+%%
+%% For the copyright see the source file.
+%%
+%% Any modified versions of this file must be renamed
+%% with new filenames distinct from newvbtm-man.tex.
+%%
+%% For distribution of the original source see the terms
+%% for copying and modification in the file newvbtm.dtx.
+%%
+%% This generated file may be distributed as long as the
+%% original source files, as listed above, are part of the
+%% same distribution. (The sources need not necessarily be
+%% in the same archive or directory.)
+%% Copyright (C) 1999 Hiroshi Nakashima <nakasima@tutics.tut.ac.jp>
+%% (Toyohashi Univ. of Tech.)
+%%
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt; either
+%% version 1 of the License, or any later version.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%
+%%
+\ProvidesFile{newvbtm-man.tex}
+[1999/08/11 v1.0 ]
+\documentclass{ltxdoc}
+\usepackage{varvbtm}
+\DisableCrossrefs
+\PageIndex
+\CodelineNumbered
+\RecordChanges
+\OnlyDescription
+\def\ONLYDESCRIPTION{}
+\advance\textwidth4em
+\begin{document}
+\DocInput{newvbtm.dtx}
+\end{document}
+%% tex newvbtm.ins
+\endinput
+%%
+%% End of file `newvbtm-man.tex'.