-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharticle.tex
More file actions
executable file
·83 lines (62 loc) · 1.59 KB
/
Copy patharticle.tex
File metadata and controls
executable file
·83 lines (62 loc) · 1.59 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
%
% Article Template
%Author: Miguel Amador August 2011
%Version: 2.0
% Note: Use with associated 01.definitions.tex file
%
% This Template is based in the Template for Article for Physics Thesis by J. Seixas
%
\documentclass[a4paper,11pt,oneside]{article} %duas colunas
\input{01.definitions}
%
% PDF Options
%
\hypersetup{
colorlinks=false,
citecolor=red,
breaklinks=true,
bookmarksnumbered=true,
bookmarksopen=true,
pdftitle={Article Title},
pdfauthor={Author Name},
pdfsubject={Master Thesis in Biomedical Engineering},
pdfcreator={Document Creator Name},
pdfkeywords={Template, Latex, Article}}
\begin{document}
% Uncomment to use custom header and footer fields
%\pagestyle{outras.pag}
%\thispagestyle{primeira.pag}
%
% Title and author
%
\title{My title}
\author{My name\\
\textit{Under supervision of My Supervisor}\\ % supervisor
\textit{Dep. Physics, IST, Lisbon, Portugal}}
\maketitle
\begin{abstract}
This is the text for my abstract. It should be simple, as short as possible. All the text in the paper will be in two columns from now on.
\end{abstract}
\bigskip
\textbf{\Large Keywords:} keyword1, keyword2, ...
\bigskip
%
%
%
%\begin{multicols}{2} %Uncomment to two column article (uncomment also at the end of the document)
%\twocolumn %Set two column in new page
%
% Article Text Body
%
\input{content}
%
% Bibliography
%
\bibliographystyle{IEEEtran}
\bibliography{02.biblio}
%
% List of Acronyms Used
%
\acrodef{SN}{Dummy Acronym}
%\end{multicols}
\end{document}