hgbook

diff en/99defs.tex @ 56:b8539d91c84d

Begining of concepts chapter
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Mon Jul 24 23:57:52 2006 -0400 (2006-07-24)
parents c0979ed1eabd
children fa8bafe467cb
line diff
     1.1 --- a/en/99defs.tex	Sun Jul 16 00:01:43 2006 -0700
     1.2 +++ b/en/99defs.tex	Mon Jul 24 23:57:52 2006 -0400
     1.3 @@ -25,6 +25,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  \DefineVerbatimEnvironment{codesample4}{Verbatim}{frame=single,gobble=4,numbers=left,commandchars=\\\{\}}
    1.12  \newcommand{\interaction}[1]{\VerbatimInput[frame=single,numbers=left,commandchars=\\\{\}]{examples/#1.out}}