groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Hanging paragraphs in MM


From: Anton Shepelev
Subject: Re: [Groff] Hanging paragraphs in MM
Date: Tue, 01 Jun 2010 16:28:50 +0400

Me:
> 
> I have made your code a bit simpler:
> 
>    .nr indnt 120
>    .in +\n[indnt]u
>    .ti -(\n[indnt]u)
>    PS:\ Example of a post-scriptum, it has a hanging indent.
>    .in -\n[indnt]u

I  forgot  to  escape the \w request (first line).
Here's the corrected verstion:

   .nr indnt \w'PS:\ '
   .in +\n[indnt]u
   .ti -(\n[indnt]u)
   PS:\ Example of a post-scriptum, it has a hanging indent.
   .in -\n[indnt]u

Anton





reply via email to

[Prev in Thread] Current Thread [Next in Thread]