File: defs.tex

package info (click to toggle)
python-clips 1.0.7.348%2Bclips-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,376 kB
  • ctags: 2,544
  • sloc: ansic: 17,065; python: 5,668; sh: 20; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (3)
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}}