M$ Word, M$ Works Word Processor, Star Office 6.0, Notepad, WordPad, MetaPad, etc.
Why, when I try to Find & Replace a common character such as a paragraph mark (ie when the document has been mangled by .pdf) do ALL word processors drop dead and DIE??? [Not Respondng]
They all crawl to a halt and stop responding when asked to do something as systematic and simple as replace c.50,000 paragraph marks with spaces in a 800 page document.
I have 1Gb RAM, and a 2.4Ghz Athon. WHY THE FUCK should this be a problem?
I can generate 1million+ pixels per second and wander through photorealistic 3D worlds, but can’t seem to perform a basic Find & Replace.
Fuck you you lazy half arsed Word Processor developers.
The short answer is, you’re using the wrong tool for the job. Word processors weren’t originally intended for heavy-duty text editing–that’s what text editors are for. And since Word etc. feature development has strayed even further from core editing functions, there’s no reason to expect them to do a decent job at it. I personally wouldn’t even bother trying to use Word to create an 800-page document–I’d either break it down into subdocuments (which has its own set of problems), or use a tool such as XEDIT (which I’m not sure is even still available–I’ve heard of KEDIT but haven’t used it) or FrameMaker.
Even though you seem to have solved your problem already, may I suggest MiKTeX as an up-to-date TeX distribution for Windows? (in case anyone reads your post and laments the migration of free software developers away from the Windows platform)
I dunno, I used to use Lotus WordPro to find and replace about 60,000 quotation marks in a 10,000 line text document.* Never gave me a moments trouble, and did the job quick as a wink.
*Thanks Lotus Approach, for being programmed to export text within quotes, and not making it a selectable choice, I can’t see anyone ever wanting THAT feature turned off. :rolleyes:,
Try “xemacs”. It’s a fork off of GNU Emacs that’s much prettier, and the windows port includes an installer that anyone capable of editting text should be able to use. You can get it off of www.xemacs.org
I am puzzled that you seem to have this problem with “all” word processors. I just opened a 380 page technical document in Word and tried changing four different codes (font, paragraph, new page and underline) globally with no problems on a 1 GHz Windows XP box. Took a second or two for each operation.
Fair enough, minor character substitution is fine, but try replacing all paragraph marks with spaces (this is a common step in reformatting hard carriage returns in certain docs such as those exported from .pdfs)
I think that Word (and all the others that I mentioned) have a problem with the major reformatting that is the result, and can’t handle the mass repagination, or something. That and lazy prgrammers.
UltraEdit perfoms the above operation in literally 2 seconds (on a 12mb .rtf). It’s all in the programming baby.
FWIW, I really like WinEdt for Latex under Windows - has a few project management tools that let you keep track of the document, plus some nice little touches like tracking labels, cites and so forth.
Xemacs for windows, or a windows version of vi (maybe vim or something) should be able to do it.
LaTeX is a language for producing documents. You need to use an eidtor to generate LaTeX files. I think MikteK is a package that contains LaTeX and an editor but I might be wrong.
But you can edit LaTeX files using Vi or Emacs or Ultra-Edit.
Ultra-edit is a pretty good editor for windows. Easier to assimilate to for windows users than emacs or vi.