-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathieee_conf.tplx
50 lines (42 loc) · 1.36 KB
/
ieee_conf.tplx
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
% Default to the notebook output style
((* if not cell_style is defined *))
((* set cell_style = 'ieee_style.tplx' *))
((* endif *))
% Inherit from the specified cell style.
((* extends cell_style *))
%===============================================================================
% IEEE Latex Article
%===============================================================================
((* block docclass *))
\documentclass[conference]{IEEEtran}
((* endblock docclass *))
((* block title *))
\title{Bare Demo of IEEEtran.cls\\ for IEEE Conferences}
((* endblock title *))
((* block author *))
\author{\IEEEauthorblockN{Michael Shell}
\IEEEauthorblockA{School of Electrical and\\Computer Engineering\\
Georgia Institute of Technology\\
Atlanta, Georgia 30332--0250\\
Email: http://www.michaelshell.org/contact.html}
\and
\IEEEauthorblockN{Homer Simpson}
\IEEEauthorblockA{Twentieth Century Fox\\
Springfield, USA\\
Email: [email protected]}
\and
\IEEEauthorblockN{James Kirk\\ and Montgomery Scott}
\IEEEauthorblockA{Starfleet Academy\\
San Francisco, California 96678--2391\\
Telephone: (800) 555--1212\\
Fax: (888) 555--1212}}
((* endblock author *))
((* block abstract *))
\begin{abstract}
The abstract goes here.
\end{abstract}
((* endblock abstract *))
((* block bibliography *))
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,IEEEexample}
((* endblock bibliography *))