\documentclass{article} \usepackage{graphicx} \usepackage{float} \usepackage{amsmath} \usepackage{amssymb} \usepackage{amsthm} \usepackage{xspace} \usepackage[inline]{enumitem} \usepackage{times} \usepackage{tikz} \usepackage{mathrsfs,mathabx} \usepackage{algorithm} \usepackage{url} \usepackage{rotating} \usepackage[noend]{algpseudocode} \usepackage{fancyref} \usepackage{minted} \usepackage{array} \usepackage{fixme} \usepackage{multirow} \usetikzlibrary{arrows,automata} %\newtheorem{theorem}{Theorem}[section] %\newtheorem{algorithm}[theorem]{Algorithm} %\newtheorem{lemma}[theorem]{Lemma} %\newtheorem{note}[theorem]{Note} %\newtheorem{proposition}[theorem]{Proposition} %\newtheorem{corollary}[theorem]{Corollary} \newenvironment{definition}[1][Definition]{\begin{trivlist} \item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} \newenvironment{example}[1][Example]{\begin{trivlist} \item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} \newenvironment{remark}[1][Remark]{\begin{trivlist} \item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} \newminted{c}{fontsize=\footnotesize} \newminted{text}{fontsize=\footnotesize} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhead[L]{\small Project} \fancyhead[R]{\small Thomas Bracht Laumann Jespersen} %\usepackage[thmmarks]{ntheorem} %\theoremstyle{nonumberplain} %\theoremheaderfont{\normalfont\bfseries} %\theorembodyfont{\normalfont} %theoremsymbol{\ensuremath{\square}} %theoremseparator{.} %newtheorem{proof}{Proof} \setdescription{ font=\normalfont\bfseries, style=sameline, leftmargin=\parindent, itemsep=0pt, listparindent=\parindent } \frenchspacing \title{Implementing Base Change without Space Change} \author{Thomas Bracht Laumann Jespersen\\\footnotesize\url{ntl316@alumni.ku.dk}} \date{} \newcommand{\eof}{\textsc{eof}\xspace} \newcommand{\sref}[1]{\S\ref{#1}} \newcolumntype{x}[1]{% >{\centering\hspace{0pt}}p{#1}}% \begin{document} \maketitle %\listoffixmes \section{Introduction}\label{sec:intro} \input{intro.tex} \section{Overview of the algorithm}\label{sec:overview} \input{overview.tex} \section{Implementation}\label{sec:impl} \input{impl.tex} \section{Comparing to other methods}\label{sec:comp} \input{comp.tex} \bibliography{refs}{} \bibliographystyle{plain} \end{document}