-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproblems.tex
123 lines (95 loc) · 2.87 KB
/
problems.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
\usepackage{cmap}
%~ \usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,bulgarian]{babel}
\selectlanguage{bulgarian}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{pgf}
% \usepackage{hyperref}
\usepackage[unicode,colorlinks=true]{hyperref}
\hypersetup{
colorlinks=true,
unicode=true
}
\lstset{language=C++,
numbers=none,
numberstyle=\tiny,
stepnumber=1,
numbersep=3pt,
tabsize=2,
texcl,
extendedchars=true, inputencoding=utf8,
basicstyle=\ttfamily,
identifierstyle=\ttfamily,
keywordstyle=\sffamily\bfseries,
backgroundcolor=\color[rgb]{1,1,0.845},
escapeinside={/*@}{@*/}}
\usepackage{algpseudocode}
\newcommand{\Cpp}{{\ttfamily\bfseries C++}}
\newcommand{\CC}{{\ttfamily\bfseries C}}
%\logo{\includegraphics[height=0.4cm]{../macros/logo_elsys.png}}
%\titlegraphic{\href{http://creativecommons.org/licenses/by-sa/3.0/}{\includegraphics{pics/cc.png}}}
% \newcommand{\lubo}{%
% \author[Л. Чорбаджиев]{Любомир Чорбаджиев\\
% \texttt{[email protected]}}}
% \institute[ELSYS]
% {
% Технологично училище "Електронни системи" \\
% Технически университет --- София
% }}
% \newcommand{\lubo}{%
% \author{Любомир Чорбаджиев\\
% \texttt{[email protected]}}
% }
% \newcommand{\ie}{т.~е.\ }
% \newcounter{probcounter}[section]
% \newenvironment{prob}[1][]%
% {\smallskip%
% \noindent\refstepcounter{probcounter}%
% \textbf{\theprobcounter${}^{#1}$.}\ }%
% {\medskip}
% \usepackage{tikz}
% \usetikzlibrary{arrows,shapes.misc,calc,backgrounds,fit,decorations.pathmorphing,positioning,chains,scopes,topaths,automata,shapes,trees}
% \mode<article>
% {
%
% }
%
% \mode<presentation>
% {
% \usetheme[secheader=true]{Madrid}
% \usecolortheme{crane}
% \usefonttheme[onlylarge]{structurebold}
% \setbeamercovered{transparent}
% }
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\newcommand{\ostitlepage}[1]{%
\pagenumbering{roman}
\thispagestyle{empty}
\begin{titlepage}
\begin{center}
% Upper part of the page
\textsc{Технологично училище ``Електронни системи''\\Технически университет -- София}\\[2cm]
\textsc{\Large Операционни системи}\\[1.5cm]
% Title
\HRule \\[0.4cm]
{ \huge \bfseries {{#1}}}\\[0.4cm]
\HRule \\[1.5cm]
% Author and supervisor
% \textsc{Любомир Чорбаджиев}\\
\texttt{[email protected]}\\[1cm]
%\includegraphics[width=0.15\textwidth]{./pics/cc}\\[1cm]
\href{http://creativecommons.org/licenses/by-sa/3.0/}{\includegraphics{../pics/cc.png}}\\[1cm]
\vfill
% Bottom of the page
{\large \today}
\end{center}
\end{titlepage}
\pagenumbering{arabic}
}%\ostitlepage{}
\usepackage[hscale=0.7,vscale=0.8]{geometry}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: