hgbook

changeset 76:df88df78288d

Add template chapter to build.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Sep 04 10:58:09 2006 -0700 (2006-09-04)
parents 2bfa2499e971
children 773f4a9e7975
files en/00book.tex en/Makefile en/examples/concepts en/template.tex
line diff
     1.1 --- a/en/00book.tex	Wed Aug 30 00:11:17 2006 -0700
     1.2 +++ b/en/00book.tex	Mon Sep 04 10:58:09 2006 -0700
     1.3 @@ -40,6 +40,7 @@
     1.4  %\include{concepts}
     1.5  \include{daily}
     1.6  \include{hook}
     1.7 +\include{template}
     1.8  \include{mq}
     1.9  
    1.10  \appendix
     2.1 --- a/en/Makefile	Wed Aug 30 00:11:17 2006 -0700
     2.2 +++ b/en/Makefile	Mon Sep 04 10:58:09 2006 -0700
     2.3 @@ -12,7 +12,8 @@
     2.4  	hook.tex \
     2.5  	intro.tex \
     2.6  	mq.tex \
     2.7 -	preface.tex
     2.8 +	preface.tex \
     2.9 +	template.tex
    2.10  
    2.11  image-sources := \
    2.12  	mq-stack.svg
    2.13 @@ -22,7 +23,6 @@
    2.14  	examples/hook.msglen \
    2.15  	examples/hook.simple \
    2.16  	examples/hook.ws \
    2.17 -	examples/concepts \
    2.18  	examples/mq.qinit-help \
    2.19  	examples/mq.dodiff \
    2.20  	examples/mq.id \
     3.1 --- a/en/examples/concepts	Wed Aug 30 00:11:17 2006 -0700
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,19 +0,0 @@
     3.4 -#$ name: dirlist
     3.5 -hg init newrepo
     3.6 -cd newrepo
     3.7 -
     3.8 -find .
     3.9 -
    3.10 -#$ name:
    3.11 -echo "a line of text" > foo
    3.12 -echo "another life of text" > bar
    3.13 -hg commit -A -m "Some files"
    3.14 -
    3.15 -#$ name: dirlist2
    3.16 -find .
    3.17 -
    3.18 -#$ name:
    3.19 -cd ..
    3.20 -
    3.21 -#$ name: hginit
    3.22 -hg init reponame
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/en/template.tex	Mon Sep 04 10:58:09 2006 -0700
     4.3 @@ -0,0 +1,7 @@
     4.4 +\chapter{Using templates to customise output}
     4.5 +\label{chap:templates}
     4.6 +
     4.7 +%%% Local Variables: 
     4.8 +%%% mode: latex
     4.9 +%%% TeX-master: "00book"
    4.10 +%%% End: