-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
1,550 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
% %%%%%%%%%%%%%%%%%%%%%%%%%%%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |
Oops, something went wrong.