From 65d9b7e81b40169f34783740fb0fa3256dd80c64 Mon Sep 17 00:00:00 2001 From: John Winans Date: Thu, 24 May 2018 05:39:09 -0500 Subject: [PATCH] Relocate toolchain use to appendix. --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index d6736f8..a4769a8 100644 --- a/book/book.tex +++ b/book/book.tex @@ -61,7 +61,6 @@ \include{intro/chapter} \include{binary/chapter} \include{elements/chapter} -\include{toolchain/chapter} \include{programs/chapter} \include{rv32/chapter} @@ -70,6 +69,7 @@ \appendix \include{install/chapter} +\include{toolchain/chapter} \include{float/chapter} \include{ascii/chapter} \include{license/chapter}