You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
398 B
TeX
19 lines
398 B
TeX
7 years ago
|
%%% A template for a simple PDF/A file like a stand-alone abstract of the thesis.
|
||
|
|
||
|
\documentclass[12pt]{report}
|
||
|
|
||
|
\usepackage[a4paper, hmargin=1in, vmargin=1in]{geometry}
|
||
|
\usepackage[a-2u]{pdfx}
|
||
|
\usepackage[utf8]{inputenc}
|
||
|
\usepackage[T1]{fontenc}
|
||
|
\usepackage{lmodern}
|
||
|
\usepackage{textcomp}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
%% Do not forget to edit abstract.xmpdata.
|
||
|
|
||
|
This is an example abstract.
|
||
|
|
||
|
\end{document}
|