intial scafolding

This commit is contained in:
Timothy Hagel
2025-12-16 21:12:23 -08:00
parent 73939a77f4
commit 32c84d5630
10 changed files with 280 additions and 0 deletions

15
main.tex Normal file
View File

@@ -0,0 +1,15 @@
\documentclass{article}
\usepackage{graphicx}
\usepackage{subfiles}
\begin{document}
\subfile{chapters/intro}
\newpage
\subfile{chapters/OpenStax_Precalc_4_7.tex}
\bibliographystyle{plain}
\bibliography{main}
\end{document}