diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-08 00:54:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-08 00:54:18 +0000 |
commit | 72e060c8ccab1f801c7f40b5283256f296098de7 (patch) | |
tree | bab46b262a3d45b2022e7f0f020845712e1137a5 /Master/texmf-dist/doc/latex/verbatimbox/README | |
parent | 4c1eb5a01d9b26b23bdebd28739b415648adef5a (diff) |
new latex package verbatimbox (20aug08)
git-svn-id: svn://tug.org/texlive/trunk@10478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/verbatimbox/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/verbatimbox/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/verbatimbox/README b/Master/texmf-dist/doc/latex/verbatimbox/README new file mode 100644 index 00000000000..57a881cd961 --- /dev/null +++ b/Master/texmf-dist/doc/latex/verbatimbox/README @@ -0,0 +1,18 @@ +The style file verbatimbox has been created for the report writer's +convenience. + +Do you need to include blocks of verbatim text inside figures or +tables? The verbatim environment is not compatible with some of these +other environments. But now, the verbbox environment allows you to +input verbatim text and store it in a LaTeX box. That box then becomes +generally usable in all other LaTeX environments, and can be simply +recalled. + +This style therefore allows for a greater use of the verbatim +environment within other LaTeX constructs where verbatim was previously +inaccessible. + +Sorry I don't have a separate documentation file, but it's very simply +documented in the style file itself and in the verbatimbox_example. + + -Steven Segletes |