1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- \documentclass[ignorenonframetext,aspectratio=169]{beamer}
- % \documentclass[a4paper]{article}
- % \usepackage[ignorenonframetext]{beamerarticle}
- \usetheme{Hannover}
- \usefonttheme{serif}
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % \setbeamercolor{background canvas}{bg=black,fg=white} %
- % \setbeamercolor{normal text}{bg=black,fg=white} %
- % \setbeamercolor{block body}{bg=black,fg=white} %
- % \setbeamercolor{structure}{bg=black,fg=cyan} %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % BEAMER SPECIAL
- \setbeamertemplate{navigation symbols}{}
- \title{Libre Society: First Thoughts}
- \subtitle{A Mathematical, Non-corruptable, Algorithmic, Democratic and Free System of Government and Society}
- \author{Andrew Yu}
- \begin{document}
- \begin{frame}
- \maketitle
- \end{frame}
- \begin{frame}{Whom this Presentation is for}
- \begin{itemize}
- \item People who understand the free software movement, and would like to see this kind of freedom elsewhere (society in general);
- \item People who are fed up with the inefficiency and repeated corruption of modern governments.
- \end{itemize}
- \end{frame}
- \section{Introduction}
- \begin{frame}{The Island Idea}
- \begin{enumerate}
- \item Heated discussion in \texttt{\#fsf} on Capitalist issues;
- \end{enumerate}
- \end{frame}
- \section{Issues and Key Points}
- \begin{frame}{Unreliable Humans}
- \begin{itemize}
- \item Psychology intrinsically unstable;
- \item Personal interests.
- \end{itemize}
- $\Downarrow$
- Don't trust any single interest entity.
- \end{frame}
- \end{document}
|