metadata wip
This commit is contained in:
parent
371d3a4c1a
commit
f714de6465
@ -1,5 +1,5 @@
|
|||||||
% Metadata k uložení do PDF, podrobnější popis viz dokumentace balíčku pdfx.
|
% Metadata k uložení do PDF, podrobnější popis viz dokumentace balíčku pdfx.
|
||||||
|
|
||||||
\Author{Jméno Příjmení}
|
\Author{Oleg Petruny}
|
||||||
\Title{Název práce}
|
\Title{Vícežánrová příběhová počítačová hra s podporou načítání nového obsahu za běhu}
|
||||||
\Publisher{Univerzita Karlova}
|
\Publisher{Univerzita Karlova}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
% Metadata to be stored in PDF, see documentation of the pdfx package for more details.
|
% Metadata to be stored in PDF, see documentation of the pdfx package for more details.
|
||||||
|
|
||||||
\Author{Name Surname}
|
\Author{Oleg Petruny}
|
||||||
\Title{Thesis title}
|
\Title{Multi-genre game with support for loading new content in real-time}
|
||||||
\Publisher{Charles University}
|
\Publisher{Charles University}
|
||||||
|
38
metadata.tex
38
metadata.tex
@ -35,24 +35,24 @@
|
|||||||
%%% Fill in your details %%%
|
%%% Fill in your details %%%
|
||||||
|
|
||||||
% (Note: \xxx is a "ToDo label" which makes the unfilled visible. Remove it.)
|
% (Note: \xxx is a "ToDo label" which makes the unfilled visible. Remove it.)
|
||||||
\def\ThesisTitle{\xxx{Thesis title}}
|
\def\ThesisTitle{Vícežánrová příběhová počítačová hra s podporou načítání nového obsahu za běhu}
|
||||||
\def\ThesisAuthor{\xxx{Your Name Surname}}
|
\def\ThesisAuthor{Oleg Petruny}
|
||||||
\def\YearSubmitted{\xxx{YEAR}}
|
\def\YearSubmitted{2025}
|
||||||
|
|
||||||
% department assigned to the thesis
|
% department assigned to the thesis
|
||||||
\def\Department{\xxx{Name of the department}}
|
\def\Department{Katedra softwaru a výuky informatiky}
|
||||||
% Is it a department (katedra), or an institute (ústav)?
|
% Is it a department (katedra), or an institute (ústav)?
|
||||||
\def\DeptType{\xxx{Department}}
|
\def\DeptType{Katedra}
|
||||||
|
|
||||||
\def\Supervisor{\xxx{Supername Supersurname}}
|
\def\Supervisor{Mgr. Martin Mirbauer}
|
||||||
\def\SupervisorsDepartment{\xxx{department}}
|
\def\SupervisorsDepartment{Katedra softwaru a výuky informatiky}
|
||||||
|
|
||||||
% Study programme and specialization
|
% Study programme and specialization
|
||||||
\def\StudyProgramme{\xxx{study programme}}
|
\def\StudyProgramme{Informatika (B0613A140006)}
|
||||||
\def\StudyBranch{\xxx{study branch}}
|
\def\StudyBranch{IPP6 (0613RA1400060010)}
|
||||||
|
|
||||||
\def\Dedication{%
|
\def\Dedication{%
|
||||||
Dedication. \xxx{It is nice to say thanks to supervisors, friends, family, book authors and food providers.}
|
Rozhodně děkuji svému vedoucímu Mgr. Martinu Mirbauerovi, za jeho čas, ochotu, trpělivost a cenné rady. K tomu i spoustě dalších lidí zapsaných v titulkach hry, s pomoci, testováním a podporou. Bez všech těchto lidí by táto práce nemohla vzniknout nebo by nenabyla takového rozsahu či kvality.
|
||||||
}
|
}
|
||||||
|
|
||||||
\def\AbstractEN{%
|
\def\AbstractEN{%
|
||||||
@ -61,13 +61,13 @@ Dedication. \xxx{It is nice to say thanks to supervisors, friends, family, book
|
|||||||
}
|
}
|
||||||
|
|
||||||
\def\AbstractCS{%
|
\def\AbstractCS{%
|
||||||
\xxx{You will need to submit both Czech and English abstract to the SIS, no matter what language you use in the thesis. If writing in English, translate the contents of \texttt{\textbackslash{}AbstractEN} into this field. In case you do not speak czech, your supervisor should be able to help you with the translation.}
|
V dějinach herního průmyslu je opravdu malé množství her, schopných načítat obsah za běhu, natož když hry jsou s příběhem a úrčené pro jednoho hrače. Tato práce poskytuje vzorovou tvorbu obsahlé hry v Uneral Enginu, 3D modelů a dynamického sountracku. Výstupem je dohratelný celistvý příběh probíhající v pět žánrově a dynamicky odlišných úrovních. Projekt zavádí rozhraní pro načítání nového obsahu za běhu, systémy dialogů, cutscén, quick time eventů a objektové interakcé. Spolu s tím jsou podrobně řešeny problémy a úskalí pří tvorbě hry a grafiky v Unreal Engine 5.
|
||||||
}
|
}
|
||||||
|
|
||||||
% 3 to 5 keywords (recommended), each enclosed in curly braces.
|
% 3 to 5 keywords (recommended), each enclosed in curly braces.
|
||||||
% Keywords are useful for indexing and searching for the theses by topic.
|
% Keywords are useful for indexing and searching for the theses by topic.
|
||||||
\def\Keywords{%
|
\def\Keywords{%
|
||||||
\xxx{{key} {words}}
|
{Počítačová hra} {Unreal Engine} {dynamické načítání obsahu} {3D grafika}
|
||||||
}
|
}
|
||||||
|
|
||||||
% If your abstracts are long and do not fit in the infopage, you can make the
|
% If your abstracts are long and do not fit in the infopage, you can make the
|
||||||
@ -80,13 +80,13 @@ Dedication. \xxx{It is nice to say thanks to supervisors, friends, family, book
|
|||||||
\ifEN\relax\else
|
\ifEN\relax\else
|
||||||
% If you are writing a czech thesis, you additionally need to fill in the
|
% If you are writing a czech thesis, you additionally need to fill in the
|
||||||
% english translation of the metadata here!
|
% english translation of the metadata here!
|
||||||
\def\ThesisTitleEN{\xxx{Thesis title in English}}
|
\def\ThesisTitleEN{Multi-genre game with support for loading new content in real-time}
|
||||||
\def\DepartmentEN{\xxx{Name of the department in English}}
|
\def\DepartmentEN{Department of Software and Computer Science Education}
|
||||||
\def\DeptTypeEN{\xxx{Department}}
|
\def\DeptTypeEN{Department}
|
||||||
\def\SupervisorsDepartmentEN{\xxx{Superdepartment}}
|
\def\SupervisorsDepartmentEN{Department of Software and Computer Science Education}
|
||||||
\def\StudyProgrammeEN{\xxx{study programme}}
|
\def\StudyProgrammeEN{Computer Science (B0613A140006)}
|
||||||
\def\StudyBranchEN{\xxx{study branch}}
|
\def\StudyBranchEN{IPP6 (0613RA1400060010)}
|
||||||
\def\KeywordsEN{%
|
\def\KeywordsEN{%
|
||||||
\xxx{{key} {words}}
|
{Computer game} {Unreal Engine} {dynamic content loading} {3D graphics}
|
||||||
}
|
}
|
||||||
\fi
|
\fi
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
% Metadata to be stored in PDF, see documentation of the pdfx package for more details.
|
% Metadata to be stored in PDF, see documentation of the pdfx package for more details.
|
||||||
|
|
||||||
\Author{Name Surname}
|
\Author{Oleg Petruny}
|
||||||
\Title{Thesis title}
|
\Title{Multi-genre game with support for loading new content in real-time}
|
||||||
\Keywords{keywords\sep more such\sep yet another}
|
\Keywords{Computer game\sepUnreal Engine\sepdynamic content loading\sep3D graphics}
|
||||||
\Subject{Abstract of thesis}
|
\Subject{Abstract of thesis}
|
||||||
\Publisher{Charles University}
|
\Publisher{Charles University}
|
||||||
|
Loading…
Reference in New Issue
Block a user