boilerplate
This commit is contained in:
@@ -1,2 +1,32 @@
|
||||
\documentclass{article}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[margin=1in]{geometry} % Adjust margins
|
||||
\usepackage{caption}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{subcaption}
|
||||
\usepackage{parskip} % dont indent after paragraphs, figures
|
||||
\usepackage{xcolor}
|
||||
%\usepackage{csquotes} % Recommended for biblatex
|
||||
\usepackage{tikz}
|
||||
\usepackage{pgfplots}
|
||||
\usetikzlibrary{positioning}
|
||||
\usepackage{float}
|
||||
\usepackage{amsmath}
|
||||
\PassOptionsToPackage{hyphens}{url}
|
||||
\usepackage{hyperref} % allows urls to follow line breaks of text
|
||||
\usepackage[style=ieee, backend=biber, maxnames=1, minnames=1]{biblatex}
|
||||
\addbibresource{entropy.bib}
|
||||
|
||||
Error correction codes (theorems: Hamming condition, Varsham-Gilbert)
|
||||
|
||||
|
||||
|
||||
\title{Error Correction Codes}
|
||||
\author{Erik Neller}
|
||||
\date{\today}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
(theorems: Hamming condition, Varsham-Gilbert)
|
||||
CRC
|
||||
\printbibliography
|
||||
\end{document}
|
||||
33
crypto.tex
33
crypto.tex
@@ -1,2 +1,33 @@
|
||||
\documentclass{article}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[margin=1in]{geometry} % Adjust margins
|
||||
\usepackage{caption}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{subcaption}
|
||||
\usepackage{parskip} % dont indent after paragraphs, figures
|
||||
\usepackage{xcolor}
|
||||
%\usepackage{csquotes} % Recommended for biblatex
|
||||
\usepackage{tikz}
|
||||
\usepackage{pgfplots}
|
||||
\usetikzlibrary{positioning}
|
||||
\usepackage{float}
|
||||
\usepackage{amsmath}
|
||||
\PassOptionsToPackage{hyphens}{url}
|
||||
\usepackage{hyperref} % allows urls to follow line breaks of text
|
||||
\usepackage[style=ieee, backend=biber, maxnames=1, minnames=1]{biblatex}
|
||||
\addbibresource{entropy.bib}
|
||||
|
||||
Cryptography: DES, AES and RSA
|
||||
|
||||
|
||||
|
||||
\title{Cryptography}
|
||||
\author{Erik Neller}
|
||||
\date{\today}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\section{DES}
|
||||
\section{AES}
|
||||
\section{RSA}
|
||||
\printbibliography
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user