forked from Kyslik/FEIStyle
-
Notifications
You must be signed in to change notification settings - Fork 6
/
example_paper.tex
52 lines (42 loc) · 1.51 KB
/
example_paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
% Arguments for the template
% Choose one type of thesis (required):
% - bp - Bachelor thesis
% - dp - Diploma thesis
% - dizp - Dissertation thesis
% - sp - Seminar paper
\documentclass[sp, m]{FEIstyle}
% \documentclass[sp, m, en]{FEIstyle} % If you want to write the thesis in English, add the argument `en`
\FEIauthor{Ján Srnka}
\FEItitle{Ukážkový \LaTeX\ dokument s dlhým názvom}
\FEItitleEn{Example \LaTeX\ document with long title}
\FEIcourse{Architektúra softvérových systémov}
\FEIcourseEn{Software architecture}
\FEIcourseTag{I--ASOS}
\FEIlecturer{RNDr. John Doe, CSc.}
\FEITA{Ing. Peter Párker}
\FEIglossaries{includes/glossary}
\bibliography{includes/bibliography.bib}
\iffalse \input{includes/glossary} \fi
\begin{document}
\frontmatter
\FEIpdfInfo
\FEIcover
\FEItitlePage
\FEIcontent
\FEIlistOfFiguresAndTables
\FEIlistOfGlossaries
\FEIlistOfAlgorithms
\FEIlistOfListings
\mainmatter
\FEIintroduction{includes/introduction}
\FEIcore{includes/core}
\FEIconclusion{includes/conclusion}
% bibliography should use UTF-8 accents (write as is ľščťžýáí...) NOT converted by BibDesk
% http://tex.stackexchange.com/questions/57743/how-to-write-%C3%A4-and-other-umlauts-and-accented-letters-in-bibliography
\FEIbibliography %includes/bibliography.bib
\backmatter
\FEIlistOfAppendix
\FEIappendix{Štruktúra elektronického nosiča\label{att:A}}{includes/attachmentA}
\FEIappendix{Algoritmus\label{att:B}}{includes/attachmentB}
\FEIappendix{Výpis sublime\label{att:C}}{includes/attachmentC}
\end{document}