Live data from Hacker News

Alternatives to wordprocessors

news.ycombinator.com

11–14 of 14 posts

Re: Alternatives to wordprocessors

#11
post #7

http://www.latex-project.org/ ?

Isn't big and clunky like docbook?

Well, the example on the site show it can be pretty simple (I never had use for it, so I never really tried it ), and formatting could be easely added by editing a classic text file...

So the machine that would convert latex to PDF doesn't have to be the one the text files are written with.

Re: Alternatives to wordprocessors

#12
Like others, I use whatever text editor I find most convenient and write it in Markdown-like syntax (on Windows, that's MarkdownPad). When I want to get it into PDF, I'll either use Leanpub to make it into an eBook, or I'll convert it into LaTex and use something like http://overleaf.com (wysiwyg preview of your LaTex) to improve the formatting (or do things that Markdown-like syntax doesn't handle).

Re: Alternatives to wordprocessors

#13
post #7

http://www.latex-project.org/ ?

Isn't big and clunky like docbook?

TeX (and LaTex) is pretty old, and designed to run on machines much less powerful than what we have today. Back then, I've used LaTeX on MSDOS PCs with 640 kB of memory. And the original TeX was written in 1978 for a PDP-10.

Many distributions are indeed big and clunky because you get lots of packages and fonts all in one, and there's no good way to selectively install.

Or do you mean verbosity when writing the markup? Actual text doesn't require a lot of markup, and you can make things even simpler by defining your own commands.

Post reply on HN