Live data from Hacker News

Ask HN: What software should I use to write a textbook?

news.ycombinator.com

1–10 of 70 posts

Re: Ask HN: What software should I use to write a textbook?

#4
Begin with plain ASCII text. It's very easy to get distracted by the formatting and looks. Content is what's important. So begin with a basic editor like notepad/vi/emacs. Perhaps at best markdown. Get it done, then edited, then you can typeset with something like Latex/Word.

Re: Ask HN: What software should I use to write a textbook?

#5
post #4

Begin with plain ASCII text. It's very easy to get distracted by the formatting and looks. Content is what's important. So begin with a basic editor like notepad/vi/emacs. Perhaps at best markdown. Get it done, then edited, then you can typeset with something like Latex/Word.

So many times this. I'm presently developing a lot of documents for my office with a group of people. If we'd just focused on the content, and not the formatting (layout, font, etc.) we'd have been done weeks ago. Instead, just this morning while peer reviewing a document for the final version, we got bogged down in how to format a section and lost 30 minutes to a pointless discussion that should've been saved for the final revision (once the content was reviewed).

Simple markdown or similar to have a rough structuring/formatting that there are many good editors and presenters for today. Then do a pass through with LaTeX or Word or whatever to (LaTeX may be more appropriate for certain technical documents) after you've written up the content.

Re: Ask HN: What software should I use to write a textbook?

#8
post #4

Begin with plain ASCII text. It's very easy to get distracted by the formatting and looks. Content is what's important. So begin with a basic editor like notepad/vi/emacs. Perhaps at best markdown. Get it done, then edited, then you can typeset with something like Latex/Word.

Just that. Maybe Word in the first place, for the spell checking. But, other than that, just use it as a plain text editor.

I also find it useful to create a new file for each chapter.

Re: Ask HN: What software should I use to write a textbook?

#9
post #4

Begin with plain ASCII text. It's very easy to get distracted by the formatting and looks. Content is what's important. So begin with a basic editor like notepad/vi/emacs. Perhaps at best markdown. Get it done, then edited, then you can typeset with something like Latex/Word.

Latex is a bad recommendation I'd say. Just use AsciiDoc. The rest I agree with.
Post reply on HN