-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathai-dsl.tex
55 lines (42 loc) · 1.19 KB
/
ai-dsl.tex
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
\documentclass[]{scrartcl}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage[font=scriptsize]{caption}
\usepackage[font=scriptsize]{subcaption}
\usepackage{float}
\usepackage{amssymb,mathtools}
\usepackage[textsize=footnotesize]{todonotes}
\newcommand{\kabir}[2][]{\todo[color=yellow,author=kabir, #1]{#2}}
%opening
\title{Thoughts on SNET AI-DSL design}
\newcommand{\footremember}[2]{%
\footnote{#2}
\newcounter{#1}
\setcounter{#1}{\value{footnote}}%
}
\newcommand{\footrecall}[1]{%
\footnotemark[\value{#1}]%
}
\date{\today}
\usepackage{enumitem}
\setlength{\parskip}{1em}
\usepackage[backend=bibtex,natbib=true,doi=false,style=authoryear-icomp]{biblatex}
%\usepackage[backend=bibtex,style=authoryear,natbib=true,backref=true,url=false]{biblatex}
%\DefineBibliographyStrings{english}{%
% backrefpage = {page},% originally "cited on page"
% backrefpages = {pages},% originally "cited on pages"
%}
\addbibresource{bib.bib}
\setcounter{secnumdepth}{0} % sections are level 1
\usepackage{xcolor}
\hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
\begin{document}
\maketitle
\tableofcontents
\section{Return on investment}
\end{document}