mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Compile thesis title and author into PDF metadata.
This commit is contained in:
parent
3131756e04
commit
d36f02d12f
@ -22,7 +22,7 @@
|
||||
%% SOFTWARE.
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesClass{elteikthesis}[2020/05/15 ELTE FI bachelor and master thesis template]
|
||||
\ProvidesClass{elteikthesis}[2020/11/23 ELTE FI bachelor and master thesis template]
|
||||
|
||||
% LaTeX programozói eszközök
|
||||
\RequirePackage{etoolbox}
|
||||
@ -315,7 +315,7 @@
|
||||
% pdflatex-hez
|
||||
\newcommand{\hyperrefComp}{}
|
||||
|
||||
\RequirePackage[pdfborder={0 0 0}, unicode, \hyperrefComp]{hyperref}
|
||||
\RequirePackage[pdfborder={0 0 0}, unicode, pdfusetitle, \hyperrefComp]{hyperref}
|
||||
\RequirePackage[all]{hypcap}
|
||||
\RequirePackage{url}
|
||||
\RequirePackage{bookmark}
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -4,7 +4,7 @@
|
||||
%nohyp, % Szavak sorvégi elválasztásának tiltása / No hyphenation of words
|
||||
%twoside, % Kétoldalas nyomtatás / Double sided format
|
||||
%final, % Teendők elrejtése / Set final to hide todos
|
||||
]{elteikthesis}[2020/05/15]
|
||||
]{elteikthesis}[2020/11/23]
|
||||
|
||||
% Dolgozat metaadatai
|
||||
% Document's metadata
|
||||
@ -46,7 +46,7 @@
|
||||
|
||||
% Teendők listája (final dokumentumban nincs)
|
||||
% List of todos (not in the final document)
|
||||
\listoftodos[\todolabel]
|
||||
%\listoftodos[\todolabel]
|
||||
|
||||
% Dokumentum beállítások
|
||||
% Some document settings
|
||||
|
Loading…
Reference in New Issue
Block a user