forked from levelp/cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpp5.tex
More file actions
59 lines (49 loc) · 1.33 KB
/
Copy pathcpp5.tex
File metadata and controls
59 lines (49 loc) · 1.33 KB
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
\documentclass[mathserif,utf8,xcolor=table,10pt]{beamer}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\usepackage{graphicx}
\usepackage{ulem}
\usepackage{textpos}
\usepackage{hyperref}
\usepackage{listingsutf8}
\usepackage{tikz}
\usetikzlibrary{mindmap,shadows}
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}
\lstset{frame=single,framerule=0pt,
language=C++,
showstringspaces=false,
columns=flexible,
basicstyle={\scriptsize\ttfamily},
numbers=none,
numberstyle=\tiny\color{gray},
keywordstyle=\color{blue},
commentstyle=\color{dkgreen},
stringstyle=\color{mauve},
breaklines=true,
% breakatwhitespace=true,
tabsize=2,
% escapeinside={\%*}{*)},
% inputencoding=utf8,
inputencoding=utf8/utf8,
texcl=true,
}
\mode<presentation>
{
\usetheme{Antibes}
\setbeamercovered{transparent}
}
\title{Работа с текстовыми файлами в C и C++}
\institute{Степулёнок Денис Олегович}
\date[октябрь 2015]{28 октября 2015 года}
\subject{Занятие 5}
\newcommand{\hl}{\only{\cellcolor{yellow}}}
\renewcommand{\le}{\leqslant}
\renewcommand{\ge}{\geqslant}
\setlength{\arrayrulewidth}{1pt}
\begin{document}
% МСВС
\input{mcbc.tex}
\end{document}