-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommon.tex
64 lines (49 loc) · 1.31 KB
/
common.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
\documentclass[pdftex,ignorenonframetext, professionalfonts, hyperref={pdftex, unicode}]{beamer}
\usetheme{Epam}
\usepackage[russian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{cmap}
\usepackage{textcomp}
\usepackage{beamerthemesplit}
\usepackage{ulem}
\usepackage{verbatim}
%\usepackage{ucs}
\usepackage{listings}
\lstloadlanguages{bash}
\lstset{escapechar=`,
captionpos=b,
extendedchars=false,
language=sh,
% frame=single,
tabsize=2,
columns=fullflexible,
% basicstyle=\scriptsize,
keywordstyle=\color{blue},
commentstyle=\itshape\color{brown},
% identifierstyle=\ttfamily,
stringstyle=\mdseries\color{green},
showstringspaces=false,
numbers=left,
numberstyle=\footnotesize,
breaklines=true,
inputencoding=utf8,
keepspaces=true,
morekeywords={u\_short, u\_char, u\_long, in\_addr}
}
\definecolor{darkgreen}{cmyk}{0.7, 0, 1, 0.5}
\lstdefinelanguage{diff}
{
morekeywords={+, -},
sensitive=false,
morecomment=[l]{//},
morecomment=[s]{/*}{*/},
morecomment=[l][\color{darkgreen}]{+},
morecomment=[l][\color{red}]{-},
morestring=[b]",
}
\author[Epam]{{\bf Epam}\\Low Level Programming Department}
%\institution[EPAM]{EPAM}
%\logo{\includegraphics[width=1cm]{logo.png}}
\bibliographystyle{unsrt}
\setbeamertemplate{bibliography item}{\insertbiblabel}