-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook_of_the_idea_out.tex
57 lines (51 loc) · 1.59 KB
/
book_of_the_idea_out.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
\documentclass{ideas}
\usepackage[utf8]{inputenc}
\usepackage[T2A,T1]{fontenc}
\usepackage[russian]{babel}
\usepackage{indentfirst}
\usepackage{color}
\usepackage{amsmath, amsfonts, amssymb}
\DeclareMathOperator{\diag}{diag}
\usepackage{graphicx}
\usepackage[unicode, colorlinks, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref}
\usepackage{rotating}
\renewcommand{\author}{Dead Pine, Inc.}
\usepackage{amsmath,amsthm}
\newtheoremstyle{problemstyle} % <name>
{.3cm} % <space above>
{.3cm} % <space below>
{\normalfont} % <body font>
{} % <indent amount}
{\normalfont\bfseries} % <theorem head font>
{\normalfont\bfseries.} % <punctuation after theorem head>
{.5em} % <space after theorem head>
{} % <theorem head spec (can be left empty, meaning `normal')>
\theoremstyle{problemstyle}
\newtheorem{problem}{Задача}
\graphicspath{{images/}}
\begin{document}
\include{title}
\include{black-pepper}
\include{thoughts-of-thoughts}
\tableofcontents
\include{startups}
\include{hobbies}
\include{thoughts}
\include{game-of-words}
\include{frankenvordichesky-neformologizm}
\include{fixup}
\include{lifehacks}
\include{games}
\include{question}
\include{vov}
\include{the-book-in-the-book}
\include{clubook}
\include{stories}
\include{detective}
\include{dzen}
\include{zen-minute}
\include{friday}
\include{conclusion}
\include{hot-call-phone}
\include{in-the-end}
\end{document}