From 4abc43cdcb7fba399d5377481dd88e54b2db8cb6 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 15:31:56 -0600 Subject: Added tex file structure for each module --- book/module4/module4.tex | 2 ++ book/module4/plotting.tex | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 book/module4/module4.tex create mode 100644 book/module4/plotting.tex (limited to 'book/module4') diff --git a/book/module4/module4.tex b/book/module4/module4.tex new file mode 100644 index 0000000..52442db --- /dev/null +++ b/book/module4/module4.tex @@ -0,0 +1,2 @@ +\chapter{Module 4} +\input{module4/plotting} diff --git a/book/module4/plotting.tex b/book/module4/plotting.tex new file mode 100644 index 0000000..f2130e4 --- /dev/null +++ b/book/module4/plotting.tex @@ -0,0 +1,3 @@ +\section{Plotting}\label{plotting} + +\subsection{matlibplot}\label{matlibplot} -- cgit v1.2.3