\documentclass[12pt,a4paper,notitlepage]{book} \usepackage{authblk} \usepackage{csquotes} \usepackage[stable]{footmisc} \usepackage{varioref} \usepackage[T1]{fontenc} \usepackage{csquotes} \setquotestyle{english} \interfootnotelinepenalty=9000 \usepackage{hyperref} \usepackage{multicol} \usepackage{graphicx} \usepackage[absolute,overlay]{textpos} \usepackage{longtable} \usepackage[strict]{changepage} \usepackage[table]{xcolor} \usepackage{float} \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: — – % 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}}} \renewcommand{\bibname}{Bibliography for the translated version} \title{The Black Book of Capitalism} \author{Jean Ziegler, 1998 \and Translated by Based BBOC Anon \and Typeset by \LaTeX\,Anon \and Proofread by Proofreading Anon \#1,\linebreak Proofreading Anon \#2\linebreak and Comrade Jeb! \and Front cover by Anonymous \and Back cover by Anonymous} \date{\today} \begin{document} \frontmatter \begin{textblock*}{\paperwidth}(0pt,0pt) \noindent\includegraphics[height=\paperheight,width=\paperwidth]{ClipboardImage.png} \end{textblock*} \newpage % this is the "page" for the cover You found Waldo! % we need some kind of text for this page to actually be a page. a ~ would be enough but this is more fun and is covered up by the actual cover image \newpage This is the inside of the cover. We could put stuff here. \maketitle \tableofcontents \listoftables %\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 \input{notes} \input{foreword_Gilles_PERRAULT} \input{introduction_Maurice_CURY} \mainmatter \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} \bibliography{refs} \addcontentsline{toc}{chapter}{\bibname} \bibliographystyle{ieeetr} \backmatter \newpage \checkoddpage \ifoddpage \else \newpage % extra page inserted to make the back cover an even page ~ \fi \newpage{\thispagestyle{empty}} This is the inside of the back. \newpage{\thispagestyle{empty}} This text is behind the back cover image and is invisible. %\def\thepage{} \begin{textblock*}{\paperwidth}(0pt,0pt) \noindent\includegraphics*[height=\paperheight,width=\paperwidth]{Oekaki.png} \end{textblock*} \end{document}