aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/=template=.tex
blob: 3afb4af29a6cf5e36a05cd37473766feaf6967e9 (plain) (blame)
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
\documentclass[a4paper,12pt]{scrartcl}

\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[russian,english]{babel}
\usepackage{hyperref}
%\usepackage[margin=1in]{geometry}
\usepackage{microtype}
\usepackage{titling}

\title{%FILE%}
\author{Anton Bobov <anton@bobov.name>}
\date{\today}

\hypersetup{
    pdftitle={\thetitle},
    pdfauthor={\theauthor},
    pdfkeywords={\thedate}
}

\begin{document}
\maketitle



\end{document}