-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathall-lectures.tex
71 lines (55 loc) · 1.63 KB
/
all-lectures.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
\documentclass[twoside]{book}
\usepackage{geometry}
\usepackage{lectures}
\hypersetup{pdftitle={Euclidean plane and its relatives;
a minimalist introduction.}}
%\newcommand{\arxiv}[2]{#1} %for arXiv
\newcommand{\arxiv}[2]{#2} %for kdp
\arxiv{}{\pdfminorversion=3}
\newcommand{\spell}[2]{#1} %for book
%\newcommand{\spell}[2]{#2} %for spelling
\geometry{top=0.9in, bottom=0.9in,inner=0.9in, outer=0.7in, paperwidth=6in, paperheight=9in}
%\geometry{top=1.025in, bottom=1.025in,inner=0.9in, outer=0.825in, paperwidth=6.125in, paperheight=9.25in}%with bleed
\makeindex
%\overfullrule=100mm
\begin{document}
\spell{}{\pagestyle{empty}\renewcommand\includegraphics[2][{}]{}\def\emph{\textit}\renewcommand\footnote[1]{\ (#1)}\renewcommand\z{}\renewcommand\texorpdfstring[2]{}\renewcommand\section[1]{SECTION. {#1} SECTION.}}
\input{title.tex}
\input{intro.tex}
\input{metric.tex}
\input{axioms.tex}
\input{half-planes.tex}
\input{cong.tex}
\input{perp.tex}
\input{similar.tex}
\input{parallel.tex}
\input{triangle.tex}
\input{inscribed-angle.tex}
\input{inversion.tex}
\input{absolute.tex}
\input{poincare.tex}
\input{h-plane.tex}
\input{affine.tex}
\input{proj.tex}
\input{sphere.tex}
\input{klein.tex}
\input{complex.tex}
\input{car.tex}
\input{area.tex}
\newgeometry{top=0.9in, bottom=0.9in,inner=0.55in, outer=0.45in}
%\newgeometry{top=1.025in, bottom=1.025in,inner=0.5in, outer=0.625in, paperwidth=6.125in, paperheight=9.25in}%with bleed
{\footnotesize
\input{hints.tex}
}
\newpage
\phantomsection
{\scriptsize
\input{all-lectures.ind}
}
\renewcommand{\bibname}{Used resources}
{
\def\emph{\textit}
\printbibliography[heading=bibintoc]
\fussy
}
\end{document}