Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 647 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 647 Bytes

hacker geno project presenetaion at remote chaosWest expierience

THIS IS STILL WIP

preface

In this repo you'll find all file for the presentation held by @ajuvo, @L3D and @therojam at rc3 ChaosWest Channel.

Dependencies:

  • texlive
  • pandoc

manual workflow

Get sources (with submodules)

git clone --recursive [email protected]:hacker-coop/rc3-presentation.git

Update submodules (theme)

git submodule update

Build

pandoc presentation.md --pdf-engine xelatex -t beamer -o presentation.pdf

script/automated workflow

 sh -c "$(wget https://github.com/hacker-coop/rc3-presentation/install.sh -O -)"