Seminar
This commit is contained in:
@ -10,9 +10,8 @@
|
||||
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %%
|
||||
|
||||
\usepackage[utf8]{inputenc} %% use UTF-8, maybe not needed since 2018
|
||||
\usepackage[italian,main=english]{babel} %% language
|
||||
\usepackage[main=english]{babel} %% language
|
||||
|
||||
\usepackage{csquotes} %% correct language also for citations
|
||||
|
||||
\usepackage[
|
||||
backend=biber,
|
||||
@ -37,15 +36,20 @@
|
||||
\usepackage{algpseudocode} %% loads algorithmicx
|
||||
\usepackage{amsthm}
|
||||
\usepackage{thmtools} %% theorems
|
||||
\usepackage{cmll}
|
||||
\usepackage{leftindex}
|
||||
\usepackage{semantic} %% semantics
|
||||
\usepackage{formal-grammar} %% BNF
|
||||
|
||||
\usepackage{csquotes} %% correct language also for citations
|
||||
|
||||
%% plot packages
|
||||
\usepackage{pgfplots} %% plots used with \begin{tikzpicture}
|
||||
\usepackage{tikz} %% for pictures
|
||||
\usetikzlibrary{trees}
|
||||
\usetikzlibrary{trees,chains,shadows.blur,fit,arrows.meta,positioning}
|
||||
\pgfplotsset{width=10cm,compat=newest}
|
||||
|
||||
%% design packages
|
||||
\usepackage{enumitem} %% for lists and enumerating
|
||||
\usepackage{color}
|
||||
\usepackage{xcolor,colortbl} % xcolor for defining colors, colortbl for table colors
|
||||
\usepackage{makecell} %% for multiple lines in cell of table
|
||||
@ -74,10 +78,10 @@
|
||||
\DeclareMathOperator*{\argmax}{argmax}
|
||||
\DeclareMathOperator*{\argmin}{argmin}
|
||||
|
||||
%% itemize use less vertical space (use olditemize for default behaviour)
|
||||
\let\olditemize=\itemize%% old itemize
|
||||
\let\endolditemize=\enditemize%% old end itemize
|
||||
\renewenvironment{itemize}{\olditemize\itemsep-0.2em}{\endolditemize}
|
||||
% %% itemize use less vertical space (use olditemize for default behaviour)
|
||||
% \let\olditemize=\itemize%% old itemize
|
||||
% \let\endolditemize=\enditemize%% old end itemize
|
||||
% \renewenvironment{itemize}{\olditemize\itemsep+0.1em}{\endolditemize}
|
||||
|
||||
%% items in itemize emph+box
|
||||
%% usage: \ieb{Class:} for simple item
|
||||
@ -118,15 +122,17 @@
|
||||
|
||||
%% PACKAGE tabularray
|
||||
\UseTblrLibrary{amsmath}
|
||||
|
||||
\UseTblrLibrary{booktabs}
|
||||
|
||||
%% PACKAGE color
|
||||
\definecolor{red}{rgb}{1, 0.1, 0.1}
|
||||
\definecolor{lightgreen}{rgb}{0.55, 0.87, 0.47}
|
||||
\definecolor{gray}{rgb}{0.3, 0.3, 0.3}
|
||||
\definecolor{gray}{rgb}{0.4, 0.4, 0.4}
|
||||
\definecolor{blue}{rgb}{0.2, 0.2, 0.675}
|
||||
\newcommand{\lgt}{\cellcolor{lightgreen}} %% light green in tables
|
||||
\newcommand{\gry}{\textcolor{gray}} %% gray text
|
||||
\newcommand{\graytext}{\textcolor{gray}} %% gray text
|
||||
\newcommand{\rd}{\textcolor{red}} %% red text
|
||||
\newcommand{\bluetext}{\textcolor{blue}} %% red text
|
||||
|
||||
%% PACKAGE minipage
|
||||
\newcommand{\thend}[1]{\begin{center}
|
||||
@ -170,9 +176,12 @@
|
||||
|
||||
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %%
|
||||
|
||||
\title{SEMINARIO}
|
||||
\title{SEMINAR:\\
|
||||
A Unified View of Modalities in Types Systems}
|
||||
\author{Elvis Rossi}
|
||||
\institute[DEPARTMENT OF COMPUTER SCIENCE]{Department of Computer Science\\
|
||||
\medskip
|
||||
University of Pisa\\
|
||||
\medskip
|
||||
Master Degree in Computer Science
|
||||
}
|
||||
@ -193,7 +202,7 @@
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
\include{write_here.tex}
|
||||
\include{seminar.tex}
|
||||
|
||||
\end{document}
|
||||
|
||||
@ -201,4 +210,4 @@
|
||||
|
||||
%%% Local Variables:
|
||||
%%% TeX-command-extra-options: "-shell-escape"
|
||||
%%% End:
|
||||
%%% End:
|
||||
|
||||
Reference in New Issue
Block a user