Revize 10940e9e
Přidáno uživatelem HarryHeres před asi 2 roky(ů)
doc/template/doc.tex | ||
---|---|---|
12 | 12 |
\usepackage{hyperref} |
13 | 13 |
\usepackage[T1]{fontenc} |
14 | 14 |
\usepackage{subcaption} |
15 |
\usepackage{listings} |
|
16 |
\usepackage{color} |
|
15 | 17 |
\hypersetup{ |
16 | 18 |
colorlinks, |
17 | 19 |
citecolor=black, |
... | ... | |
20 | 22 |
urlcolor=black |
21 | 23 |
} |
22 | 24 |
|
25 |
% Code Snippets % |
|
26 |
\definecolor{dkgreen}{rgb}{0,0.6,0} |
|
27 |
\definecolor{gray}{rgb}{0.5,0.5,0.5} |
|
28 |
\definecolor{mauve}{rgb}{0.58,0,0.82} |
|
29 |
|
|
30 |
\lstset{frame=tb, |
|
31 |
language=Java, |
|
32 |
aboveskip=3mm, |
|
33 |
belowskip=3mm, |
|
34 |
showstringspaces=false, |
|
35 |
columns=flexible, |
|
36 |
basicstyle={\small\ttfamily}, |
|
37 |
numbers=none, |
|
38 |
numberstyle=\tiny\color{gray}, |
|
39 |
keywordstyle=\color{blue}, |
|
40 |
commentstyle=\color{dkgreen}, |
|
41 |
stringstyle=\color{mauve}, |
|
42 |
breaklines=true, |
|
43 |
breakatwhitespace=true, |
|
44 |
tabsize=3 |
|
45 |
} |
|
46 |
|
|
47 |
|
|
23 | 48 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
24 | 49 |
%%-----------------------ZAČÁTEK VLASTNÍHO TEXTU---------------------------%% |
25 | 50 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
Také k dispozici: Unified diff
Updated LaTeX template and created the Development plan