Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jberryman
GHC
Commits
c7cfec62
Commit
c7cfec62
authored
Nov 15, 1996
by
sof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 1996-11-15 17:29:21 by sof]
Documented width restriction when generating eps files
parent
892dcb9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ghc/utils/hp2ps/Error.c
ghc/utils/hp2ps/Error.c
+1
-1
ghc/utils/hp2ps/hp2ps.1
ghc/utils/hp2ps/hp2ps.1
+2
-0
No files found.
ghc/utils/hp2ps/Error.c
View file @
c7cfec62
...
...
@@ -40,7 +40,7 @@ Usage(str)
printf
(
"usage: %s -b -d -ef -g -i -p -mn -p -s -tf -y [file[.hp]]
\n
"
,
programname
);
printf
(
"where -b use large title box
\n
"
);
printf
(
" -d sort by standard deviation
\n
"
);
printf
(
" -ef[in|mm|pt] produce Encapsulated PostScript f units wide
\n
"
);
printf
(
" -ef[in|mm|pt] produce Encapsulated PostScript f units wide
(f > 2 inches)
\n
"
);
printf
(
" -g produce output suitable for GHOSTSCRIPT previever
\n
"
);
printf
(
" -i[+|-] sort by identifier string (-i+ gives greatest on top)
\n
"
);
printf
(
" -mn print maximum of n bands (default & max 20)
\n
"
);
...
...
ghc/utils/hp2ps/hp2ps.1
View file @
c7cfec62
...
...
@@ -74,6 +74,8 @@ The resulting \*(PS file conforms to the
(EPS) convention, and it can be included in a LaTeX document using Rokicki's
dvi-to-\*(PS converter
.B dvips.
.B hp2ps
requires the width to exceed 2 inches.
.IP "\fB\-g\fP"
Create output suitable for the
.B gs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment