From 78f2f8670f205a2f4820f2a1eb13f1a5111b857b Mon Sep 17 00:00:00 2001 From: eneller Date: Mon, 22 Dec 2025 13:12:32 +0100 Subject: [PATCH] boilerplate --- correction.tex | 32 +++++++++++++++++++++++++++++++- crypto.tex | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/correction.tex b/correction.tex index 8fe50bd..136be97 100644 --- a/correction.tex +++ b/correction.tex @@ -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} \ No newline at end of file diff --git a/crypto.tex b/crypto.tex index 98e043b..b2e701d 100644 --- a/crypto.tex +++ b/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}