# HG changeset patch # User Bryan O'Sullivan # Date 1157392689 25200 # Node ID df88df78288d7cc46eb41be17633ffdfd69f425b # Parent 2bfa2499e971bb2e86c5a03a2acc8dd70d378d26 Add template chapter to build. diff -r 2bfa2499e971 -r df88df78288d en/00book.tex --- a/en/00book.tex Wed Aug 30 00:11:17 2006 -0700 +++ b/en/00book.tex Mon Sep 04 10:58:09 2006 -0700 @@ -40,6 +40,7 @@ %\include{concepts} \include{daily} \include{hook} +\include{template} \include{mq} \appendix diff -r 2bfa2499e971 -r df88df78288d en/Makefile --- a/en/Makefile Wed Aug 30 00:11:17 2006 -0700 +++ b/en/Makefile Mon Sep 04 10:58:09 2006 -0700 @@ -12,7 +12,8 @@ hook.tex \ intro.tex \ mq.tex \ - preface.tex + preface.tex \ + template.tex image-sources := \ mq-stack.svg @@ -22,7 +23,6 @@ examples/hook.msglen \ examples/hook.simple \ examples/hook.ws \ - examples/concepts \ examples/mq.qinit-help \ examples/mq.dodiff \ examples/mq.id \ diff -r 2bfa2499e971 -r df88df78288d en/examples/concepts --- a/en/examples/concepts Wed Aug 30 00:11:17 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -#$ name: dirlist -hg init newrepo -cd newrepo - -find . - -#$ name: -echo "a line of text" > foo -echo "another life of text" > bar -hg commit -A -m "Some files" - -#$ name: dirlist2 -find . - -#$ name: -cd .. - -#$ name: hginit -hg init reponame diff -r 2bfa2499e971 -r df88df78288d en/template.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/en/template.tex Mon Sep 04 10:58:09 2006 -0700 @@ -0,0 +1,7 @@ +\chapter{Using templates to customise output} +\label{chap:templates} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "00book" +%%% End: