hgbook
diff en/99defs.tex @ 60:70d07ff31ee4
Jeff's concepts chapter breaks the build.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Aug 04 05:27:29 2006 -0700 (2006-08-04) |
parents | 8b0d389cf6e0 3649ee841264 |
children | 8806b2875f10 |
line diff
1.1 --- a/en/99defs.tex Thu Jul 27 10:20:55 2006 -0700 1.2 +++ b/en/99defs.tex Fri Aug 04 05:27:29 2006 -0700 1.3 @@ -79,6 +79,9 @@ 1.4 \newenvironment{note}% 1.5 {\begin{lrbox}{\notebox}\begin{minipage}{0.7\textwidth}\textbf{Note:}\space}% 1.6 {\end{minipage}\end{lrbox}\fbox{\usebox{\notebox}}} 1.7 +\newenvironment{caution}% 1.8 + {\begin{lrbox}{\notebox}\begin{minipage}{0.7\textwidth}\textbf{Caution:}\space}% 1.9 + {\end{minipage}\end{lrbox}\fbox{\usebox{\notebox}}} 1.10 1.11 % Code sample, eating 4 characters of leading space. 1.12 \DefineVerbatimEnvironment{codesample4}{Verbatim}{frame=single,gobble=4,numbers=left,commandchars=\\\{\}}