### Usage of SBAbook LaTeX Class Source: https://github.com/squarebracketassociates/polymath-book/blob/master/sbabook/README.markdown Demonstrates the basic usage of the SBAbook LaTeX class. It shows the minimal preamble required to start a document and specifies the need for `setmainlanguage` with `polyglossia`. The class requires LuaLaTeX for compilation. ```latex \documentclass{sbabook} \setmainlanguage{english} % this is polyglossia, not babel \begin{document} ...and off you go! \end{document} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.