-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPaper.tex
More file actions
130 lines (109 loc) · 3.72 KB
/
Paper.tex
File metadata and controls
130 lines (109 loc) · 3.72 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
%%%%%%%%%%%%%%%%%%%%%%%%%%% Paper.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Template for producing ASME-format journal articles using LaTeX %
% Written by Harry H. Cheng, Professor and Director %
% Integration Engineering Laboratory %
% Department of Mechanical and Aeronautical Engineering %
% University of California %
% Davis, CA 95616 %
% Tel: (530) 752-5020 (office) %
% (530) 752-1028 (lab) %
% Fax: (530) 752-4158 %
% Email: hhcheng@ucdavis.edu %
% WWW: http://iel.ucdavis.edu/people/cheng.html %
% May 7, 1994 %
% Modified: February 16, 2001 by Harry H. Cheng %
% Modified: January 01, 2003 by Geoffrey R. Shiflett %
% Use at your own risk, send complaints to /dev/null %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% use twocolumn and 10pt options with the asme2e format
\documentclass[twocolumn,10pt]{asme2e}
\newcommand*{\captionsource}[2]{%
\caption[{#1}]{%
#1%
\\\hspace{\linewidth}%
\textbf{Source:} #2%
}%
}
\usepackage{textcomp}
\usepackage[USenglish]{babel} % English
\usepackage[ansinew]{inputenc} % Output glyphs like 'ö' at all
%\usepackage[T1]{fontenc} % Output glyphs like 'ö' in a nice font
\usepackage{graphicx} % For loading graphic files
%\usepackage{a4wide} % Smaller margins = more text per page.
\usepackage{fancyhdr} % Fancy headings
\usepackage{longtable} % For tables, that exceed one page
\usepackage{xspace} % Geeft spaties na commando's die dat behoeven
%\usepackage{titling}
\usepackage{mathtools} % Math packages
\let\proof\relax
\let\endproof\relax
\usepackage{amsthm}
\usepackage{amsfonts}
%% The class has several options
% onecolumn/twocolumn - format for one or two columns per page
% 10pt/11pt/12pt - use 10, 11, or 12 point font
% oneside/twoside - format for oneside/twosided printing
% final/draft - format for final/draft copy
% cleanfoot - take out copyright info in footer leave page number
% cleanhead - take out the conference banner on the title page
% titlepage/notitlepage - put in titlepage or leave out titlepage
%
%% The default is oneside, onecolumn, 10pt, final
\title{Determining Tire characteristics through data driven modeling}
%%% first author
\author{Eugene Figueiras
\affiliation{
BSC student\\
TU Delft\\
SN:0000000
}
}
%%% second author
%%% remove the following entry for single author papers
%%% add more entries for additional authors
\author{Maarten Kleijwegt
\affiliation{
BSC student\\
TU Delft\\
SN:4113810
}
}
%%% third author
%%% remove the following entry for single author papers
%%% add more entries for additional authors
\author{Nol R{\"o}mer
\affiliation{
BSC student\\
TU Delft\\
SN: 4391888
}
}
\author{Akash Soerdjbalie
\affiliation{
BSC student\\
TU Delft\\
SN: 4227174
}
}
\author{dr.ir. Tam{\'a}s Keviczky
\affiliation{
Associate Professor \\
Delf Center for Systems and Control
}
}
\author{Wil van Geest
\affiliation{
???\\
Delft Center for Systems and Control\\
}
}
\begin{document}
\maketitle
\input{abstract.tex}
\input{introduction.tex}
\input{background.tex}
\input{experiment.tex}
\input{discussion.tex}
\input{conclusion.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}