diff --git a/README.md b/README.md index eb781df..a066b39 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,32 @@ # Requirements * latex distribution (e.g. texlive or miktex) * the [xcookybooky](http://www.ctan.org/tex-archive/macros/latex/contrib/xcookybooky) package -* [emerald](http://www.ctan.org/tex-archive/fonts/emerald) font +* Optional: [emerald](http://www.ctan.org/tex-archive/fonts/emerald) font + +# Handwritten Fonts + +If you want to use a beautiful handwritten font, you need to install emerald first (below). Then you can uncomment the `handwritten` flag in the package options of the `cookybook` package at the top of `koch-backbuch.tex` and compile. # Installation ## xcookybooky + +The easiest way of installing the `xcookybook` latex package is by installing the whole `texlive-publishers` package available for most system package manager. + +``` +# e.g. on Debian or Ubuntu +sudo apt-get install texlive-publishers +``` + +If you explicitly want to install the package by hand follow this steps: + Download the *xcookybooky.ins* and the *xcookybooky.dtx* file. After that simply run `latex xcookybooky.ins` and copy the generated *xcookybooky.sty* file into your latex distribution (e.g. */usr/share/texlive/texmf-dist*). You can copy the generated *xcookybooky.cfg* into the same folder or if you want a specific config file for every xcookybooky-project you can copy it in the projects root folder. The last thing you have to do is to update your package list. Otherwise your new *cookybooky.sty* file will not be recognized. To update your list you have to run `texhash` or use the miktex manager. -##emerald +## emerald + Download the *fonts*, *doc* and *tex* folder and extract them into your latex distribution (e.g. */usr/share/texlive/texmf-dist*). Now you have to update your package list (see xcookybooky installation). diff --git a/koch-backbuch.pdf b/koch-backbuch.pdf index 4962305..db53323 100644 --- a/koch-backbuch.pdf +++ b/koch-backbuch.pdf Binary files differ diff --git a/koch-backbuch.tex b/koch-backbuch.tex index 778d8d2..26629ee 100644 --- a/koch-backbuch.tex +++ b/koch-backbuch.tex @@ -18,7 +18,7 @@ \usepackage{nicefrac} \usepackage[ - handwritten, + %handwritten, nowarnings, %myconfig ] @@ -425,3 +425,8 @@ \end{recipe} \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: