Lecture slides for IEEE Rust workshop October 19, 2023 and October 26, 2023 generated using Latex beamer package.
The slides are generated using Latex. To compile the source, ensure that a Latex distribution is installed on your system.
To compile all the pdfs ensure that your have a Latex distribution installed. Once installed run:
make all
This will generate all the pdf files in the directory slides
. However this can be changed in the Makefile
using the OUTPUTDIR
variable.
The Makefile
also provide a convinient way to archive the output directory.
zip: make zip
tar.gz: make tar
To clean the output run: make clean
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.