# HG changeset patch # User Bryan O'Sullivan # Date 1151475690 25200 # Node ID 76fc489c0e0b99ce6950f964d45dc0e6f026bf4b # Parent a25335b568258981847856322df05bea59c5c526 Minor formatting changes. diff -r a25335b56825 -r 76fc489c0e0b en/00book.tex --- a/en/00book.tex Tue Jun 27 23:21:05 2006 -0700 +++ b/en/00book.tex Tue Jun 27 23:21:30 2006 -0700 @@ -32,7 +32,7 @@ \appendix \addcontentsline{toc}{chapter}{Bibliography} -\bibliographystyle{plain} +\bibliographystyle{alpha} \bibliography{99book} \include{license} diff -r a25335b56825 -r 76fc489c0e0b en/99defs.tex --- a/en/99defs.tex Tue Jun 27 23:21:05 2006 -0700 +++ b/en/99defs.tex Tue Jun 27 23:21:30 2006 -0700 @@ -5,7 +5,7 @@ \newcommand{\hgcmdargs}[2]{``\texttt{hg #1 #2}''} \newsavebox{\notebox} -\newenvironment{note}{\begin{lrbox}{\notebox}\begin{minipage}{\textwidth}\textbf{Note:}\space}{\end{minipage}\end{lrbox}\fbox{\usebox{\notebox}}} +\newenvironment{note}{\begin{lrbox}{\notebox}\begin{minipage}{0.7\textwidth}\textbf{Note:}\space}{\end{minipage}\end{lrbox}\begin{center}\fbox{\usebox{\notebox}}\end{center}} \DefineVerbatimEnvironment{codesample4}{Verbatim}{frame=single,gobble=4,numbers=left,commandchars=\\\{\}} \newcommand{\interaction}[1]{\VerbatimInput[frame=single,numbers=left,commandchars=\\\{\}]{examples/#1.out}}