hgbook
annotate es/00book.tex @ 440:aeda195f54a6
Finally finished translating collab and taking mq and hgext
author | Igor TAmara <igor@tamarapatino.org> |
---|---|
date | Sat Dec 06 01:01:39 2008 -0500 (2008-12-06) |
parents | a0d0a802c712 |
children | db12ab3b3b25 |
rev | line source |
---|---|
igor@323 | 1 % The use of oneside here is a temporary hack; \marginpar entries |
igor@323 | 2 % don't show up on odd pages of PDF output without it. Sigh. |
igor@323 | 3 \documentclass[oneside]{book} |
jerojasro@349 | 4 \usepackage[spanish]{babel} |
igor@323 | 5 \usepackage{enumerate} |
igor@323 | 6 \usepackage{fullpage} |
igor@323 | 7 \usepackage{makeidx} |
igor@323 | 8 \usepackage{ifpdf} |
igor@323 | 9 \usepackage{graphicx} |
igor@323 | 10 \usepackage{pslatex} |
igor@323 | 11 \usepackage{fancyvrb} |
igor@323 | 12 \usepackage[utf8]{inputenc} %accents in spanish |
igor@323 | 13 % leave hyperref until last |
igor@323 | 14 \usepackage[colorlinks=true,bookmarks=true,pdftitle={Distributed |
igor@323 | 15 revision control with Mercurial},pdfsubject={Revision |
igor@323 | 16 control},pdfkeywords={Mercurial, Revision control, Distributed |
igor@323 | 17 revision control},pdfauthor={Bryan O'Sullivan}]{hyperref} |
igor@323 | 18 |
igor@323 | 19 \include{99defs} |
igor@323 | 20 |
igor@342 | 21 \title{Control Distribuido de Revisiones con Mercurial} \author{Bryan |
igor@323 | 22 O'Sullivan} |
igor@323 | 23 \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\ |
igor@323 | 24 Este material puede distribuirse únicamente bajo los términos y |
igor@323 | 25 condiciones establecidos en la versión 1.0 de la Licencia de Publicación |
igor@342 | 26 Abierta(OPL) Refiérase por favor al apéndice~\ref{cha:opl} para encontrar el |
igor@323 | 27 texto de la licencia.\\ |
igor@342 | 28 Este libro fue preparado a partir de |
igor@323 | 29 \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}} |
igor@342 | 30 usando Mercurial \href{http://www.selenic.com/hg/}{rev~\input{hg_id}}.} |
igor@323 | 31 |
igor@323 | 32 \makeindex |
igor@323 | 33 |
igor@323 | 34 \begin{document} |
jerojasro@349 | 35 \spanishdeactivate{<>"~} |
igor@323 | 36 \maketitle |
igor@323 | 37 |
jerojasro@351 | 38 \addcontentsline{toc}{chapter}{Índice general} |
igor@323 | 39 \pagenumbering{roman} |
igor@323 | 40 \tableofcontents |
igor@323 | 41 \listoffigures |
igor@323 | 42 %\listoftables |
igor@323 | 43 |
igor@323 | 44 \pagenumbering{arabic} |
igor@323 | 45 |
igor@323 | 46 \include{preface} |
igor@323 | 47 \include{intro} |
igor@323 | 48 \include{tour-basic} |
igor@323 | 49 \include{tour-merge} |
igor@323 | 50 \include{concepts} |
igor@323 | 51 \include{daily} |
igor@323 | 52 \include{collab} |
igor@323 | 53 \include{filenames} |
igor@323 | 54 \include{branch} |
igor@323 | 55 \include{undo} |
igor@323 | 56 \include{hook} |
igor@323 | 57 \include{template} |
igor@323 | 58 \include{mq} |
igor@323 | 59 \include{mq-collab} |
igor@323 | 60 \include{hgext} |
igor@323 | 61 |
igor@323 | 62 \appendix |
igor@323 | 63 \include{cmdref} |
igor@323 | 64 \include{mq-ref} |
igor@323 | 65 \include{srcinstall} |
igor@323 | 66 \include{license} |
igor@323 | 67 \addcontentsline{toc}{chapter}{Bibliography} |
igor@323 | 68 \bibliographystyle{alpha} |
igor@323 | 69 \bibliography{99book} |
igor@323 | 70 |
igor@323 | 71 \addcontentsline{toc}{chapter}{Index} |
igor@323 | 72 \printindex |
igor@323 | 73 |
igor@323 | 74 \end{document} |
igor@323 | 75 |
igor@323 | 76 %%% Local Variables: |
igor@323 | 77 %%% mode: latex |
igor@323 | 78 %%% TeX-master: t |
igor@323 | 79 %%% End: |