This paper was converted on www.awesomepapers.org from LaTeX by an anonymous user.
Want to know more? Visit the Converter page.

\subtitle

A hacker’s beamer theme \instituteSchool of Hard Knocks

Monokai

Toby Fleming
(April 7, 2025)

Table of contents

1 Demo

1.1 Lists

Lists

XeTeX highly recommended. Some good fonts for this theme:

  • Source Serif Pro, Source Sans Pro and Source Code Pro

  • Anonymous Pro

  • Open Sans

1.2 Blocks

Blocks

{block}

blockblock {exampleblock}exampleblockexampleblock {alertblock}alertblockalertblock

1.3 Code

Code

from __future__ import print_function, unicode_literals
\pardef main():
print(’Hello world’)
\parif __name__ == __main__’:
main()