#include <latex.hpp>
|
| Section (const std::string &title, bool new_page=false) |
|
Section & | operator<< (const char *val) |
|
Section & | operator<< (const std::string &val) |
|
Section & | operator<< (const Subsection &val) |
|
template<typename T , typename = typename std::enable_if<can_stringify<T>::value>::type> |
Section & | operator<< (const T &val) |
|
void | build (std::ostream &os) const |
|
std::string | latex () const |
|
void | add_subsection (const Subsection &sub) |
|
|
bool | new_page |
|
std::string | title |
|
std::vector< Subsection > | subs |
|
std::vector< std::string > | leading_content |
|
|
std::ostream & | operator<< (std::ostream &os, const Section §) |
|
The documentation for this class was generated from the following file: