summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/diagnose/README
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/diagnose/README
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/diagnose/README')
-rw-r--r--Master/texmf-dist/doc/latex/diagnose/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/diagnose/README b/Master/texmf-dist/doc/latex/diagnose/README
new file mode 100644
index 00000000000..9bc9cfaab8d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/diagnose/README
@@ -0,0 +1,25 @@
+Package name: diagnose.sty
+Package authors: Oliver Corff
+Version/Release: version 0.2
+
+Features:
+
+This tool, diagnose.sty, is thought useful for package authors who
+want to facilitate the successful distribution of their packages.
+It helps the user (and the system administrator) to see what has to
+be done *before* a new package is installed.
+
+diagnose.sty provides simple high-level tools for checking
+the existence of files and tokens. Software action can be
+triggered, messages can appear in log files and documents.
+
+Compiling the example mls-diag.tex and reading its source text will
+show the idea behind this little utility.
+
+Installation:
+
+Unpack this archive and copy diagnose.sty to some place where
+your LaTeX installation can find it. Rehash the directory database.
+That's it!
+
+OC, April 2001