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/svn | |
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/svn')
-rw-r--r-- | Master/texmf-dist/doc/latex/svn/README | 79 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/svn/svn-new.pdf | bin | 0 -> 234995 bytes |
2 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/svn/README b/Master/texmf-dist/doc/latex/svn/README new file mode 100644 index 00000000000..de5d8ab5a96 --- /dev/null +++ b/Master/texmf-dist/doc/latex/svn/README @@ -0,0 +1,79 @@ + -*-outline-*- +This is the svn.sty distribution + +*About +The svn package lets you typeset (in LaTeX) the value of Subversion +keywords. It is approximately an equivalent to the rcs package, but +for Subversion rather than CVS. + +Information about Subversion (a replacement for CVS) is available from +<http://subversion.tigris.org/> + +*Contents +The svn.sty distribution consists of the files: + README (this file) + svn.dtx + svn.ins + Makefile + svn.dvi (precompiled documentation) + +from which svn.{sty,dvi,pdf} may be generated. + +*Installation +**With make +On systems with make (e.g., Linux) run + + make sty + +The documentation is included in dvi format. To regenerate the +documentation run + + make <format> + +replacing <format> with dvi, pdf or ps, depending on the format you'd +like the documentation in. + +The above will create some .log and .aux (etc) files, to remove these say + make clean + +For more options see the comments at the start of Makefile. +Then follow the "Finishing the installation" instructions. + +**Without make +To make do without make (eg windoze) run: + + latex svn.ins + +To generate the documentation in dvi format do: + + latex svn.dtx + makeindex -s gind.ist -o svn.ind svn.idx + latex svn.dtx + +**Finishing the installation +Whether you used make or not, you need to move the generated file +svn.sty into a directory searched by TeX. + +For information on the use of svn.sty read svn.dvi. + +*Acknowledgements +svn is modelled on the functionality of the rcs package (written by +Joachim Schrod with minor modification by Jeffrey Goldberg), and the +structure of the .dtx/.ins is that described in the dtxtut package (by +Scott Pakin). + +*License +All files are Copyright (C) 2003 Richard Lewis <rpil+svn@rtf.org.uk> and +released under the LPPL (<http://www.latex-project.org/lppl.txt>). + +*Happy TeXing +If you have any comments/complaints/bug reports about this package +just send me an email. + +Richard Lewis +rpil+svn@rtf.org.uk + +*This file +$Id: README 35 2003-09-21 19:52:47Z rpil2 $ +(Note that the revision number of this file may be different to the +version of svn.sty)
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/svn/svn-new.pdf b/Master/texmf-dist/doc/latex/svn/svn-new.pdf Binary files differnew file mode 100644 index 00000000000..de8fd9d14e0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/svn/svn-new.pdf |