-
Notifications
You must be signed in to change notification settings - Fork 23
/
example_paper.tex
45 lines (35 loc) · 1.23 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
\documentclass[sp,m]{FEIstyle}
\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}