-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.tex
69 lines (52 loc) · 1.84 KB
/
test.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Author: Stefan Evert %%%
%%% Purpose: Test file %%%
%%% Created: Thu Dec 16 21:40:29 2004 %%%
%%% Modified: Thu Dec 16 22:41:37 2004 (evert) %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%
%%
\documentclass[a4paper]{article}
\usepackage{vmargin}
\setpapersize[portrait]{A4}
\setmarginsrb{25mm}{10mm}{20mm}{20mm}% left, top, right, bottom
{12pt}{15mm}% head heigth / separation
{0pt}{15mm}% bottom height / separation
%% \setmargnohfrb{30mm}{20mm}{20mm}{20mm}
\setlength{\parindent}{0mm}
\setlength{\parskip}{\medskipamount}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
%% \usepackage[T1]{fontenc}
%% \usepackage{textcomp}
%% \usepackage{mathptmx}
%% \usepackage{mathpazo}
%% \usepackage{charter,helvet,courier}
%% \usepackage{avant}
%% \usepackage{pifont}
%% \usepackage{eucal}
%% \usepackage{pslatex}
%% \renewcommand{\familydefault}{\sfdefault}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{graphicx,rotating}
%% \usepackage[monochrome]{color}
\usepackage{array,hhline,booktabs}
\usepackage{xspace}
%% \usepackage{ifthen,calc,hyphenat}
%% \usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade,xcolor,colortbl}
\usepackage[sort]{natbib}
\usepackage{url}
\bibpunct{(}{)}{;}{a}{}{,}
\begin{document}
\section*{Example of external bib\TeX\ references}
Should support references such as \citet{Evert:04b} as well as multiple
references such as
\citep{Luedeling:Evert:Heid:00,Evert:Luedeling:01,Luedeling:Evert:03}.
Hopefully, references included by \verb_\nocite_ commands will work, too.
\nocite{Krenn:00}
\include{test2}
\bibliographystyle{plainnat}
\bibliography{references}
%% \bibliography{test}
\end{document}