diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-28 22:59:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-28 22:59:31 +0000 |
commit | 0bb29634e3fdca8563bdc863ac09b90e57141d85 (patch) | |
tree | 1e2a964d362489085d53196ab4690a7bed1e1278 /Master/texmf-dist/doc/man/man1/epsffit.1 | |
parent | 4dd7bee8d7ac0cc3c2a3298843450649de056ad2 (diff) |
general man update for TL14
git-svn-id: svn://tug.org/texlive/trunk@33735 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/epsffit.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/epsffit.1 | 46 |
1 files changed, 20 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/man/man1/epsffit.1 b/Master/texmf-dist/doc/man/man1/epsffit.1 index 68da969661a..3f15b3784a9 100644 --- a/Master/texmf-dist/doc/man/man1/epsffit.1 +++ b/Master/texmf-dist/doc/man/man1/epsffit.1 @@ -1,34 +1,28 @@ -.TH EPSFFIT 1 "PSUtils Release 1 Patchlevel 17" +.TH EPSFFIT 1 "PSUtils" .SH NAME epsffit \- fit encapsulated PostScript file (EPSF) into constrained size .SH SYNOPSIS .B epsffit -[ -.B \-c -] [ -.B \-r -] [ -.B \-a -] [ -.B \-m -] [ -.B \-s -] -.I "llx lly urx ury" -[ -.B infile -[ -.B outfile -] ] +.RB [ \-c ] +.RB [ \-r ] +.RB [ \-a ] +.RB [ \-m ] +.RB [ \-s ] +.I llx lly urx ury +.RI [ infile +.RI [ outfile ]] .SH DESCRIPTION -.I Epsffit +.B Epsffit fits an EPSF file (encapsulated PostScript) to a given bounding box. -The coordinates of the box are given by \fB(llx,lly)\fR for the lower -left, and \fB(urx,ury)\fR for the upper right, in PostScript units (points). +The coordinates of the box are given by +.RI ( llx , lly ) +for the lower left, and +.RI ( urx , ury ) +for the upper right, in PostScript units (points). .PP If no input or output files are specified, -.I epsffit -read from the standard input and writes to the standard output. +.B epsffit +reads from the standard input and writes to the standard output. .SH OPTIONS .IP \fB\-c\fP 1i Center the image in the given bounding box. @@ -41,11 +35,11 @@ the aspect ratio. Rotates the image to maximise the size if it would fit the specified bounding box better. .IP \fB\-s\fP 1i -Add a \fIshowpage\fP at the end of the file to force the image to print. +Add a \fBshowpage\fP at the end of the file to force the image to print. .SH AUTHOR -Copyright (C) Angus J. C. Duggan 1991-1995 +Written by Angus J. C. Duggan. .SH "SEE ALSO" -epsffit(1), psbook(1), psnup(1), psresize(1), psselect(1), pstops(1), extractres(1), fixdlsrps(1), fixfmps(1), fixpsditps(1), fixpspps(1), fixscribeps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1), includeres(1), psmerge(1), getafm(1) +.BR psutils (1) .SH TRADEMARKS .B PostScript is a trademark of Adobe Systems Incorporated. |