-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemergent_design.tex
executable file
·45 lines (35 loc) · 1.2 KB
/
emergent_design.tex
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
\documentclass[a4paper, 12pt]{article}
%this is for use in sbc
%\usepackage{sbc-template}
%better bibliography style control
\usepackage{natbib}
%utf-8, because it is the default in linux these days
\usepackage[utf8]{inputenc}
%\usepackage{graphicx}
\usepackage[pdftex]{color,graphicx}
\usepackage{hyperref}
%make the url links blue
\hypersetup{
pdfauthor={Eduardo Bellani},
pdftitle={An emergent participatory design framework for higher education},
pdfkeywords={education, emergent design, culture, technology},
colorlinks,
urlcolor= blue
}
\title{An emergent participatory design framework for higher education}
\author{Eduardo Bellani \thanks{\htmladdnormallink{blog}{http://www.cnxs.com.br} --
\htmladdnormallink{contact}
{mailto:ebellani@gmail.com}} }
\begin{document}
\maketitle
\input{abstract}
\input{introduction}
%the main work
\input{the_bases}
\input{description}
% \input{case} don't honestly know if I should include that. Definitely
% deserves a cleaning
\input{conclusion}
\bibliographystyle{plainnat}
\bibliography{references}
\end{document}