bboc/bboc.tex

78 lines
2.9 KiB
TeX
Raw Normal View History

\documentclass{book}
2022-08-22 19:26:09 +00:00
\usepackage{authblk}
2022-08-22 20:17:22 +00:00
\usepackage{csquotes}
\usepackage[stable]{footmisc}
\usepackage{varioref}
2022-08-23 16:56:39 +00:00
\usepackage[T1]{fontenc}
\usepackage{csquotes}
\setquotestyle{french}
\interfootnotelinepenalty=9000
\usepackage{hyperref}
2022-08-23 20:50:57 +00:00
\usepackage{multicol}
2022-08-24 12:03:24 +00:00
\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}
2022-08-23 16:16:37 +00:00
\author{Jean Ziegler, 1998 \and Translated by Based BBOC Anon \and Typeset by \LaTeX\,Anon}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
2022-08-22 19:29:47 +00:00
\renewcommand{\thechapter}{\Roman{chapter}}
2022-08-22 19:41:36 +00:00
\counterwithout*{footnote}{chapter}
\setcounter{footnote}{-1} % this makes the first footnote be 0 so the footnote numbers line up with BBOC Anon
2022-08-22 19:29:47 +00:00
2022-08-23 11:13:51 +00:00
% 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}}}
2022-09-04 16:52:29 +00:00
\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}
2022-09-04 17:11:01 +00:00
\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}
2022-11-01 14:48:19 +00:00
\input{20_African_independencies_and_communism_1960-1998_Francis_Arzalier}
2022-11-01 16:21:45 +00:00
\input{21_North_American_interventions_in_Latin_America,_Paco_Pena}
\input{appendix}
2022-09-04 14:57:13 +00:00
2022-09-30 13:36:23 +00:00
\newpage
\bibliography{refs}
\bibliographystyle{ieeetr}
\end{document}