stefanfreitag / cookbook

Reminds me recipes I already prepared

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes

A collection of cooking and baking recipes

Usage

  • Generate the pdf version of the collection

    make pdf
  • Generate the html version of the collection

    make html
  • Transforming html file to asciidoc

    pandoc -f html -t asciidoc <filename>
  • Compress the pdf

     gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook \
    -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf book.pdf

About

Reminds me recipes I already prepared


Languages

Language:HTML 99.0%Language:Makefile 1.0%