-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path10-analysis.tex
More file actions
47 lines (38 loc) · 855 Bytes
/
10-analysis.tex
File metadata and controls
47 lines (38 loc) · 855 Bytes
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
\section{Аналитическая часть}
\subsection{Подраздел}
Список:
\begin{itemize}[leftmargin=1.6\parindent]
\item[---] первое;
\item[---] второе;
\item[---] пятое;
\item[---] десятое.
\end{itemize}
Формула:
\begin{equation}
c^2 = a^2 + b^2
\end{equation}
Ссылаемся на рисунок \ref{fig:a1}. Информация из источника \cite{golang}.
\begin{figure}[hbtp]
\centering
\includegraphics[width=\textwidth]{img/golang.png}
\caption{Пример рисунка}
\label{fig:a1}
\end{figure}
\begin{code}
\captionof{listing}{Пример кода}
\label{code:1}
\inputminted
[
frame=single,
framerule=0.5pt,
framesep=20pt,
fontsize=\small,
tabsize=4,
linenos,
numbersep=5pt,
xleftmargin=10pt,
]
{text}
{code/main.go}
\end{code}
\pagebreak