I have a text file which is reformatted by groff to another ascii file. But
width of the output page is 66 characters and I'd rather have 80 characters.
How do I change it?
WinXP user, I use "groff.exe -Tascii source.txt > result.txt" to reformat
file.
Thank you in advance.
LukasP
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you need to learn a little about formatting documents by first reading
the groff manual. Do you have an Info reader or emacs installed? When I
perused the manual it suggested that you first should select a macro such as
`man\' and then format the document using text formatting commands that begin
with `.\'.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have a text file which is reformatted by groff to another ascii file. But
width of the output page is 66 characters and I'd rather have 80 characters.
How do I change it?
WinXP user, I use "groff.exe -Tascii source.txt > result.txt" to reformat
file.
Thank you in advance.
LukasP
I think you need to learn a little about formatting documents by first reading
the groff manual. Do you have an Info reader or emacs installed? When I
perused the manual it suggested that you first should select a macro such as
`man\' and then format the document using text formatting commands that begin
with `.\'.