From 36fc0cc5ffcef23262571ea3730fc1426f08e838 Mon Sep 17 00:00:00 2001 From: wannesm Date: Thu, 6 Mar 2014 11:34:29 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d38afd5..b7e22adb 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ Some convenient Makefile targets: **In a chapter directory [`./chapters/chapterX`]**: +For this to work you need to generate the chapter directory using the +`makeemptychapter.sh` script which also generates a custom Makefile for +the new chapter. + make # Creates chapterX.pdf containing the # TOC, the contents of only chapterX and # the bibliography. @@ -102,14 +106,17 @@ Some convenient Makefile targets: effectively used in ./chapters/chapterX/chapterX.tex -**Other convenient scripts**: +**Creating a chapter directory**: ./chapters/makeemptychapter.sh # Create the directory structure for a new # chapter. +**Settings**: + Settings for the Makefile script can be found in the `makefile.settings` file. + Options for the adsphd class ----------------------------