hgbook

changeset 9:76fc489c0e0b

Minor formatting changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Jun 27 23:21:30 2006 -0700 (2006-06-27)
parents a25335b56825
children d450d67ecc82
files en/00book.tex en/99defs.tex
line diff
     1.1 --- a/en/00book.tex	Tue Jun 27 23:21:05 2006 -0700
     1.2 +++ b/en/00book.tex	Tue Jun 27 23:21:30 2006 -0700
     1.3 @@ -32,7 +32,7 @@
     1.4  
     1.5  \appendix
     1.6  \addcontentsline{toc}{chapter}{Bibliography}
     1.7 -\bibliographystyle{plain}
     1.8 +\bibliographystyle{alpha}
     1.9  \bibliography{99book}
    1.10  \include{license}
    1.11  
     2.1 --- a/en/99defs.tex	Tue Jun 27 23:21:05 2006 -0700
     2.2 +++ b/en/99defs.tex	Tue Jun 27 23:21:30 2006 -0700
     2.3 @@ -5,7 +5,7 @@
     2.4  \newcommand{\hgcmdargs}[2]{``\texttt{hg #1 #2}''}
     2.5  
     2.6  \newsavebox{\notebox}
     2.7 -\newenvironment{note}{\begin{lrbox}{\notebox}\begin{minipage}{\textwidth}\textbf{Note:}\space}{\end{minipage}\end{lrbox}\fbox{\usebox{\notebox}}}
     2.8 +\newenvironment{note}{\begin{lrbox}{\notebox}\begin{minipage}{0.7\textwidth}\textbf{Note:}\space}{\end{minipage}\end{lrbox}\begin{center}\fbox{\usebox{\notebox}}\end{center}}
     2.9  
    2.10  \DefineVerbatimEnvironment{codesample4}{Verbatim}{frame=single,gobble=4,numbers=left,commandchars=\\\{\}}
    2.11  \newcommand{\interaction}[1]{\VerbatimInput[frame=single,numbers=left,commandchars=\\\{\}]{examples/#1.out}}