From 5f500cf92840e9311a1b935ce0b5d19ff6aff952 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 1 Feb 2026 12:35:20 -0500 Subject: [PATCH] =?UTF-8?q?Changed=20location=20of=20included=20files=20to?= =?UTF-8?q?=20=C2=ABchapters=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 006/006 time.csv | 2 ++ 006/{include/chap04.tex => chapters/ada_lovelace.tex} | 0 006/{include => chapters}/chap05.tex | 0 006/{include => chapters}/chap06.tex | 0 006/{include => chapters}/coda.tex | 0 006/{include/chap02.tex => chapters/flash_cards.tex} | 0 006/{include/chap01.tex => chapters/open_source.tex} | 0 006/{include/chap03.tex => chapters/styling_text.tex} | 0 006/codex-006.tex | 10 +++++----- 9 files changed, 7 insertions(+), 5 deletions(-) rename 006/{include/chap04.tex => chapters/ada_lovelace.tex} (100%) rename 006/{include => chapters}/chap05.tex (100%) rename 006/{include => chapters}/chap06.tex (100%) rename 006/{include => chapters}/coda.tex (100%) rename 006/{include/chap02.tex => chapters/flash_cards.tex} (100%) rename 006/{include/chap01.tex => chapters/open_source.tex} (100%) rename 006/{include/chap03.tex => chapters/styling_text.tex} (100%) diff --git a/006/006 time.csv b/006/006 time.csv index c035c99..7307485 100644 --- a/006/006 time.csv +++ b/006/006 time.csv @@ -54,3 +54,5 @@ Date,Topic,Minutes 2026.01.30, typofixes & edits to ch 4, 102 2026.01.31, edits to ch 4, 50 2026.01.31, more edits to ch 4, 148 +2026.01.31, proofreading, 60 + diff --git a/006/include/chap04.tex b/006/chapters/ada_lovelace.tex similarity index 100% rename from 006/include/chap04.tex rename to 006/chapters/ada_lovelace.tex diff --git a/006/include/chap05.tex b/006/chapters/chap05.tex similarity index 100% rename from 006/include/chap05.tex rename to 006/chapters/chap05.tex diff --git a/006/include/chap06.tex b/006/chapters/chap06.tex similarity index 100% rename from 006/include/chap06.tex rename to 006/chapters/chap06.tex diff --git a/006/include/coda.tex b/006/chapters/coda.tex similarity index 100% rename from 006/include/coda.tex rename to 006/chapters/coda.tex diff --git a/006/include/chap02.tex b/006/chapters/flash_cards.tex similarity index 100% rename from 006/include/chap02.tex rename to 006/chapters/flash_cards.tex diff --git a/006/include/chap01.tex b/006/chapters/open_source.tex similarity index 100% rename from 006/include/chap01.tex rename to 006/chapters/open_source.tex diff --git a/006/include/chap03.tex b/006/chapters/styling_text.tex similarity index 100% rename from 006/include/chap03.tex rename to 006/chapters/styling_text.tex diff --git a/006/codex-006.tex b/006/codex-006.tex index 73eb391..bed2027 100644 --- a/006/codex-006.tex +++ b/006/codex-006.tex @@ -167,15 +167,15 @@ \tableofcontents - \input{include/chap01} + \input{chapters/open_source} - \input{include/chap02} + \input{chapters/flash_cards} - \input{include/chap03} + \input{chapters/styling_text} - \input{include/chap04} + \input{chapters/ada_lovelace} - \input{include/coda} + \input{chapters/coda}