-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlatex.template
58 lines (43 loc) · 1.1 KB
/
latex.template
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
57
58
\documentclass{llncs}
%\usepackage{url}
\usepackage
[url=false,
isbn=false,
doi=false]
{biblatex}
\bibliography{bibfile}
\usepackage{multirow}
\usepackage{listings}
\usepackage{amsmath} % for equation*
\usepackage{array} % for tabular
\usepackage{verbatim} % for comment
\usepackage{wrapfig}
\usepackage[final]{microtype}
\usepackage[pdfborder={0 0 0}]{hyperref}
\usepackage{tabularx}
\usepackage{inconsolata}
\usepackage{listings}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
$if(highlighting-macros)$
$highlighting-macros$
$endif$
% Reduce size of verbatim text
\makeatletter
\let\oldverbatim@font\verbatim@font
\def\verbatim@font{\oldverbatim@font\small}
\makeatother
\begin{document}
\title{TIP: Tools for Inductive Provers}
\author{Dan Ros\'{e}n \and Nicholas Smallbone}
\institute{Department of Computer Science and Engineering, Chalmers University of Technology
\email{\{danr,nicsma\}@chalmers.se}
}
%\authorrunning{Ros\'{e}n, Smallbone}
%\titlerunning{$title$}
\maketitle
\begin{abstract}
$abstract$
\end{abstract}
$body$
\end{document}