-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExportPreamble.tex
28 lines (20 loc) · 1.06 KB
/
ExportPreamble.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
\documentclass[11pt]{scrartcl}% use koma-script article class, 11 point text
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a4paper} % ... or a4paper or a5paper or ...
\usepackage{natbib}%use natbib citation/reference style
\bibliographystyle{apalike}%use apalike bibliography style
\setcitestyle{notesep={:},round,aysep={,},yysep={;}}%set punctutation for citations
\usepackage{graphicx}%use bitmap images
\usepackage{epstopdf}%use eps images
\usepackage{todo}%add ToDo reminders/comments
\usepackage{textcomp}%useful for various texty extras
\usepackage{tabulary}% necess for MMD - tables
\usepackage{booktabs}% necess for MMD - tables
\usepackage{hyperref}% necess for MMD - Xref system
\usepackage{xspace}% automatic control of spaces after user-defined commands
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\title{Brief Article}%TITLE OF PAPER
\author{The Author}%AUTHOR oF PAPER
\date{}%LEAVE BLANK FOR TODAY'S DATE
\begin{document}
\maketitle