boilerplate

This commit is contained in:
eneller
2025-12-22 13:12:32 +01:00
parent df511b4a3e
commit 78f2f8670f
2 changed files with 63 additions and 2 deletions

View File

@@ -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}