Skip to content

Commit

Permalink
Add PDF metadata using hyperref
Browse files Browse the repository at this point in the history
  • Loading branch information
leoarnold committed Jan 31, 2016
1 parent 5f09a8a commit e047fae
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions russian-grammar-tables.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% Title: Russian grammar tables
% Subject: Russian declension of nouns, pronouns, and adjectives
% Author: Leo Arnold
% URL: https://github.com/leoarnold/russian-grammer-tables
% URL: https://github.com/leoarnold/russian-grammar-tables
% License: CC BY 4.0 - http://creativecommons.org/licenses/by/4.0/

\documentclass[a4paper, landscape, 11pt]{article}
Expand All @@ -9,11 +10,21 @@
\usepackage[T1]{fontenc}
\usepackage[russian]{babel}

\usepackage[tmargin=15mm, rmargin=10mm, bmargin=15mm, lmargin=10mm]{geometry}
\usepackage[tmargin=15mm, rmargin=10mm, bmargin=20mm, lmargin=10mm]{geometry}

\usepackage{multirow, setspace, tabularx, xcolor}
\usepackage{hyperref, multirow, scrpage2, setspace, tabularx, xcolor}

\hypersetup{
pdftitle = {Russian grammar tables},
pdfsubject = {Russian declension of nouns, pronouns, and adjectives},
pdfauthor = {Leo Arnold},
}

\pagestyle{scrheadings}
\ohead{\relax}
\ifoot{Скачивание: \url{https://github.com/leoarnold/russian-grammar-tables}}
\ofoot{Автор: Leo Arnold, Лицензия: \href{http://creativecommons.org/licenses/by/4.0/}{CC BY 4.0}}

\pagestyle{empty}
\setlength{\parindent}{0mm}
\onehalfspacing

Expand Down

0 comments on commit e047fae

Please sign in to comment.