-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext.tex
61 lines (54 loc) · 1.78 KB
/
text.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
\documentclass[oneside]{book}
\usepackage[russian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage{indentfirst}
\usepackage{hyperref}
\usepackage[left=3cm, top=1.5cm, bottom=1.5cm, right=3cm]{geometry}
\usepackage[derivative, vectors, complex]{hedmaths}
\makeatletter
\let\ps@plain\ps@empty
\makeatother
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO,RE]{\leftmark}
\fancyfoot[C]{}
\renewcommand{\headrulewidth}{0.4pt}
\usepackage{amsmath}
\usepackage{amsthm}
\newtheoremstyle{problemstyle} % <name>
{3pt} % <space above>
{3pt} % <space below>
{\normalfont} % <body font>
{} % <indent amount}
{\bfseries} % <theorem head font>
{\bfseries.} % <punctuation after theorem head>
{.5em} % <space after theorem head>
{} % <theorem head spec (can be left empty, meaning `normal')>
\theoremstyle{problemstyle}
\newtheorem{problem}{Задача}
\usepackage{tikz}
\usepackage{pgfplots}
\renewcommand{\vec}\boldsymbol
\newcommand{\term}\textbf
\tolerance=9999
\begin{document}
\title{Электродинамика СВЧ}
\author{В. Динамик, А. Электрик}
\maketitle
\input{00-about}
\tableofcontents
\input{01-intro}
\part{Основы электродинамики}
\input{02-basics}
\input{03-waves}
\part{Волноводы}
\input{04-waveguide}
\input{05-metal}
\input{06-dissipation}
\input{07-exotic}
\input{08-dielectric}
\part{Резонаторы}
\input{09-resonators}
\end{document}