Skip to content

Commit e047fae

Browse files
committed
Add PDF metadata using hyperref
1 parent 5f09a8a commit e047fae

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

russian-grammar-tables.tex

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
% Title: Russian grammar tables
2+
% Subject: Russian declension of nouns, pronouns, and adjectives
23
% Author: Leo Arnold
3-
% URL: https://github.com/leoarnold/russian-grammer-tables
4+
% URL: https://github.com/leoarnold/russian-grammar-tables
45
% License: CC BY 4.0 - http://creativecommons.org/licenses/by/4.0/
56

67
\documentclass[a4paper, landscape, 11pt]{article}
@@ -9,11 +10,21 @@
910
\usepackage[T1]{fontenc}
1011
\usepackage[russian]{babel}
1112

12-
\usepackage[tmargin=15mm, rmargin=10mm, bmargin=15mm, lmargin=10mm]{geometry}
13+
\usepackage[tmargin=15mm, rmargin=10mm, bmargin=20mm, lmargin=10mm]{geometry}
1314

14-
\usepackage{multirow, setspace, tabularx, xcolor}
15+
\usepackage{hyperref, multirow, scrpage2, setspace, tabularx, xcolor}
16+
17+
\hypersetup{
18+
pdftitle = {Russian grammar tables},
19+
pdfsubject = {Russian declension of nouns, pronouns, and adjectives},
20+
pdfauthor = {Leo Arnold},
21+
}
22+
23+
\pagestyle{scrheadings}
24+
\ohead{\relax}
25+
\ifoot{Скачивание: \url{https://github.com/leoarnold/russian-grammar-tables}}
26+
\ofoot{Автор: Leo Arnold, Лицензия: \href{http://creativecommons.org/licenses/by/4.0/}{CC BY 4.0}}
1527

16-
\pagestyle{empty}
1728
\setlength{\parindent}{0mm}
1829
\onehalfspacing
1930

0 commit comments

Comments
 (0)