Mercurial > hgbook
changeset 9:76fc489c0e0b
Minor formatting changes.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 27 Jun 2006 23:21:30 -0700 |
parents | a25335b56825 |
children | d450d67ecc82 |
files | en/00book.tex en/99defs.tex |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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}
--- 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}}