01-23-04 10:01 PM
Okay... I admit it. It has been a while since I have been deeply involvd
with nroff/troff. Since leaving the dark side (M$) and rturning to
Linux, I have discoverd the joy of generating documents from
applications using the .ms macros.
Here is the problem I have encountered: I have a spreadhseet app (C/C++)
that dumps info into a table. The tabel can grow rather long, as it is
returning the data-queried on a week-by-week basis. The problem is that
when I try to print the document (right now to an HP 640c/612c
Deskjet(s) ), the document is processed correctly, (i.e no erros
dispalyed on the terminal screen), but, instead of printing the table
title and then the tablulate info, the pages that get displayed include
the title, then the page gets ejected before the table is printed. The
table that does get printed, is cut off at the bottom of the page,
showing only 50 of the 53 weeks of data.
The command I am using is this: % tbl 2002_data_weekly.ps | lpr
-Pprinter1
The formatting for the file is below:
.sp 1i
.ce
2002_data_weekly.ps
.sp 2
.TS H
center, allbox, tab(~);
c c c c
l n n n.
Month~Events~Distance~Time
.TH
1~3~ 58.33~3:13:41
2~2~ 37.02~2:4:58
3~3~ 71.43~4:0:43
...
.TE
Is there a subtle thing I am not recalling?
Thank you in advance. You can reply directly to this email if you wish,
or to the newsgroup. Regards,
Joe Cipale
--
#----------------------------------------------------------#
# "Don't fear the penguin!" #
#----------------------------------------------------------#
# Registered Linux user: #309247 http://counter.li.org #
#----------------------------------------------------------#
[ Post a follow-up to this message ]
|