File: README

package info (click to toggle)
mpage 2.5.6-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 528 kB
  • ctags: 332
  • sloc: ansic: 3,630; makefile: 85; sh: 69
file content (23 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a fix to mpage that makes it work with ArborText called "mfix".

To compile it just type: 

cc mfix.c -o mfix

To use this as a fix to mpage, just pipe the mpage output through stdin and it will
send the corrected output to stdio.. 

For example, try it on the file "test.ps", by typing :

mpage -2 -P test.ps | mfix | lpr

and the file should be sent to the printer..

Note: This program might mess up if you aren't using Arbortext.. So if it doesn't print
out correctly check the source..


Any bugs or problems contact. 

Todd R. Kaplan
todd@atlas.socsci.umn.edu