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