Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
xmamo committed Feb 28, 2023
1 parent f42d9a8 commit ad7ff73
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
27 changes: 15 additions & 12 deletions thesis/thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,10 @@
% The theorems package by prof. Marco Comini
\usepackage{theorems}

% The hyperref package. Has to be loaded last!
\usepackage{hyperref}
\hypersetup{hidelinks,pdfpagelayout=TwoPageRight}

\author{Matteo Morena}
\supervisor{Prof.\ Marco Comini}
\date{2021--2022}

\title{
Implementation of an interpreter with graphical interface of a simple
imperative language
}
\title{Implementation of an interpreter with graphical interface of a simple imperative language}

\setlength{\evensidemargin}{3mm}
\setlength{\oddsidemargin}{7mm}
Expand Down Expand Up @@ -64,6 +56,19 @@
literate={‘}{`}{1}{’}{'}{1}{“}{`}{1}{”}{'}{1}{—}{-}{1}
}

\hypersetup{
hidelinks,
bookmarksopen=true,
bookmarksnumbered=true,
pdfpagemode=UseOutlines,
pdfduplex=DuplexFlipLongEdge,
pdflang=en,
pdfnewwindow=true,
pdfpagelayout=TwoPageRight,
pdfpicktraybypdfsize=true,
pdfprintscaling=None
}

\begin{document}
\pagestyle{empty}

Expand Down Expand Up @@ -1743,9 +1748,7 @@
\end{forest}
\end{tabular}

\caption{
Two semantically equivalent abstract syntax trees for \texttt{2+3*(4+5)}
}
\caption{Two semantically equivalent abstract syntax trees for \texttt{2+3*(4+5)}}
\label{figure:ast}
\end{figure}

Expand Down
3 changes: 3 additions & 0 deletions thesis/thesis.xmpdata
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
\Title{Implementation of an interpreter with graphical interface of a simple imperative language}
\Author{Matteo Morena}
\Language{en}

0 comments on commit ad7ff73

Please sign in to comment.