This repository has been archived by the owner on Jan 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetodic.tex
73 lines (64 loc) · 2.36 KB
/
metodic.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
\documentclass[pscyr,notitlepage,chapters]{hedwork}
\usepackage[russian]{babel}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage[unicode=true]{hyperref}
\usepackage{listings}
\graphicspath{{images/}}
\lstset{
extendedchars=\true,
inputencoding=utf8,
breaklines=true,
basicstyle=\footnotesize
}
\lstdefinelanguage{js}{
keywords={break, case, catch, continue, debugger, default, delete, do, else,
finally, for, function, if, in, instanceof, new, return, switch, this,
throw, try, typeof, var, void, while, with},
morecomment=[l]{//},
morecomment=[s]{/*}{*/},
morestring=[b]',
morestring=[b]",
sensitive=true
}
\makeatletter
\renewcommand{\@chapapp}{}
\makeatother
\renewcommand{\thesection}{\thechapter.\arabic{section}.}
\renewcommand{\thesubsection}{\thesection\arabic{subsection}.}
\renewcommand{\thesubsubsection}{\thesubsection\arabic{subsubsection}.}
\newcommand{\code}[1]{{\small #1}}
\renewcommand{\UrlFont}{\small\normalfont}
\newcommand{\maketitlepage}{
\begin{titlepage}
\singlespacing
\newpage
\begin{center}
Министерство образования и науки Российской Федерации \\
Федеральное государственное бюджетное образовательное \\
учреждение высшего профессионального образования \\
<<Волгоградский государственный технический университет>> \\
Факультет электроники и вычислительной техники\\
Кафедра <<САПР и ПК>>
\end{center}
\vspace{9em}
\begin{center}
Лабораторная работа\\[.5em]
\Large\scshape <<Технология OpenStreetMap и\\библиотека Leaflet>>
\end{center}
\vspace{1em}
\begin{center}
Методические указания
\end{center}
\vspace{3em}
\vspace{\fill}
\begin{center}
Волгоград, \the\year
\end{center}
\end{titlepage}
\setcounter{page}{2}
}
\begin{document}
\maketitlepage
\input{text}
\end{document}