Hi Radek,
Tadziu wrote:
> TS calls LP, which (in groff's version of ms) eventually calls
> par@reset, as far as I can tell.
In case it's not obvious, tbl uses the .TS/.TE to spot its source, but
keeps them in its output. This allows them to also be defined as
macros.
Cheers, Ralph.
> * Where is this tbl dependency on ms variables documented?
> I did not find anything in man tbl.
> * Are there another dependencies on another variables?
It has nothing to do with tbl. It's a feature of ms, which
resets font size, vertical spacing, etc. to the values given
by those number re
On Mon 20 Apr 2015 22:31:03 Radek wrote:
> Hi Ralph,
>
> Relevant part of Makefile is
>
> PREPROC = -pt
> %.pdf: %.tr
> groff -U $(PREPROC) -Tpdf -m spdf $< >$@
>
> So the command is: groff -U -pt -Tpdf -mspdf table.tr >table.pdf
The code snippet you provided does not seem to require the ms
In addition to
.ps 12
.vs 14.4
also set
.nr PS 12000
.nr VS 14400
Hi Ralph,
Relevant part of Makefile is
PREPROC = -pt
%.pdf: %.tr
groff -U $(PREPROC) -Tpdf -m spdf $< >$@
So the command is: groff -U -pt -Tpdf -mspdf table.tr >table.pdf
On 20 April 2015 at 21:26, Ralph Corderoy wrote:
> Hi Radek,
>
>> It's hard to describe my problems so I will try to i
Hi Radek,
> It's hard to describe my problems so I will try to isolate them and
> create small demonstration cases. And this is one of them.
What's the command line you use to process the source into the PDF?
Cheers, Ralph.
Try correcting line 7 to .vs 14.4
Does that improve what you want?
Denis
On Mon, 20 Apr 2015 17:06:41 +0200
Radek wrote:
> Hello, it's me Radek again.
> It's hard to describe my problems so I will try to isolate them and
> create small demonstration cases. And this is one of them.
> I do not
Hello, it's me Radek again.
It's hard to describe my problems so I will try to isolate them and
create small demonstration cases. And this is one of them.
I do not know if the attachment will pass the list, because I need to
show the PDF i got as an evidence what's happening. In case it will
not