/webinar-env

Second webinar -> Controling your environment

Primary LanguageMakefile

This repository contains the slides for the second webinar: Controlling your environment.

First clone the repository:

$ git clone https://github.com/camilo1729/webinar-env.git

Then, download the beamer theme:

$ cd webinar-env/
$ bash download_theme.sh

You can build a Docker image for compiling out of the box:

$ cd webinar-env/
$ sudo docker build -t webinar .

This will take several minutes, given that it will install several latex packages. The resulting container will be big ~ 2GB. For running the container and editing the presentation:

$ sudo docker run -i -t -v $PATH_TO_REPO:/presentation webinar /bin/bash

You will found the directory ‘/presentation’ where the contents of this repository will be mounted. You are ready to go

$ cd /presentation
$ emacs ctl_environment.org

Once you are in emacs use the sequence C-c C-e for open the exporter menu and press l b. This will generate the .tex file. For compiling you can use the following line:

$ sudo docker run -v $PATH_TO_REPO:/presentation webinar make -C presentation/