bos@61: % The use of oneside here is a temporary hack; \marginpar entries bos@61: % don't show up on odd pages of PDF output without it. Sigh. bos@61: \documentclass[oneside]{book} bos@61: \usepackage{enumerate} bos@61: \usepackage{fullpage} bos@61: \usepackage{makeidx} bos@61: \usepackage{ifpdf} bos@61: \usepackage{graphicx} bos@61: \usepackage{pslatex} bos@61: \usepackage{fancyvrb} romain@921: % adding package specific to the french version romain@921: \usepackage[french]{babel} romain@921: \usepackage[utf8]{inputenc} bos@61: % leave hyperref until last bos@225: \usepackage[colorlinks=true,bookmarks=true,pdftitle={Distributed bos@225: revision control with Mercurial},pdfsubject={Revision bos@225: control},pdfkeywords={Mercurial, Revision control, Distributed bos@225: revision control},pdfauthor={Bryan O'Sullivan}]{hyperref} bos@61: bos@61: \include{99defs} bos@61: romain@921: \title{Gestion de source distribué avec Mercurial} \author{Bryan bos@177: O'Sullivan} bos@148: \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\ romain@921: Ce document peut être librement distribué selon les termes et romain@921: les conditions décrites dans la version 1.0 de la licence Open Publication. belaran@937: La licence est en annexe~\ref{cha:opl} de ce document.\\ romain@921: romain@921: Cette traduction a été généré depuis bos@186: \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}} romain@921: avec \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.} bos@61: bos@61: \makeindex bos@61: bos@61: \begin{document} bos@61: bos@61: \maketitle bos@61: bos@61: \addcontentsline{toc}{chapter}{Contents} bos@61: \pagenumbering{roman} bos@61: \tableofcontents bos@61: \listoffigures bos@61: %\listoftables bos@61: bos@61: \pagenumbering{arabic} bos@61: bos@61: \include{preface} bos@61: \include{intro} bos@95: \include{tour-basic} bos@95: \include{tour-merge} bos@108: \include{concepts} bos@61: \include{daily} bos@159: \include{collab} bos@133: \include{filenames} bos@187: \include{branch} bos@124: \include{undo} bos@61: \include{hook} bos@76: \include{template} bos@61: \include{mq} bos@104: \include{mq-collab} bos@223: \include{hgext} bos@61: bos@61: \appendix bos@132: \include{cmdref} bos@132: \include{mq-ref} bos@85: \include{srcinstall} bos@61: \include{license} bos@61: \addcontentsline{toc}{chapter}{Bibliography} bos@61: \bibliographystyle{alpha} bos@61: \bibliography{99book} bos@61: bos@89: \addcontentsline{toc}{chapter}{Index} bos@61: \printindex bos@61: bos@61: \end{document} bos@61: bos@61: %%% Local Variables: bos@61: %%% mode: latex bos@61: %%% TeX-master: t bos@61: %%% End: