\documentclass[11pt,twoside]{report} \def\setuphyperref{\usepackage[pdftex,colorlinks=true,urlcolor=blue]{hyperref}} \usepackage{../../../../man/pl} \usepackage{../../../../man/html} \usepackage{xpce} \usepackage{times} \usepackage{fancyhdr} \newcommand{\runningtitle}{XPCE/Prolog course notes} \headheight 14pt \renewcommand{\chaptermark}[1]{\markboth{#1}{#1}} % remember chapter title \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} % section number and title \lhead[\fancyplain{}{\bf\thepage}]{\fancyplain{}{\bf\rightmark}} \rhead[\fancyplain{}{\bf\leftmark}]{\fancyplain{}{\bf\thepage}} %\footrulewidth 0.2pt \lfoot[\tiny \runningtitle]{} \rfoot[]{\tiny \runningtitle} \cfoot{} %\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 J.Wielemaker@cs.vu.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 \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 \email{J.Wielemaker@vu.nl}. \vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil\vfil \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 this permission notice is preserved on all copies. \end{titlepage} {\parskip 0pt \tableofcontents } \include{intro} \include{course} \bibliographystyle{name} \bibliography{pce} %\printindex \end{document}