aboutsummaryrefslogtreecommitdiff
path: root/doc/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README b/doc/README
index 14c3de9..468aad8 100644
--- a/doc/README
+++ b/doc/README
@@ -4,8 +4,8 @@ started.
The following are the important latex source files:
- tut.tex A tutorial
- mod.tex The library reference
+ tut.tex A tutorial
+ mod.tex The library reference
They both read the style option file "myformat.sty".
@@ -18,7 +18,7 @@ Type "make clean" to get rid of all the intermediate files produced by
the latex process, and other junk files.
You can just as well ignore the Makefile; all you really need is:
- latex tut
- latex tut
- dvips tut | lpr
+ latex tut
+ latex tut
+ dvips tut | lpr
and similar for the "mod" document.