-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.tex
More file actions
61 lines (49 loc) · 1.63 KB
/
Copy pathtemplate.tex
File metadata and controls
61 lines (49 loc) · 1.63 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
60
61
\documentclass{article}
\usepackage[utf8]{inputenc}
% \usepackage[russian]{babel}
\usepackage[a4paper, top=0.7in, left=0.5in, right=0.5in, bottom=0.6in, twocolumn]{geometry}
\usepackage{lastpage}
\usepackage{fancyhdr}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{amssymb}
\usepackage{minted}
\usepackage{pdfpages}
\usepackage{booktabs}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{titlesec}
\usetikzlibrary{shapes}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\pgfkeys{/pgf/number format/.cd,1000 sep={\,}}
\titlespacing*{\section}{0pt}{0ex}{0ex}
\titlespacing*{\subsection}{0pt}{0ex}{0ex}
\pagestyle{fancy}
\fancyhf{}
\lhead{ITMO University 1: Insert your name (Budin, Korobkov, Naumov)}
\rhead{Page \thepage\ of \pageref{LastPage}}
\lfoot{Generated \today}
\renewcommand{\footrulewidth}{0.4pt}
\setlength{\columnseprule}{0.4pt}
\begin{document}
% \onecolumn
\tableofcontents
% \twocolumn
\newpage
% Content
\onecolumn
\includepdf[pages={1, 2}, pagecommand={\pagestyle{fancy}}]{integral-table}
% \begin{tikzpicture} [hexa/.style= {shape=regular polygon,
% regular polygon sides=6,
% minimum size=0.7cm, draw=gray,
% inner sep=0, anchor=south,
% fill=white}]
% \foreach \j in {0,...,32}{%
% \ifodd\j
% \foreach \i in {0,...,42}{\node[hexa] (h\j;\i) at ({(\j/2+\j/4) * 0.7},{(\i+1/2)*sin(60) * 0.7}) {};}
% \else
% \foreach \i in {0,...,42}{\node[hexa] (h\j;\i) at ({(\j/2+\j/4) * 0.7},{\i*sin(60) * 0.7}) {};}
% \fi}
% \end{tikzpicture}
\end{document}