1\documentclass[a4paper,11pt,titlepage]{book}
3\usepackage[utf8]{inputenc}
4\usepackage[T1]{fontenc}
7\usepackage[dvips,bookmarks=false]{hyperref}
20% needed for the copyleft symbol
25% Disabled so that {\dh} (Icelandic eth) will work
27\usepackage{tocloft} % manages the design of ToC, LoF, LoT etc
28\usepackage[avantgarde]{quotchap} % changes style of chapter headings
32\makesavenoteenv{tabular}
35% suppress widows and orphans
36\widowpenalty=10000 % try eliminate single trailing lines on top of new page
39% prevents vertical whitespace in pages it cannot sufficiently fill
43% don't use these two unless absolutely necessary, they screw up code-listing
44% (listings package) boxes by pushing the caption into the code box
48\usepackage{listings} % for code, wrapping across several lines etc
49% add more languages here if needed (Java, Python, whatever)
50% list of supported languages here: http://www.tjansson.dk/?p=419
51\lstloadlanguages{sh, bash}
53% something is ``off'' with caption package (or some interaction between it and
54% some other package. The caption box is offset down and right :/
56%\DeclareCaptionFont{white}{\color{white}}
57%\DeclareCaptionFormat{listing}{\colorbox{gray}{\parbox{\textwidth}{#1#2#3}}}
58%\captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white}
59\DeclareCaptionFont{white}{\color{white}}
60\DeclareCaptionFormat{listing}{
61 \colorbox[cmyk]{0.43, 0.35, 0.35,0.01}{
62 \parbox{\textwidth}{\hspace{24pt}#1#2#3}}}
63\captionsetup[lstlisting]{
67 singlelinecheck=false,
69 font={bf,footnotesize}
72\setcounter{tocdepth}{0}
75 \title{\Huge{Free Beer}}
76 \author{\textbf{Written by speakers at FSCONS 2008}\\\\ Edited by Stian Rødven Eide\\ \LaTeX{} by Patrik Willard}
79 \definecolor{listinggray}{gray}{0.9}
81 \addtolength{\oddsidemargin}{0.85cm}
83 \addtolength{\oddsidemargin}{-0.85cm}
86 % without textcomp package we cannot import the licensepage, if we do, it
88 \input{licencepage.tex}
94 \input{./00_chapters.tex}
97 %\input{appendix/appendix.tex}
101 \bibliographystyle{unsrt}
102 \bibliography{./bibtex/ref.bib}
106 \thispagestyle{empty}