From 7e95f071ea58130a0bebb45ab0fd46ba26c87181 Mon Sep 17 00:00:00 2001
From: Sam Moore <matches@ucc.asn.au>
Date: Sat, 1 Feb 2014 23:56:14 +0800
Subject: [PATCH] Change order of chapters

Freshers probably care about the Events and Services more than the shell accounts.
Show them the Events & Services to get them to sign up and they can read the rest later.
---
 fresher_guide.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fresher_guide.tex b/fresher_guide.tex
index c7adb66..d709358 100644
--- a/fresher_guide.tex
+++ b/fresher_guide.tex
@@ -199,14 +199,14 @@
 
 %\include{chapters/Introduction} % Chapter 0
 \include{chapters/FindClubroom} % Chapter 1
-\include{chapters/SetupAccount}
-\include{chapters/Dispense101}
 \include{chapters/Events}
 %\include{chapters/Groups}
 %\include{chapters/Clubroom}
 %\include{chapters/Communications}
 %\include{chapters/Games}
 \include{chapters/Services}
+\include{chapters/SetupAccount}
+\include{chapters/Dispense101}
 
 %\linespread{1.0}
 %\include{chapters/UnixCommands}
-- 
GitLab