summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/dvips.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-25 00:06:10 +0000
committerKarl Berry <karl@freefriends.org>2011-04-25 00:06:10 +0000
commitc36448f2b3b35a24c2acf1be2b6ae8e080bbf9cb (patch)
tree412f15972aa124b76f67743b2f5829309f819419 /Build/source/texk/dvipsk/dvips.texi
parentf9d18897d7a7bf8f10e01baf78d3e4b27aeaa76d (diff)
do not suggest default output is to lpr; bump version to 5.991 for TL 2011
git-svn-id: svn://tug.org/texlive/trunk@22194 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/dvips.texi')
-rw-r--r--Build/source/texk/dvipsk/dvips.texi16
1 files changed, 11 insertions, 5 deletions
diff --git a/Build/source/texk/dvipsk/dvips.texi b/Build/source/texk/dvipsk/dvips.texi
index 22f1d937f94..0eca7fe7acf 100644
--- a/Build/source/texk/dvipsk/dvips.texi
+++ b/Build/source/texk/dvipsk/dvips.texi
@@ -2,8 +2,8 @@
@setfilename dvips.info
@settitle Dvips: A DVI-to-PostScript translator
-@set version 5.99
-@set month-year July 2010
+@set version 5.991
+@set month-year April 2011
@copying
This manual documents Dvips version @value{version}
@@ -574,14 +574,19 @@ environment variables, and command-line options.
@node Basic usage
@section Basic usage of Dvips
+@cindex usage, basic
+
To use Dvips at its simplest, simply type
+
@example
dvips foo
@end example
+
@noindent
-where @file{foo.dvi} is the output of @TeX{} that you want to print. If
-Dvips has been installed correctly, the document will probably roll out
-of your default printer.
+where @file{foo.dvi} is the output of @TeX{} that you want to print.
+The default output is to a corresponding file @file{foo.ps}; Dvips may
+also have been locally configured to output directly to a printer by
+default.
If you use fonts that have not been used on your system before, they may
be automatically generated; this process can take a few minutes, so
@@ -593,6 +598,7 @@ same fonts over and over again, it hasn't been installed properly.
Many options are available (see the next section). For a brief summary
of available options, just type
+
@example
dvips --help
@end example