|
|
|
|
|
by lifepillar
2858 days ago
|
|
If you have time to invest, go for a TeX variant (LaTeX or ConTeXt). That gives full control over any typesetting detail. I’d recommend ConTeXt [0] over LaTeX. A minimal document is as simple as \starttext
Start writing here…
\stoptext
and you can go a long way from there, including making ebooks. Much better than LaTeX for layout control, language support, graphics integration, table generation, etc… It’s also intimately integrated with Lua for your scripting needs.The documentation is possibly its weak point: it’s rich and comprehensive, although somewhat sparse and at times heavily technical. But it’s worth the effort, IMHO. You may get inspired by the TeX showcase [1] (not only ConTeXt, but also LaTeX and plain TeX). [0] http://wiki.contextgarden.net/Main_Page
[1] https://www.tug.org/texshowcase/ |
|
I think works really well for textbooks, with well-placed footnotes, sufficient margin space to make notes, etc.
There are, of course, many other styles, if you do not wish to utilize page area more efficiently.
---
If you need nice equations (or even just Greek alphabet), and a no-hassle reference linking system, I can't think of anything other than TeX derivatives that will do a good job.
PS: If OP wants more useful suggestions, we need to know the topic and/or what kind of content the book will contain -- text, equations, floats/figures, photographs, etc.