\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{appendix} \newpage \bibliography{refs} \bibliographystyle{ieeetr} \end{document}