[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] newbie help with header and -ms
From: |
Daniel Lyons |
Subject: |
Re: [Groff] newbie help with header and -ms |
Date: |
Sat, 15 Dec 2012 08:25:42 -0700 |
On Dec 15, 2012, at 1:17 AM, Daniel Lyons <address@hidden> wrote:
> But I don't see how to get the document name into the .OH. If I use e.g.:
>
> .de email
> .ds DC \\$1
> .so \\$1
> .bp
> ..
I figured it out:
.de email
.OH ``\\$1`%`
.so \\$1
.bp
..
Seems obvious in retrospect... :)
Thanks,
—
Daniel Lyons