Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 568 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 568 Bytes

Zephyr Developer Summit Beamer Template

build

Build

The slides are written using the beamer LaTeX class. They can be built by running:

make

Build files can be cleaned by running:

make clean

Lint and format

Slides can be linted for errors by running:

make lint

Additionally, slides can be automatically formatted using:

make fmt