]> mj.ucw.cz Git - diplomky.git/blob - abstract.tex
Metadata: We prefer British English in comments
[diplomky.git] / abstract.tex
1 %%% A template for a simple PDF/A file with a stand-alone abstract of the thesis.
2
3 % Meta-data of your thesis (please edit)
4 \input metadata.tex
5
6 % Generate metadata in XMP format for use by the pdfx package
7 \let\OrigThesisTitleXMP=\ThesisTitleXMP
8 \def\ThesisTitleXMP{\OrigThesisTitleXMP (abstract)}
9 \def\AbstractXMP{}
10 \def\ThesisKeywordsXMP{}
11 \input xmp.tex
12
13 \documentclass[12pt]{report}
14
15 \usepackage[a4paper, hmargin=1in, vmargin=1in]{geometry}
16 \usepackage[a-2u]{pdfx}
17 \usepackage[utf8]{inputenc}
18 \usepackage[T1]{fontenc}
19 \usepackage{lmodern}
20 \usepackage{textcomp}
21 \usepackage{amsmath}
22 \usepackage{amsthm}
23 \usepackage{amsfonts}
24 \usepackage{fancyvrb}
25
26 \pagestyle{empty}
27
28 % Definitions of macros (see description inside)
29 \input macros.tex
30
31 \begin{document}
32
33 % By default, we create the abstract from the metadata
34 \Abstract
35
36 \end{document}