The Black Book of Capitalism
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.7 KiB

\documentclass{book}
\usepackage{authblk}
\usepackage{csquotes}
\usepackage[stable]{footmisc}
\usepackage{varioref}
\usepackage[T1]{fontenc}
\usepackage{csquotes}
\setquotestyle{french}
\interfootnotelinepenalty=9000
\usepackage{hyperref}
\usepackage{multicol}
\usepackage{epigraph}
\setlength{\epigraphwidth}{0.8\textwidth}
\newcommand{\repigraph}[2]{\epigraph{\flushright\enquote{#1}}{#2}}
% TODO: enquote displayquote?
\newcommand{\chapterauthor}[1]{\begin{center}\textbf{#1}\end{center}}
\newcommand{\rauthor}[1]{\begin{flushright}\textbf{#1}\end{flushright}}
% TODO: dashes to maybe replace: — –
\title{The Black Book of Capitalism}
\author{Jean Ziegler, 1998 \and Translated by Based BBOC Anon \and Typeset by \LaTeX\,Anon}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\renewcommand{\thechapter}{\Roman{chapter}}
\counterwithout*{footnote}{chapter}
\setcounter{footnote}{-1} % this makes the first footnote be 0 so the footnote numbers line up with BBOC Anon
% counters for arabic and roman footnotes respectively
\newcounter{afn}
\newcounter{rfn}
% roman footnotes. has to be one big 'ol line for LaTeX to not insert lots of whitespace
\newcommand{\rfootnote}[1]{\setcounter{afn}{\value{footnote}}{\renewcommand{\thefootnote}{\Roman{footnote}}\setcounter{footnote}{\value{rfn}}\footnote{#1}\setcounter{rfn}{\value{footnote}}}\setcounter{footnote}{\value{afn}}}
\newcommand{\rfootnotemark}{\setcounter{afn}{\value{footnote}}{\renewcommand{\thefootnote}{\Roman{footnote}}\setcounter{footnote}{\value{rfn}}\footnotemark\setcounter{rfn}{\value{footnote}}}\setcounter{footnote}{\value{afn}}}
\newcommand{\rfootnotetext}[1]{\setcounter{afn}{\value{footnote}}{\renewcommand{\thefootnote}{\Roman{footnote}}\setcounter{footnote}{\value{rfn}}\footnotetext{#1}\setcounter{rfn}{\value{footnote}}}\setcounter{footnote}{\value{afn}}}
\input{intro}
\renewcommand{\thechapter}{\arabic{chapter}}
\setcounter{chapter}{0}
\input{01 Capitalism's origin}
\input{02 Servile economy and capitalism}
\input{03 Shoot, they're just proles}
\input{04 1744-1849, A Lyon's century}
\input{05 1871: Class Betrayal and Bloody Week}
\input{06 Union Busting}
\input{07 The armed gangs of Capital in Rep. France}
\input{08 The Great War: 24,500 casualties per day}
\input{09 Interventions in Russia (1917-1921)}
\input{10 World war two}
\input{11 Of the origin of wars}
\input{12 Imperialism, Zionism and Palestine}
\input{13 The Vietnamese massacre}
\input{14 Massacres and repression in Iran}
\input{15 Anticommunist genocide in Indonesia}
\input{16 Fascist annexion of East Timor}
\input{17 Iraq victim of oil}
\input{18 Black Africa under French colonization}
\input{19 Algeria 1830-1998}
\input{appendix}
\newpage
\bibliography{refs}
\bibliographystyle{ieeetr}
\end{document}