-
Notifications
You must be signed in to change notification settings - Fork 0
/
dippa.tex
50 lines (34 loc) · 1.01 KB
/
dippa.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
46
47
48
49
50
%
% This is a Dippa editor document template. The template suits best for academic papers
% written in Finnish.
%
% Add a document type 'article' that suits for academic papers
\documentclass[a4paper]{article}
% Encoding that fits to Finnish language
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% Hyphenation for Finnish
\usepackage[finnish]{babel}
% References.
% NOTICE: References are currently not supported by Dippa Editor
\usepackage{natbib}
\bibpunct{(}{)}{;}{a}{,}{,}
% Begin the document
\begin{document}
% Document title
\title{\huge Title \\ \large Subtitle}
\date{1.1.2012}
\author{Author name \\ [email protected]}
\maketitle
\large
% First section
\section{Tämä on ensimmäinen iso otsikko, esim. Johdanto}
Tässä on johdantokappale
\section{Seuraava iso otsikko}
Tässä on sisältöä seuraavan ison otsikon alla
\subsection{Alaotsikko}
Tässä on alaotsikko ja viittaus esimerkkidokumenttiin \citep{koski2012}
\bibliographystyle{plainnat}
\bibliography{ref}
% End of the document
\end{document}