.. _examples: Examples ======== The code for the examples can be found in the ``examples/`` directory. 📚 A book ~~~~~~~~~ This example shows: - Creating single pages and autogenerated ones - Page numbering - Simple graphics - Custom font .. collapse:: Source code (click to expand) .. literalinclude :: ../examples/book.py .. _multi-column: 📰 Multiple columns ~~~~~~~~~~~~~~~~~~~ This example shows the flexibility of the layout engine. .. collapse:: Source code (click to expand) .. literalinclude :: ../examples/multicolumn.py