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.

89 lines
3.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_Capitalisms_origin}
\input{02_Servile_economy_and_capitalism}
\input{03_Shoot,_theyre_just_proles}
\input{04_1744-1849,_A_Lyons_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{20_African_independencies_and_communism_1960-1998_Francis_Arzalier}
\input{21_North_American_interventions_in_Latin_America,_Paco_Pena}
\input{22_United_States_the_uncomplete_dream._The_long_march_of_African_Americans_Robert_Pac}
\input{23_Centenary_of_a_genocide_in_Cuba._Weylers_reconcentration_Jean_Laïlle}
\input{24_The_Indian_genocide}
\input{25_Capitalism_to_the_assault_of_Asia_Yves_Grenet}
\input{26_Migrations_in_the_XIXth_and_XXth_century__contribution_to_capitalisms_history_Caroline_Andréani}
\input{27_Capitalism_armament_race_and_arms_trade_Yves_Grenet}
\input{28_Globalizations_undeads_Philippe_PARAIRE}
\input{29_Capitals_globalization_and_root_causes_of_barbarys_threats_François_Chesnais}
\input{30_Swiss_bankers_kill_without_machine_guns_Jean_Ziegler}
\input{31_An_ad_is_worth_a_thousand_bombs_Advertisings_crimes_in_modern_warfare_Yves_Frémion}
\input{32_Even_if_the_abolition_of_capitalism_would_not_be_enough_Monique_and_Roland_Weyl}
\input{33_Capitalism_and_barbary_Black_table_of_slaughters_and_wars_in_the_XXth_century}
\input{appendix}
\newpage
\bibliography{refs}
\bibliographystyle{ieeetr}
\end{document}