summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/logpap/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/logpap/README
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/logpap/README')
-rw-r--r--Master/texmf-dist/doc/latex/logpap/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/logpap/README b/Master/texmf-dist/doc/latex/logpap/README
new file mode 100644
index 00000000000..55ce644d4be
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/logpap/README
@@ -0,0 +1,29 @@
+Copyright (c) 2004 Mike Kaufmann
+mike.kaufmann@ei.fh-giessen.de
+Licence: LPPL
+
+1. What is it?
+The logpap package provides four macros for drawing logarithmic-logarithmic,
+logarithmic-linear, linear-logarithmic and (because it was easy to implement)
+linear-linear graph paper with LaTeX.
+
+2. Example
+Look at the file example.pdf to get an overview.
+The source can be generated by answering the question "There is an example
+file in logpap.dtx. Generate it? [y/n]" with y when running lcd.ins thru TeX.
+
+3. Generating logpap.sty
+Simply run: tex logpap.ins
+
+4. Making the Documentation
+To get contents, cross references and index right, run TeX and makeindex
+as follows:
+
+latex logpap.dtx
+latex logpap.dtx
+makeindex -s gind.ist logpap.idx
+makeindex -o logpap.gls -s gglo.ist logpap.glo
+latex logpap.dtx
+
+5. Files
+00readme example.pdf logpap.dtx logpap.ins