Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 823 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 823 Bytes

Intro To Rust

Presentation using LaTeX Beamer.

Requirements:

  • XeLaTeX
  • latexmk
  • Fira fonts
  • pygmentize

To install the dependencies under Ubuntu 16.04:

sudo apt install texlive-xetex texlive-fonts-extra python-pygments

Building

First, install Fira Sans and Fira Mono fonts on your system:

Then build the slides:

git clone --recursive https://github.com/dns2utf8/iterators-and-threadpools
make

iterators-and-threadpools © by Stefan Schindler

iterators-and-threadpools is licensed under a Creative Commons Attribution 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by/4.0/.