diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/stdclsdv | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (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/stdclsdv')
-rw-r--r-- | Master/texmf-dist/doc/latex/stdclsdv/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/stdclsdv/README b/Master/texmf-dist/doc/latex/stdclsdv/README new file mode 100644 index 00000000000..32b36577c45 --- /dev/null +++ b/Master/texmf-dist/doc/latex/stdclsdv/README @@ -0,0 +1,25 @@ + The stdclsdv package is designed for package writers who need to +know what sectioning divisions are provided by the document's class. + + The distribution consists of the following files: +README (this file) +stdclsdv.ins +stdclsdv.dtx + + The distribution is provided under the terms of the LaTeX +Project Public License (LPPL). + +Changes in version 1.1: +o Added support for the koma classes (courtesy of Joerg Jaspert) + + To install the package: +o run: latex stdclsdv.ins (which will generate stdclsdv.sty) +o run: latex stdclsdv.dtx +o run: makeindex -s gind.ist stdclsdv +o run: latex stdclsdv.dtx +o Print stdclsdv.dvi for a hardcopy of the package manual +o Move stdclsdv.sty to a location where LaTeX will find it. + +2000/07/16 +Peter Wilson +peter.r.wilson@boeing.com |