-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmathematics_cheat_sheet.kindle.tex
63 lines (44 loc) · 1.12 KB
/
mathematics_cheat_sheet.kindle.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
% \documentclass[a4paper]{tufte-book}
\documentclass[kindle]{tufte-book}
\title[All in one Mathematics Compendium]{All in one\\$Mathematics$\\\quad Compendium}
\input{preamble}
\input{math}
% \usepackage[a6paper]{geometry}
% \special{papersize=148mm,210mm}
% ,margin=2mm
% \geometry{a5paper}
\usepackage{subfiles}
\begin{document}
\frontmatter
\maketitle
\newpage
\begin{fullwidth}
~\vfill
\thispagestyle{empty}
\setlength{\parindent}{0pt}
\setlength{\parskip}{\baselineskip}
% Copyright \copyright\ \the\year\ \thanklessauthor
% \par\smallcaps{Published by \thanklesspublisher}
\par\smallcaps{https://github.com/Accacio/math-cheatsheet}
\par\textit{First printing, \monthyear}
\end{fullwidth}
\tableofcontents
\listoffigures
\listoftables
\cleardoublepage
~\vfill
\begin{doublespace}
\noindent\fontsize{18}{22}\selectfont\itshape
\nohyphenation
Dedicated to those who love Mathematics
\end{doublespace}
\vfill
\vfill
\cleardoublepage
\subfile{constants}
\mainmatter
\subfile{elementary-math/elementary-math.tex}
\subfile{university-math/university-math.tex}
\bibliographystyle{apalike}
\bibliography{references}
\end{document}