clean up latex header
This commit is contained in:
@@ -1,28 +1,30 @@
|
|||||||
\documentclass{article}
|
\documentclass{article}
|
||||||
|
%%% basic layouting
|
||||||
\usepackage[utf8x]{inputenc}
|
\usepackage[utf8x]{inputenc}
|
||||||
\usepackage[margin=1in]{geometry} % Adjust margins
|
\usepackage[margin=1in]{geometry} % Adjust margins
|
||||||
\usepackage{caption}
|
\usepackage{caption}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\PassOptionsToPackage{hyphens}{url} % allow breaking urls
|
||||||
|
\usepackage{float}
|
||||||
\usepackage{wrapfig}
|
\usepackage{wrapfig}
|
||||||
\usepackage{subcaption}
|
\usepackage{subcaption}
|
||||||
\usepackage{parskip} % dont indent after paragraphs, figures
|
\usepackage{parskip} % dont indent after paragraphs, figures
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
|
%%% algorithms
|
||||||
\usepackage{algorithm}
|
\usepackage{algorithm}
|
||||||
\usepackage{algpseudocodex}
|
\usepackage{algpseudocodex}
|
||||||
%\usepackage{csquotes} % Recommended for biblatex
|
% graphs and plots
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usepackage{pgfplots}
|
\usepackage{pgfplots}
|
||||||
\usetikzlibrary{positioning}
|
\usetikzlibrary{positioning}
|
||||||
%\usegdlibrary{trees}
|
%\usegdlibrary{trees}
|
||||||
\usepackage{float}
|
%%% math
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\PassOptionsToPackage{hyphens}{url}
|
%%% citations
|
||||||
\usepackage{hyperref} % allows urls to follow line breaks of text
|
|
||||||
\usepackage[style=ieee, backend=biber, maxnames=1, minnames=1]{biblatex}
|
\usepackage[style=ieee, backend=biber, maxnames=1, minnames=1]{biblatex}
|
||||||
|
%\usepackage{csquotes} % Recommended for biblatex
|
||||||
\addbibresource{compression.bib}
|
\addbibresource{compression.bib}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\title{Compression}
|
\title{Compression}
|
||||||
\author{Erik Neller}
|
\author{Erik Neller}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
|
|||||||
Reference in New Issue
Block a user