-
Notifications
You must be signed in to change notification settings - Fork 0
/
ceur-article-template.sty
56 lines (51 loc) · 2.09 KB
/
ceur-article-template.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{amsmath,amssymb}
\usepackage{listings}
\usepackage{enumitem}
\usepackage{cleveref}
\usepackage{graphicx}
% \usepackage{adjustbox}
% \usepackage{subcaption}
% Macros
\newcommand{\unibo}{\textsc{Alma Mater Studiorum}---Universit\`a di Bologna}
\newcommand{\uniurb}{Universit\`a degli Studi di Urbino Carlo Bo}
\newcommand{\disi}{Dipartimento di Informatica -- Scienza e Ingegneria (DISI)}
\newcommand{\almaai}{Alma Mater Research Institute for Human-Centered Artificial Intelligence (AlmaAI)}
\newcommand{\dispea}{Dipartimento di Scienze Pure e Applicate (DiSPeA)}
\newcommand{\twopkt}{\textsc{2P-Kt}}
\newcommand{\tuprolog}{tuProlog}
\newcommand{\xai}{XAI}
\newcommand{\psyke}{PSyKE}
\newcommand*{\vurl}[2][\today]{\url{#2} [Online; last accessed #1].}
\newenvironment{inlinelist}{\begin{enumerate*}[label=\emph{(\roman{*})}]}{\end{enumerate*}}
% \usepackage[disable]{todonotes}
\usepackage[]{todonotes}
\newcommand{\gcnote}[1]{{\todo[color=green,inline]{\textbf{Ciatto:} #1}}}
\newcommand{\gctodo}[1]{{\todo[size=\tiny,color=green]{\textbf{Ciatto:} #1}}}
\newcommand{\aanote}[1]{{\todo[color=cyan,inline]{\textbf{Agiollo:} #1}}}
\newcommand{\aatodo}[1]{{\todo[size=\tiny,color=cyan]{\textbf{Agiollo:} #1}}}
\newcommand{\fsnote}[1]{{\todo[color=red,inline]{\textbf{Sabba:} #1}}}
\newcommand{\fstodo}[1]{{\todo[size=\tiny,color=red]{\textbf{Sabba:} #1}}}
\newcommand{\rcnote}[1]{{\todo[color=magenta,inline]{\textbf{RC:} #1}}}
\newcommand{\rctodo}[1]{{\todo[size=\tiny,color=magenta]{\textbf{RC:} #1}}}
\newcommand{\mmnote}[1]{{\todo[color=orange,inline]{\textbf{MM:} #1}}}
\newcommand{\mmtodo}[1]{{\todo[size=\tiny,color=orange]{\textbf{MM:} #1}}}
\lstset{
showstringspaces=false,
basicstyle=\tiny\ttfamily,
commentstyle={\color{olive}},
identifierstyle=\color{black},
ndkeywordstyle={\color{blue}},
stringstyle={\color{magenta}},
emphstyle={},
keywordstyle={\color{blue}},
breaklines=true,
numbers=left,
numberstyle=\tiny\color{gray},
numbersep=10pt,
tabsize=2,
extendedchars=true,
frame=trBL,
frameround=fttt,
}