[net.text] Vertical offset in plain troff -- how?

percus@acf4.UUCP (Allon G. Percus) (11/01/85)

I would like to have TROFF vertically offset the output on a page by
about one inch DOWNWARD.  Does anyone know how this can be accomplished
without using a ready-made macro package (just bare TROFF)?

           .
        -------
        |-----|             A. G. Percus
        |II II|      (ARPA) percus@acf4
        |II II|       (NYU) percus.acf4
        |II II|      (UUCP) ...{allegra!ihnp4!seismo}!cmcl2!acf4!percus
        |II II|
        -------

suze@terak.UUCP (Suzanne Barnett) (11/06/85)

> I would like to have TROFF vertically offset the output on a page by
> about one inch DOWNWARD.  Does anyone know how this can be accomplished
> without using a ready-made macro package (just bare TROFF)?
> 
>            .
>         -------
>         |-----|             A. G. Percus
>         |II II|      (ARPA) percus@acf4
>         |II II|       (NYU) percus.acf4
>         |II II|      (UUCP) ...{allegra!ihnp4!seismo}!cmcl2!acf4!percus
>         |II II|
>         -------
If you can use -me macros, use the commands .m1, .m2, .m3 and .m4.
.m1 is an offset from the top of the paper to the header, .m2
offsets from the header to the page's text. .m3 and .m4 are for the
bottom of the page.

If you can't use the -me macros, check out their code in
/usr/lib/tmac/tmac.e. Vertical motion is designated by
	\v'N'
You should be able to make a local macro copying the .m1
and/or .m2 definitions. If necessary, you should be able to
combine them into one macro, and also make a specific, rather
than a parameter offset distance.
-- 
**************************************************************
Suzanne Barnett-Scott

uucp:	 ...{decvax,ihnp4,noao,savax,seismo}!terak!suze
phone:	 (602) 998-4800
us mail: CalComp/Sanders Display Products Division
	 (Formerly Terak Corporation)
	 14151 N 76th street, Scottsdale, AZ 85260

percus@acf4.UUCP (Allon G. Percus) (11/09/85)

Just to say "thank you" to all who replied to my message.  It all works
out fine.

           .
        -------
        |-----|             A. G. Percus
        |II II|      (ARPA) percus@acf4
        |II II|       (NYU) percus.acf4
        |II II|      (UUCP) ...{allegra!ihnp4!seismo}!cmcl2!acf4!percus
        |II II|
        -------