-
Notifications
You must be signed in to change notification settings - Fork 0
/
jnotes.tex
88 lines (70 loc) · 2.09 KB
/
jnotes.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
\usepackage{cmap}
\usepackage[T2A]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[bulgarian]{babel}
\selectlanguage{bulgarian}
\usepackage{graphicx}
\usepackage{listings}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
anchorcolor=blue,
citecolor=blue
}
\lstset{language=java,
numbers=left,
numberstyle=\tiny,
stepnumber=1,
numbersep=3pt,
tabsize=2,
texcl,
basicstyle=\ttfamily\small,
identifierstyle=\ttfamily\small,
keywordstyle=\sffamily\bfseries\small,
extendedchars=true, inputencoding=utf8x,
backgroundcolor=\color[rgb]{1,1,0.845},
escapeinside={/*@}{@*/}}
\newcommand{\Cpp}{{\ttfamily\bfseries C++}}
\newcommand{\CC}{{\ttfamily\bfseries C}}
% \usepackage{algpseudocode}
%\usepackage{ucs}
%\logo{\includegraphics[height=0.4cm]{../macros/logo_elsys.png}}
\titlegraphic{\href{http://creativecommons.org/licenses/by-sa/3.0/}{\includegraphics{pics/cc.png}}}
\newcommand{\authors}{%
%\author[Л.~Чорбаджиев]{Любомир Чорбаджиев}
\author[Л.~Чорбаджиев, Е.~Гоцев]{Любомир Чорбаджиев, Емил Гоцев}
\institute[ELSYS] {%
Технологично училище ``Електронни системи'' \\
Технически университет, София
}}
\usepackage{tikz}
\usetikzlibrary{arrows,shapes.misc,calc,backgrounds,fit,decorations.pathmorphing,positioning,chains,scopes,topaths,automata,shapes,trees}
\tikzset{obj/.style={rectangle,minimum size=6mm,
very thick,draw=red!50!black!50,top color=white,bottom color=red!50!black!20, font=\ttfamily},
ref/.style={rectangle,
minimum size=8mm,
% The rest
very thick,draw=black!50,
top color=white,bottom color=black!20},
every node/.style={font=\ttfamily},
>=stealth',
thick,
draw=black!50,
shorten >=1pt,node distance=2cm and 2.5cm,on grid}
\mode<article>
{
}
\mode<presentation>
{
\usetheme[secheader=true]{Madrid}
\usecolortheme{crane}
\usefonttheme[onlylarge]{structurebold}
\setbeamercovered{transparent}
}
\usepackage[unicode]{hyperref}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: