Přidána samostatná šablona pro abstrakt práce
parent
4e6195b098
commit
eea3bbf27d
@ -0,0 +1,19 @@
|
|||||||
|
%%% Šablona pro jednoduchý soubor formátu PDF/A, jako treba samostatný abstrakt práce.
|
||||||
|
|
||||||
|
\documentclass[12pt]{report}
|
||||||
|
|
||||||
|
\usepackage[a4paper, hmargin=1in, vmargin=1in]{geometry}
|
||||||
|
\usepackage[a-2u]{pdfx}
|
||||||
|
\usepackage[czech]{babel}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{lmodern}
|
||||||
|
\usepackage{textcomp}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
%% Nezapomeňte upravit abstrakt.xmpdata.
|
||||||
|
|
||||||
|
Toto je ukázkový abstrakt.
|
||||||
|
|
||||||
|
\end{document}
|
@ -0,0 +1,5 @@
|
|||||||
|
% Metadata k uložení do PDF, podrobnější popis viz dokumentace balíčku pdfx.
|
||||||
|
|
||||||
|
\Author{Jméno Příjmení}
|
||||||
|
\Title{Název práce}
|
||||||
|
\Publisher{Univerzita Karlova}
|
@ -0,0 +1,18 @@
|
|||||||
|
%%% 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}
|
@ -0,0 +1,5 @@
|
|||||||
|
% Metadata to be stored in PDF, see documentation of the pdfx package for more details.
|
||||||
|
|
||||||
|
\Author{Name Surname}
|
||||||
|
\Title{Thesis title}
|
||||||
|
\Publisher{Charles University}
|
Loading…
Reference in New Issue