\documentclass{book} \usepackage{mathptmx} \usepackage[scaled=.90]{helvet} \usepackage{courier} \usepackage[utf8]{inputenc} \usepackage{color} \usepackage{makeidx} \usepackage{a4wide} \usepackage{tocbibind} \usepackage[pdfpagelabels=true,breaklinks=true]{hyperref} \usepackage{breakcites} \usepackage{textcomp} \usepackage{datetime} \usepackage{ifthen} \newcommand{\summary}[3]{ \section{#3\ \protect\monthname[#2]\ #1} \officiallogs{#1\twodigit{#2}\twodigit{#3}} } \newcommand{\agendaitem}[1]{ \subsection{#1} } % now follows the bug infrastructure \newcommand{\gentooifempty}[3]{% \sbox0{#1}% \ifdim\wd0=0pt {#2}% if #1 is empty \else {#3}% if #1 is not empty \fi } \newcommand{\gentoobugtitle}[1]{} \newwrite\bugrfile \immediate\openout\bugrfile=\jobname.bur \newcommand{\gentoobugadd}[1]{\write\bugrfile{#1}% } \input\jobname.bug \newcommand{\bug}[1]{\href{https://bugs.gentoo.org/#1}{\index{Bug!#1}% \gentoobugadd{#1}% bug {#1}}% \gentooifempty{\gentoobugtitle{#1}}{}{ (``{\em\gentoobugtitle{#1}}'')}% } % now follows the list archive infrastructure \newcommand{\gentoomailfrom}[1]{} \newcommand{\gentoomailsubject}[1]{} \newwrite\mlrfile \immediate\openout\mlrfile=\jobname.mlr \newcommand{\gentoomailadd}[2]{\write\mlrfile{#2:#1}% } \input\jobname.mld \newcommand{\agoref}[2]{% \gentoomailadd{#1}{#2}% \gentooifempty{\gentoomailsubject{#2}}{% \href{https://archives.gentoo.org/#1/message/#2}{% mailing list {#1}, message {#2}}}{% \href{https://archives.gentoo.org/#1/message/#2}{% mailing list message by \gentoomailfrom{#2}} (list #1, subject ``{\em\gentoomailsubject{#2}}'')}} \newcommand{\todo}[1]{\textcolor{red}{\bf todo: {#1}}} \newcommand{\wgoref}[1]{\href{https://wiki.gentoo.org/wiki/#1}{wiki page {#1}}} \newcommand{\eclass}[1]{{#1}.eclass\index{eclass!#1.eclass}} \newcommand{\glep}[1]{\href{https://wiki.gentoo.org/wiki/GLEP:#1}{GLEP {#1}}\index{GLEP!#1}} \newcommand{\vote}[2]{ \begin{quote} {\bf vote:} {\it #1} --- {#2} \end{quote} } \newcommand{\officiallogs}[1]{ Follow the links here for the \href{https://projects.gentoo.org/council/meeting-logs/#1.txt}{log of the council meeting} and the \href{https://projects.gentoo.org/council/meeting-logs/#1-summary.txt}{official summary}. } \definecolor{darkblue}{rgb}{0,0,0.7} \definecolor{darkred}{rgb}{0.7,0,0} \hypersetup{% colorlinks=true, linkcolor={darkblue}, citecolor={darkblue}, urlcolor={darkblue}, pdftitle={Council decision and summary overview}, pdfauthor={Andreas K. Huettel} } \setlength{\parindent}{0cm} \makeindex \begin{document} \title{Council decision and summary overview} \author{A. K. Hüttel} \maketitle \tableofcontents \printindex \chapter{Topic notes} \chapter{Meeting summaries 2012/13} \include{summary-20130108} \include{summary-20130212} \include{summary-20130312} \include{summary-20130409} \chapter{Meeting summaries 2013/14} \include{summary-20140114} \include{summary-20140225} \include{summary-20140311} \include{summary-20140408} \chapter{Meeting summaries 2015/16} \include{summary-20151108} \include{summary-20151213} \include{summary-20160110} \include{summary-20160214} \include{summary-20160313} \include{summary-20160410} \include{summary-20160508} \include{summary-20160612} \chapter{Meeting summaries 2016/17} \include{summary-20160710} \include{summary-20160814} \include{summary-20160911} \include{summary-20161009} \include{summary-20161113} \include{summary-20161211} \include{summary-20170109} \include{summary-20170212} \end{document}