Mercurial > hgbook
view en/00book.tex @ 651:cf006cabe489
Snapshot of conversion script
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 05 Feb 2009 00:02:00 -0800 |
parents | 5cd47f721686 |
children |
line wrap: on
line source
% The use of oneside here is a temporary hack; \marginpar entries % don't show up on odd pages of PDF output without it. Sigh. \documentclass[oneside]{book} \usepackage{enumerate} \usepackage{fullpage} \usepackage{makeidx} \usepackage{ifpdf} \usepackage{graphicx} \usepackage{pslatex} \usepackage{fancyvrb} % leave hyperref until last \usepackage[colorlinks=true,bookmarks=true,pdftitle={Distributed revision control with Mercurial},pdfsubject={Revision control},pdfkeywords={Mercurial, Revision control, Distributed revision control},pdfauthor={Bryan O'Sullivan}]{hyperref} \include{99defs} \title{Distributed revision control with Mercurial} \author{Bryan O'Sullivan} \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\ This material may be distributed only subject to the terms and conditions set forth in version 1.0 of the Open Publication License. Please refer to Appendix~\ref{cha:opl} for the license text.\\ This book was prepared from \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}} using \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.} \makeindex \begin{document} \maketitle \addcontentsline{toc}{chapter}{Contents} \pagenumbering{roman} \tableofcontents \listoffigures %\listoftables \pagenumbering{arabic} \include{ch00-preface} \include{ch01-intro} \include{ch02-tour-basic} \include{ch03-tour-merge} \include{ch04-concepts} \include{ch05-daily} \include{ch06-collab} \include{ch07-filenames} \include{ch08-branch} \include{ch09-undo} \include{ch10-hook} \include{ch11-template} \include{ch12-mq} \include{ch13-mq-collab} \include{ch14-hgext} \appendix \include{appA-cmdref} \include{appB-mq-ref} \include{appC-srcinstall} \include{appD-license} \addcontentsline{toc}{chapter}{Bibliography} \bibliographystyle{alpha} \bibliography{99book} \addcontentsline{toc}{chapter}{Index} \printindex \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: