hgbook

view fr/00book.tex @ 925:b7e8a6a93863

Correcting some typos and missing words
author Romain PELISSE <romain.pelisse@atosorigin.com>
date Sun Feb 08 14:13:19 2009 +0100 (2009-02-08)
parents a631aca1083f
children d7159547e28a
line source
1 % The use of oneside here is a temporary hack; \marginpar entries
2 % don't show up on odd pages of PDF output without it. Sigh.
3 \documentclass[oneside]{book}
4 \usepackage{enumerate}
5 \usepackage{fullpage}
6 \usepackage{makeidx}
7 \usepackage{ifpdf}
8 \usepackage{graphicx}
9 \usepackage{pslatex}
10 \usepackage{fancyvrb}
11 % adding package specific to the french version
12 \usepackage[french]{babel}
13 \usepackage[utf8]{inputenc}
14 % leave hyperref until last
15 \usepackage[colorlinks=true,bookmarks=true,pdftitle={Distributed
16 revision control with Mercurial},pdfsubject={Revision
17 control},pdfkeywords={Mercurial, Revision control, Distributed
18 revision control},pdfauthor={Bryan O'Sullivan}]{hyperref}
20 \include{99defs}
22 \title{Gestion de source distribué avec Mercurial} \author{Bryan
23 O'Sullivan}
24 \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\
25 Ce document peut être librement distribué selon les termes et
26 les conditions décrites dans la version 1.0 de la licence Open Publication.
27 La licence est en annexe~\ref{chap:opl} de ce document.\\
29 Cette traduction a été généré depuis
30 \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}}
31 avec \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.}
33 \makeindex
35 \begin{document}
37 \maketitle
39 \addcontentsline{toc}{chapter}{Contents}
40 \pagenumbering{roman}
41 \tableofcontents
42 \listoffigures
43 %\listoftables
45 \pagenumbering{arabic}
47 \include{preface}
48 \include{intro}
49 \include{tour-basic}
50 \include{tour-merge}
51 \include{concepts}
52 \include{daily}
53 \include{collab}
54 \include{filenames}
55 \include{branch}
56 \include{undo}
57 \include{hook}
58 \include{template}
59 \include{mq}
60 \include{mq-collab}
61 \include{hgext}
63 \appendix
64 \include{cmdref}
65 \include{mq-ref}
66 \include{srcinstall}
67 \include{license}
68 \addcontentsline{toc}{chapter}{Bibliography}
69 \bibliographystyle{alpha}
70 \bibliography{99book}
72 \addcontentsline{toc}{chapter}{Index}
73 \printindex
75 \end{document}
77 %%% Local Variables:
78 %%% mode: latex
79 %%% TeX-master: t
80 %%% End: