1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
% some definitions used troughout the documentation
% $Id: defs.tex 99 2004-07-13 21:01:38Z Franz $
% all references to the PyCLIPS module should use this macro
\newcommand{\pyclips}{\module{PyCLIPS}}
% references to the APG, BPG and Tutorial should use these macros
\newcommand{\clipsapg}{\emph{Clips Reference Guide Vol. II:
Advanced Programming Guide}}
\newcommand{\sclipsapg}{\seetitle{Clips Reference Guide Vol.
II: Advanced Programming Guide}{contains detailed information
about CLIPS API and internal structures}}
\newcommand{\clipsbpg}{\emph{Clips Reference Guide Vol. I:
Basic Programming Guide}}
\newcommand{\sclipsbpg}{\seetitle{Clips Reference Guide Vol.
I: Basic Programming Guide}{the main reference for the CLIPS
language}}
\newcommand{\clipstut}{\emph{Clips User's Guide}}
\newcommand{\sclipstut}{\seetitle{Clips User's Guide}{the
official tutorial for the CLIPS language}}
|