Author: dylan
Date: 2004-08-04 01:50:46 -0400 (Wed, 04 Aug 2004)
New Revision: 334

Modified:
   branches/protocol-v4/docs/manual/Makefile
   branches/protocol-v4/docs/manual/chap/commands.tex
   branches/protocol-v4/docs/manual/config.tex
   branches/protocol-v4/docs/manual/haver.tex
   branches/protocol-v4/docs/manual/style.tex
Log:
Small changes. :P


Modified: branches/protocol-v4/docs/manual/Makefile
===================================================================
--- branches/protocol-v4/docs/manual/Makefile   2004-08-02 05:13:12 UTC (rev 
333)
+++ branches/protocol-v4/docs/manual/Makefile   2004-08-04 05:50:46 UTC (rev 
334)
@@ -26,7 +26,7 @@
        find . \( $(CLEAN) \) -exec rm -v {} \;
 
 realclean:
-       -rm  $(base).dvi
+       -rm $(base).dvi $(base).pdf
 
 
 $(base).dvi: $(base).tex $(tex) $(base).bbl

Modified: branches/protocol-v4/docs/manual/chap/commands.tex
===================================================================
--- branches/protocol-v4/docs/manual/chap/commands.tex  2004-08-02 05:13:12 UTC 
(rev 333)
+++ branches/protocol-v4/docs/manual/chap/commands.tex  2004-08-04 05:50:46 UTC 
(rev 334)
@@ -1,7 +1,7 @@
 \newenvironment{commands}{\begin{description}}{\end{description}}
 \newenvironment{errors}{\begin{description}}{\end{description}}
 
-\newcommand{\param}[1]{\emph{\$#1}}
+\newcommand{\param}[1]{\emph{#1}}
 \newcommand{\opt}[1]{[\param{#1}]}
 \newcommand{\params}[1]{\param{#1\ldots}}
 \newcommand{\opts}[1]{[\param{#1\ldots}]}
@@ -9,6 +9,7 @@
 
 \ifhas{COLOR}{
        \renewcommand{\param}[1]{\textcolor{param}{\emph{#1}}}
+       \renewcommand{\cmd}[1]{\textcolor{cmd}{\emph{#1}}}
 }
 
 
@@ -43,16 +44,17 @@
 
 The following is a summary of the typographical conventions used in this 
chapter:
 
+\newcommand{\normitem}[1]{\item[\normalfont #1] ~\par}
 \begin{description}
-       \item[\cmd{COMMAND}]
+       \normitem{\cmd{COMMAND}}
                This is used for commands, and their literal arguments.
-       \item[\param{param}]
+       \normitem{\param{param}}
                Used to refer to an item in the list of arguments for a command.
-       \item[\params{params}]
+       \normitem{\params{params}}
                Used to refer to the remaining items in the argument list.
-       \item[\opt{opt}]
+       \normitem{\opt{opt}}
                Used for optional arguments.
-       \item[\opts{opts}]
+       \normitem{\opts{opts}}
                Used when the remaining arguments are optional.
 \end{description}
 
@@ -233,3 +235,5 @@
 
 To be written...
 
+\comment{Actually, this should go in the ``Concepts'' chapter, which does not 
exist yet\ldots}
+

Modified: branches/protocol-v4/docs/manual/config.tex
===================================================================
--- branches/protocol-v4/docs/manual/config.tex 2004-08-02 05:13:12 UTC (rev 
333)
+++ branches/protocol-v4/docs/manual/config.tex 2004-08-04 05:50:46 UTC (rev 
334)
@@ -1,7 +1,11 @@
 \newboolean{COLOR}
 \newboolean{DRAFT}
 \newboolean{URL}
+\newboolean{PDF}
 
-\setboolean{COLOR}{false}
+\setboolean{COLOR}{true}
 \setboolean{DRAFT}{true}
 \setboolean{URL}{true}
+
+
+ifdef(`PDF', `\setboolean{PDF}{true}', `\setboolean{PDF}{false}')

Modified: branches/protocol-v4/docs/manual/haver.tex
===================================================================
--- branches/protocol-v4/docs/manual/haver.tex  2004-08-02 05:13:12 UTC (rev 
333)
+++ branches/protocol-v4/docs/manual/haver.tex  2004-08-04 05:50:46 UTC (rev 
334)
@@ -1,15 +1,17 @@
 % Date: Wednesday, May 26 at  7:45PM
-\documentclass[12pt,draft]{report}
+\documentclass[12pt]{report}
 \usepackage{ifthen}
 
 \input{config}
 \input{macros}
-\input{style}
 
 \ifhas{COLOR}{\usepackage{color}}
 \ifhas{URL}{\usepackage{url}}
+\ifhas{PDF}{\usepackage[pdftex]{hyperref}}
 
+\input{style}
 
+
 \title{The Divine Secrets of Haver}
 \author{Dylan William Hardison}
 \date{\today}

Modified: branches/protocol-v4/docs/manual/style.tex
===================================================================
--- branches/protocol-v4/docs/manual/style.tex  2004-08-02 05:13:12 UTC (rev 
333)
+++ branches/protocol-v4/docs/manual/style.tex  2004-08-04 05:50:46 UTC (rev 
334)
@@ -1,13 +1,12 @@
 
 
 \ifhas{COLOR}{
-\definecolor{scmd}{rgb}{0,0,0.5}
-\definecolor{ccmd}{rgb}{0.5,0,0}
-\definecolor{param}{rgb}{0.1,0.5,0}
+\definecolor{cmd}{rgb}{0,0,0.5}
+\definecolor{param}{rgb}{0.5,0,0}
 }
 
 \ifhaselse{DRAFT}{
-\newcommand{\comment}[1]{(\emph{#1})}
+\newcommand{\comment}[1]{[\emph{#1}]}
 }{\newcommand{\comment}[1]{}}
 
 \newcommand{\function}[1]{#1()}


Reply via email to