hgbook

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fr/00book.tex	Sun Feb 08 14:13:19 2009 +0100
     1.3 @@ -0,0 +1,80 @@
     1.4 +% The use of oneside here is a temporary hack; \marginpar entries
     1.5 +% don't show up on odd pages of PDF output without it.  Sigh.
     1.6 +\documentclass[oneside]{book}
     1.7 +\usepackage{enumerate}
     1.8 +\usepackage{fullpage}
     1.9 +\usepackage{makeidx}
    1.10 +\usepackage{ifpdf}
    1.11 +\usepackage{graphicx}
    1.12 +\usepackage{pslatex}
    1.13 +\usepackage{fancyvrb}
    1.14 +% adding package specific to the french version
    1.15 +\usepackage[french]{babel}
    1.16 +\usepackage[utf8]{inputenc}
    1.17 +% leave hyperref until last
    1.18 +\usepackage[colorlinks=true,bookmarks=true,pdftitle={Distributed
    1.19 +  revision control with Mercurial},pdfsubject={Revision
    1.20 +  control},pdfkeywords={Mercurial, Revision control, Distributed
    1.21 +  revision control},pdfauthor={Bryan O'Sullivan}]{hyperref}
    1.22 +
    1.23 +\include{99defs}
    1.24 +
    1.25 +\title{Gestion de source distribué avec Mercurial} \author{Bryan
    1.26 +  O'Sullivan}
    1.27 +\date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\
    1.28 +  Ce document peut être librement distribué selon les termes et 
    1.29 +  les conditions décrites dans la version 1.0 de la licence Open Publication.
    1.30 +  La licence est en annexe~\ref{chap:opl} de ce document.\\
    1.31 +  
    1.32 +  Cette traduction a été généré depuis 
    1.33 +  \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}}
    1.34 +  avec \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.}
    1.35 +
    1.36 +\makeindex
    1.37 +
    1.38 +\begin{document}
    1.39 +
    1.40 +\maketitle
    1.41 +
    1.42 +\addcontentsline{toc}{chapter}{Contents}
    1.43 +\pagenumbering{roman}
    1.44 +\tableofcontents
    1.45 +\listoffigures
    1.46 +%\listoftables
    1.47 +
    1.48 +\pagenumbering{arabic}
    1.49 +
    1.50 +\include{preface}
    1.51 +\include{intro}
    1.52 +\include{tour-basic}
    1.53 +\include{tour-merge}
    1.54 +\include{concepts}
    1.55 +\include{daily}
    1.56 +\include{collab}
    1.57 +\include{filenames}
    1.58 +\include{branch}
    1.59 +\include{undo}
    1.60 +\include{hook}
    1.61 +\include{template}
    1.62 +\include{mq}
    1.63 +\include{mq-collab}
    1.64 +\include{hgext}
    1.65 +
    1.66 +\appendix
    1.67 +\include{cmdref}
    1.68 +\include{mq-ref}
    1.69 +\include{srcinstall}
    1.70 +\include{license}
    1.71 +\addcontentsline{toc}{chapter}{Bibliography}
    1.72 +\bibliographystyle{alpha}
    1.73 +\bibliography{99book}
    1.74 +
    1.75 +\addcontentsline{toc}{chapter}{Index}
    1.76 +\printindex
    1.77 +
    1.78 +\end{document}
    1.79 +
    1.80 +%%% Local Variables: 
    1.81 +%%% mode: latex
    1.82 +%%% TeX-master: t
    1.83 +%%% End: