Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I know this question has been asked ... years ago ... and I know now, even more so, that it seems to be increasingly more irrelevant with AbiWord and OpenOffice. But I'm gonna try anyway.
Is there a console based word processor for Linux out there? Basically, I'm interested in something that works like Word Perfect 5.1/6.0, or Word for DOS. Old-skool, guys ... old skool.
The most popular non-WYSIWYG document generator is a typesetting package called TeX. It also fits the bill of being old-school, since the first version was released in 1977.
It's a bit more involved than Word Perfect, in that it supports many more options than just bold, italic, changing typeface/font size and so on. It takes plain text files and produces beautifully typeset output from them.
This also means that the learning curve is a lot steeper, so you might try looking at LaTeX rather than TeX; this simplifies things like page layout and tidies up the markup somewhat.
I don't know of anything with a GUI like WP and friends, but if you install LaTeX, AUC TeX (http://www.gnu.org/software/auctex/) and emacs then you could get something even more functional on a terminal interface.
Also, if you have WordPerfect for DOS and a i386 or x86_64 machine, WordPerfect is reported to run under DOSEmu. You could also try Word for DOS if you really want.
Most (if not all) of this software (except WordPerfect) should be available through your distribution's repositories.
I heard about LaTex, but I understand it to not be a word processor, more like a document convertor/reformatter?
I can use WordPerfect with DOSBox, but I was hoping for a native solution.
Frankly, I'm surprised that a text-only true word processor hasn't been written for *nix. Really, it does surprise me. (Now on with the "write it yourself then!")
Actually there was a wordperfect for Unix out and about; not
sure whether you can still get it anywhere, or whether it will
run under any current Linux environment.
LaTeX is *not* a reformatter, it's typesetting software. It does,
in a way, work a bit like word-perfect & styles; you drive it by
inputting plain text intermixed with "formatting" commands (you
don't really do formatting in TeX, the style definition takes care
of all that, you give markup that designates the following text to
e.g. be a heading, or a "box" with verbatim output for code blocks).
To get editing support (make it easier/faster to type the markup
you could use auctex, a nice set of emacs macros [and then some :}]).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.