From 31f1e80f1066894313f493f467906afa7a9ca26b Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 1 Feb 2026 19:09:40 -0500 Subject: [PATCH] =?UTF-8?q?Moved=20to=20=C2=ABchapters=C2=BB;=20added=20?= =?UTF-8?q?=C2=ABkkey=C2=BB=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {include => chapters}/chap01.tex | 0 {include => chapters}/chap02.tex | 0 {include => chapters}/chap03.tex | 0 {include => chapters}/chap04.tex | 0 {include => chapters}/chap05.tex | 0 {include => chapters}/chap06.tex | 0 {include => chapters}/coda.tex | 0 include/commands.tex | 3 +++ 8 files changed, 3 insertions(+) rename {include => chapters}/chap01.tex (100%) rename {include => chapters}/chap02.tex (100%) rename {include => chapters}/chap03.tex (100%) rename {include => chapters}/chap04.tex (100%) rename {include => chapters}/chap05.tex (100%) rename {include => chapters}/chap06.tex (100%) rename {include => chapters}/coda.tex (100%) diff --git a/include/chap01.tex b/chapters/chap01.tex similarity index 100% rename from include/chap01.tex rename to chapters/chap01.tex diff --git a/include/chap02.tex b/chapters/chap02.tex similarity index 100% rename from include/chap02.tex rename to chapters/chap02.tex diff --git a/include/chap03.tex b/chapters/chap03.tex similarity index 100% rename from include/chap03.tex rename to chapters/chap03.tex diff --git a/include/chap04.tex b/chapters/chap04.tex similarity index 100% rename from include/chap04.tex rename to chapters/chap04.tex diff --git a/include/chap05.tex b/chapters/chap05.tex similarity index 100% rename from include/chap05.tex rename to chapters/chap05.tex diff --git a/include/chap06.tex b/chapters/chap06.tex similarity index 100% rename from include/chap06.tex rename to chapters/chap06.tex diff --git a/include/coda.tex b/chapters/coda.tex similarity index 100% rename from include/coda.tex rename to chapters/coda.tex diff --git a/include/commands.tex b/include/commands.tex index 458e631..5663585 100644 --- a/include/commands.tex +++ b/include/commands.tex @@ -77,3 +77,6 @@ \hrule \medskip } + +% Typesetting keyboard commands +\newcommand{\kkey}[1]{\textsc{\texttt{#1}}}