hgbook

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