Using mpage


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Using mpage
# 1  
Old 04-28-2011
Using mpage

I am trying to use mpage. I want to print 4 pages on one page, with a specified margin.

I have tried

Code:
/usr/bin/mpage -m40 -lW160 -4AHPRanD_BW_1 jcdint.rc

Everything is ok. However it is printing in landscape rather than portrait.
# 2  
Old 04-28-2011
Code:
man mpage

Code:
-l
Toggle printing landscape or portrait mode. Landscape pages are 55 lines long by 132 characters wide by default. Portrait pages are 66 lines long by 80 characters wide by default. (default portrait.)

# 3  
Old 04-28-2011
Many thanks Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Using mpage -h

I am using mpage and want to assign the title myself using -h. However I still want to have the date and Page numbers when using -H. In summary I want to have the same output as using -H (last file modification, filename and page number), however I want a way to change the filename using -h, for... (1 Reply)
Discussion started by: kristinu
1 Replies
Login or Register to Ask a Question