Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 542 Bytes

Slides as PDF

Besides you can build the PDF and html files from slides-awk.md file, here is also the build PDF: https://github.com/mschmnet/awk-slides/raw/master/pdf/awk-slides.pdf

How to generate pdf and html files

Requirements

  • npm
  • make (if you don't have make just have a look at the Makefile to find out how you can generate the slides)

PDF / HTML generation

Generate both html and pdf

make [all]

Generate pdf

make pdf 

Generate html

make html

List targets

make help