File: doc.doc

package info (click to toggle)
swi-prolog-packages 5.0.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 50,688 kB
  • ctags: 25,904
  • sloc: ansic: 195,096; perl: 91,425; cpp: 7,660; sh: 3,046; makefile: 2,750; yacc: 843; awk: 14; sed: 12
file content (71 lines) | stat: -rw-r--r-- 1,684 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\documentstyle[twoside,pce,psfig,11pt]{report}

%\psdraft

%\makeindex

%\includeonly{intro}

\begin{document}

\begin{titlepage}
\titlepageheader

\vfil\vfil\vfil
\begin{center}
	{\Huge \bf XPCE/Prolog\\Course Notes}		\\[1.5cm]
	{\large \it Jan Wielemaker}			\\
	{\large jan@swi.psy.uva.nl}
\end{center}
\vfil
\begin{quote}
This document provides background reading material and exercises
for a course in programming XPCE/Prolog.  
\end{quote}
\vfil
\vfil
\begin{quote}
Copyright \copyright\ 1994-1996 University of Amsterdam
\end{quote}
\end{titlepage}

\begin{titlepage}
\noindent
This is edition~2 of the XPCE training-course notes.  It adds sections
on types, custom-dialog design and interprocess communication to
edition~1. Please E-mail comments and suggestions to jan@swi.psy.uva.nl.
\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil
\noindent
Copyright \copyright~1994-1996 University of Amsterdam
\vfil

\noindent
Typeset using LaTeX.  LaTeX files created using perl preprocessors from
a LaTeX extended notation for PCE documentation and raw XPCE/Prolog
code.  Diagrams are psfig.sty included PostScript generated by PceDraw,
the XPCE/Prolog drawing tool.
\vfil

\noindent
An electronic version of this manual is available using anonymous ftp
to swi.psy.uva.nl (145.18.114.17), directory /pub/xpce/doc/course.
\vfil
\noindent
Premission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
\end{titlepage}

{\parskip 0pt
\tableofcontents
}

\include{intro}
\include{course}

\bibliographystyle{name}
\bibliography{pce}

%\printindex

\end{document}