31 lines
734 B
TeX
31 lines
734 B
TeX
\documentclass{article}
|
|
\usepackage[utf8x]{inputenc}
|
|
\usepackage[margin=1in]{geometry} % Adjust margins
|
|
\usepackage{caption}
|
|
\usepackage{subcaption}
|
|
\usepackage{parskip} % dont indent after paragraphs, figures
|
|
\usepackage{xcolor}
|
|
\usepackage{tikz}
|
|
\usepackage{float}
|
|
\usepackage{amsmath}
|
|
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref} % allows urls to follow line breaks of text
|
|
|
|
|
|
|
|
|
|
\title{Entropy as a measure of information}
|
|
\author{Erik Neller}
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\section{What is entropy?}
|
|
\section{Definitions across disciplines}
|
|
%- bedingte Entropie
|
|
%- Redundanz
|
|
%- Quellentropie
|
|
\section{Shannon Axioms}
|
|
\section{Coding of a source of an information and communication channel}
|
|
|
|
|
|
\end{document} |