Skip to content

Commit

Permalink
report finished
Browse files Browse the repository at this point in the history
  • Loading branch information
lapotolo committed Mar 1, 2020
1 parent 72b0b03 commit 1010fde
Show file tree
Hide file tree
Showing 13 changed files with 1,550 additions and 71 deletions.
24 changes: 24 additions & 0 deletions report/UF_FRED_paper_style.sty
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{setspace}
\usepackage{palatino}
\usepackage{graphicx}
\usepackage{float}
\usepackage{titling} % drop vertical space before the title
\usepackage{multirow}
\usepackage{lscape}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{subcaption}
\usepackage[a4paper, total={6in, 9.5in}]{geometry}
\fontfamily{ppl}\selectfont

\usepackage[american]{babel}

\usepackage{setspace}
\renewcommand{\baselinestretch}{1.5}

% BIBLIOGRAPHY %%%%%%%%%%%%%%
\usepackage[natbibapa]{apacite} % to enable '\citet' and '\citep' macros
\bibliographystyle{apacite}
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%
29 changes: 29 additions & 0 deletions report/main.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\bibstyle{apacite}
\babel@aux{american}{}
\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction to the new constructs}{1}{section.1}}
\@writefile{toc}{\contentsline {section}{\numberline {2}Scanner}{2}{section.2}}
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
\newlabel{tab:1}{{\caption@xref {tab:1}{ on input line 111}}{2}{Scanner}{table.caption.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {3}Parser}{3}{section.3}}
\@writefile{toc}{\contentsline {section}{\numberline {4}Code Generation}{4}{section.4}}
\@writefile{toc}{\contentsline {section}{\numberline {5}An example Program}{6}{section.5}}
\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Computation of the n-th Fibonacci number}{6}{subsection.5.1}}
\@writefile{toc}{\contentsline {section}{\numberline {6}Optimization and static analysis}{6}{section.6}}
Loading

0 comments on commit 1010fde

Please sign in to comment.