|
From: | Clarke Echols |
Subject: | Re: [Groff] Groff editor. |
Date: | Mon, 20 Aug 2007 09:54:06 -0600 |
User-agent: | Thunderbird 2.0.0.6 (Windows/20070728) |
The short answer is "no". The groff source file has all of the embedded coding to tell the formatter what to do with the file when it reads and interprets it. Microsoft Word, for example, gives the user a formatted display of the results from its own internal coding. If the user changes something, Word updates its source file but the user never sees that. That's what makes Word so popular -- the user doesn't see the hard work. It's also the problem with Word because the user has little control over how Word does what the user thinks he or she wants done. If you want direct control, which I like, you have to know how to instruct the formatter correctly. Someone else could take the file and edit it using a plain-text editor -- not Word or Word Perfect, for example -- and make changes, **provided** they don't monkey around with the formatter coding in the file. When I work on books, I usually take possession of the source file and from that point on, nobody else has access to the source unless they know groff. Not every organization is willing to do that. Clarke karee wrote:
karee wrote:Hi, I wanted a viewer which can show the groff file in formatted output, I figured out gxditview can be used to view groff files. My requirement is quite different here. I have a groff file, which I should present to the user (user has no knowledge of groff) in a formatted format and give them the ability to modify (Add, modify or delete lines/words) the formatted file and save it as groff file again, Is this something possible ?karee wrote:Hi, Is there a groff editor available to edit the groff file and save. Thanks, Srinivas.
[Prev in Thread] | Current Thread | [Next in Thread] |