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}}}