summaryrefslogtreecommitdiffstats
path: root/main_other.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-04-07 23:07:57 +0100
committerYann Herklotz <git@yannherklotz.com>2022-04-07 23:07:57 +0100
commitf1cdc82def499275f1e74c47e7efbbbd9beb6306 (patch)
tree1bac7ab1a8739849f2bcc7e97f3394c47c4e7f4f /main_other.tex
parentb0f03053770af9c0da116ada2efdb9c5ddbe392b (diff)
downloadlsr22_fvhls-f1cdc82def499275f1e74c47e7efbbbd9beb6306.tar.gz
lsr22_fvhls-f1cdc82def499275f1e74c47e7efbbbd9beb6306.zip
Add
Diffstat (limited to 'main_other.tex')
-rw-r--r--main_other.tex82
1 files changed, 82 insertions, 0 deletions
diff --git a/main_other.tex b/main_other.tex
new file mode 100644
index 0000000..d5f975c
--- /dev/null
+++ b/main_other.tex
@@ -0,0 +1,82 @@
+\documentclass{scrreprt}
+
+\title{Formal Verification of High-Level Synthesis}
+\subtitle{Late Stage Review\\Imperial College London}
+\author{Yann Herklotz Grave}
+\date{April 2022}
+
+\includeonly{
+ introduction,
+ background,
+ hls,
+ scheduling,
+ pipelining,
+ dynamic,
+ schedule,
+ conclusion
+}
+
+\usepackage{graphicx}
+\usepackage{amsmath}
+\usepackage{amsthm}
+
+\usepackage[british]{babel}
+%\usepackage[utf8]{inputenc}
+\usepackage[sc]{mathpazo}
+\usepackage{newpxmath}
+\usepackage{newpxtext}
+\linespread{1.05}
+\usepackage{inconsolata}
+\usepackage{microtype}
+\addtokomafont{disposition}{\rmfamily}
+
+\usepackage[natbib=true,style=alphabetic,maxbibnames=10]{biblatex}
+\addbibresource{references.bib}
+\AtBeginBibliography{\small}
+
+\usepackage{epigraph}
+\setlength\epigraphwidth{1\textwidth}
+\setlength\epigraphrule{0pt} % no line between
+\setlength\beforeepigraphskip{1\baselineskip} % space before and after epigraph
+\setlength\afterepigraphskip{2\baselineskip}
+\renewcommand*{\textflush}{flushright}
+\renewcommand*{\epigraphsize}{\normalsize\itshape}
+
+\usepackage{xcolor}
+
+\definecolor{ymhfwcol}{HTML}{5F506B}
+\definecolor{ymhwipcol}{HTML}{76949F}
+\newcommand{\ymhfw}{\textcolor{ymhfwcol}{FW}}
+\newcommand{\ymhwip}{\textcolor{ymhwipcol}{WIP}}
+
+\newtheorem{theorem}{Theorem}
+\newtheorem{lemma}{Lemma}
+\newtheorem*{remark}{Remark}
+
+\hyphenation{Comp-Cert}
+\hyphenation{Veri-cert}
+\hyphenation{Poly-Bench}
+\hyphenation{Leg-Up}
+\hyphenation{straight-for-ward}
+\hyphenation{cor-re-la-tion}
+\hyphenation{gram-schmi-dt}
+\hyphenation{de-riche}
+
+\begin{document}
+
+\maketitle
+
+\tableofcontents
+
+\include{introduction}
+\include{background}
+\include{hls}
+\include{scheduling}
+\include{pipelining}
+\include{dynamic}
+\include{schedule}
+\include{conclusion}
+
+\printbibliography{}
+
+\end{document}