comparison doc/design/graal_compiler.tex @ 2517:8c6e31c62fba

added initial version of design docs, fixed .hgignore (regex, . -> \.)
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 27 Apr 2011 15:59:38 +0200
parents
children 765dd54244a6
comparison
equal deleted inserted replaced
2513:3452f96a1139 2517:8c6e31c62fba
1 \documentclass[twocolumn]{svjour3}
2 \usepackage[pdftex]{graphicx}
3 \usepackage{environ}
4 \usepackage{amsmath}
5 \usepackage{amsfonts}
6 \usepackage[english]{babel}
7 \usepackage[utf8]{inputenc}
8 \usepackage{lmodern}
9 \usepackage[T1]{fontenc}
10 \usepackage{color}
11
12 \input{graphdrawing}
13
14 \renewcommand*\descriptionlabel[1]{\hspace\labelsep\normalfont\bf #1}
15
16 \newcommand{\Sa}{{\Large$^*$}}
17 \newcommand{\Sb}{{\Large$^\dag$}}
18 \newcommand{\Sc}{{\Large$^\S$}}
19
20 \smartqed % flush right qed marks, e.g. at end of proof
21
22 \journalname{Graal Compiler Design}
23 \def\makeheadbox{{%
24 \hbox to0pt{\vbox{\baselineskip=10dd\hrule\hbox
25 to\hsize{\vrule\kern3pt\vbox{\kern3pt
26 \hbox{\bfseries The Graal Compiler - Design and Strategy}
27 \kern3pt}\hfil\kern3pt\vrule}\hrule}%
28 \hss}}}
29
30 \begin{document}
31
32 \author{Thomas Würthinger \Sa, Lukas Stadler \Sc, Gilles Duboscq \Sa}
33 \institute{\Sa Oracle, \Sc Johannes Kepler University, Linz}
34
35 \date{Created: \today}
36
37 \title{The Graal Compiler}
38 \subtitle{Design and Strategy \\ \textcolor{red}{work in progress}}
39
40 \maketitle
41
42 \input{graal_compiler_org}
43 \input{graal_compiler_design}
44 \input{graal_compiler_aux}
45
46 \end{document}