Ask HN: What software should I use to write a textbook?
1–10 of 70 posts
Re: Ask HN: What software should I use to write a textbook?
#2If it's "too complex", you may be interested in reStructuredText, a stricter and more complete alternative to Markdown, that auto-converts well into LaTeX.
Re: Ask HN: What software should I use to write a textbook?
#3Then convert it to the format you want to use for formatting and layout.
Re: Ask HN: What software should I use to write a textbook?
#4Re: Ask HN: What software should I use to write a textbook?
#5Begin 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.
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?
#6Yikes
Re: Ask HN: What software should I use to write a textbook?
#7Re: Ask HN: What software should I use to write a textbook?
#8Begin 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.
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?
#9Begin 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.