📅 2014-Jun-12 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ book, latex ⬩ 📚 Archive
Here are some of the document classes that can be used to create a book using LaTeX:
The default class. Looks dated and ugly.
documentclass{book}
Looks modern. Better than the default book.
documentclass{memoir}
Looks good, but can only be used for math books. This is because all headings are centered (not left-aligned) and all text is center-justified too.
documentclass{amsbook}
This is from the European designed KOMA package which looks modern and the fonts are nice. While their article class is nice, I did not like the book class that much.
documentclass{scrbook}
Using this gave me compilation errors which I could not resolve. Thats a pity because this style looks almost like the books from Tufte.
Beautiful book class and my favorite.
documentclass{bookest}
Produces beautiful pocket books.
documentclass{octavo}
Another nice looking book class.
documentclass{caesar_book}