\documentclass{book} \usepackage{mathptmx} \usepackage[scaled=.90]{helvet} \usepackage{courier} \usepackage{tocbibind} \usepackage[utf8]{inputenc} \usepackage{color} \usepackage{makeidx} \usepackage{a4wide} \usepackage[pdfpagelabels=true,breaklinks=true]{hyperref} \usepackage{breakcites} \usepackage{textcomp} \usepackage{datetime} \usepackage{ifthen} \usepackage{underscore} \usepackage{enumitem} \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}% } \renewcommand{\textrangle}{\ensuremath{>}} \InputIfFileExists{\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]{} \newcommand{\gentoomaildate}[1]{} \newwrite\mlrfile \immediate\openout\mlrfile=\jobname.mlr \newcommand{\gentoomailadd}[2]{\write\mlrfile{#2:#1}% } \InputIfFileExists{\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}}'', \gentoomaildate{#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 2011/12} Council members: betelgeuse, chainsaw, dberkholz, grobian, hwoarang, jmbsvicetto, ulm \include{summary-20120110} \include{summary-20120214} \include{summary-20120313} \include{summary-20120403} \include{summary-20120508} \include{summary-20120612} \chapter{Meeting summaries 2012/13} Council members: betelgeuse, dberkholz, chainsaw, grobian, ulm, scarabeus, williamh \include{summary-20120724} \include{summary-20120814} \include{summary-20130108} \include{summary-20130212} \include{summary-20130312} \include{summary-20130409} \include{summary-20130514} \include{summary-20130611} \chapter{Meeting summaries 2013/14} \include{summary-20130730} \include{summary-20130813} \include{summary-20140114} \include{summary-20140225} \include{summary-20140311} \include{summary-20140408} \include{summary-20140513} \include{summary-20140610} \include{summary-20140617} \include{summary-20140624} \chapter{Meeting summaries 2014/15} Council members: blueness, dberkholz, dilfridge, radhermit, rich0, ulm, williamh All summaries have been added here. \include{summary-20140725} \include{summary-20140812} \include{summary-20140826} \include{summary-20140909} \include{summary-20141014} \include{summary-20141021} \include{summary-20141111} \include{summary-20141209} \include{summary-20150113} \include{summary-20150210} \include{summary-20150310} \include{summary-20150414} \include{summary-20150512} \include{summary-20150609} \chapter{Meeting summaries 2015/16} Council members: blueness, dilfridge, jlec, k_f, rich0, ulm, williamh \include{summary-20150727} \include{summary-20150809} \include{summary-20150913} \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}