skeleton: 14 chapter stubs and 4 appendices
This commit is contained in:
40
main.tex
Normal file
40
main.tex
Normal file
@@ -0,0 +1,40 @@
|
||||
\input{preamble.tex}
|
||||
|
||||
\title{\textbf{Differential Equations Handbook}\\[0.5em]
|
||||
\normalsize A Complete Reference for ODE and Introductory PDE}
|
||||
\author{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
\thispagestyle{empty}
|
||||
|
||||
\tableofcontents
|
||||
\newpage
|
||||
|
||||
% ========== CHAPTERS ==========
|
||||
\input{chapters/ch01_introduction}
|
||||
\input{chapters/ch02_first_order}
|
||||
\input{chapters/ch03_qualitative}
|
||||
\input{chapters/ch04_second_order_homogeneous}
|
||||
\input{chapters/ch05_second_order_nonhomogeneous}
|
||||
\input{chapters/ch06_mechanical_applications}
|
||||
\input{chapters/ch07_laplace_transforms}
|
||||
\input{chapters/ch08_systems}
|
||||
\input{chapters/ch09_series_solutions}
|
||||
\input{chapters/ch10_fourier_series}
|
||||
\input{chapters/ch11_boundary_value_problems}
|
||||
\input{chapters/ch12_heat_equation}
|
||||
\input{chapters/ch13_wave_and_laplace}
|
||||
\input{chapters/ch14_nonlinear_systems}
|
||||
|
||||
% ========== APPENDICES ==========
|
||||
\input{appendices/appA_solution_summary}
|
||||
\input{appendices/appB_transform_tables}
|
||||
\input{appendices/appC_integral_tables}
|
||||
\input{appendices/appD_notation}
|
||||
|
||||
\printnomenclature
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user