%\documentclass{book} % ProWindows (A5) \documentclass[11pt]{book} % XPCE (A4) % Use helvetica \renewcommand{\sfdefault}{phv} \renewcommand{\rmdefault}{phv} \renewcommand{\ttdefault}{pcr} %\usepackage{times} \usepackage{pl} \usepackage{xpce} \usepackage{html} \htmloutput{UserGuide} % Output directory \htmlmainfile{index} % Main document file \bodycolor{white} \linkimage{home}{home.gif} % Images for links \linkimage{index}{yellow_pages.gif} \linkimage{contents}{index.gif} \linkimage{up}{up.gif} \linkimage{previous}{prev.gif} \linkimage{next}{next.gif} \linkimage{summary}{info.gif} \newcommand{\product}{{\sc xpce}} \newcommand{\plainproduct}{XPCE} \newcommand{\productpl}{{\sc xpce/p}rolog} \newcommand{\productversion}{6.6.37} \newcommand{\quintus}{Quintus} \newenvironment{xpceonly}{}{} \excludecomment{pwonly} \newcommand{\productdate}{August 2007} \renewcommand{\runningtitle}{\product{} \productversion} \def\booktitle{Programming in XPCE/Prolog} \author{\href{mailto:J.Wielemaker@vu.nl}{Jan Wielemaker} \\ \href{mailto:a.a.anjewierden@utwente.nl}{Anjo Anjewierden} \\ SWI, University of Amsterdam \\ Kruislaan 419 \\ 1098~VA~~Amsterdam} \sloppy %\psdraft \makeindex %\includeonly{} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% HTML TitlePage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{htmlonly} \maketitle \begin{abstract} \productpl{} is a hybrid environment integrating logic programming and object-oriented programming for Graphical User Interfaces. Applications in \productpl{} are portable across the supported X11 and Win32 (Windows NT/2000/XP) platforms. %\product{} has been connected to the following Prolog systems. % %\begin{itemize} % \item \href{http://www.swi-prolog.org/}{SWI-Prolog} % \item \href{http://www.sics.se/quintus/}{Quintus Prolog} % \item \href{http://www.sics.se/isl/sicstus.html}{SICStus Prolog} %\end{itemize} {\it Last updated July, 2005 for \product{} version \productversion} Copyright \copyright\ 1992-2005 University of Amsterdam \end{abstract} \hr \subsubsection*{About this document} This document is maintained in the LaTeX document processing system. It was converted to HTML format using a latex2html written in SWI-Prolog which, unlike \href{http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/}{latex2html}, concentrates on extensibility, rather then making the HTML document look as closely as possible the same as the LaTeX version. The document is maintained using macros dedicated to describe its content. These macros are defined both for LaTeX to arrive at a proper typeset version, and for the latex2html translator to arrive at a proper hypertext document. For further information, please contact \email[Jan Wielemaker]{jan@swi.psy.uva.nl} Each section in the document is translated into an HTML page. Each page contains links to the \strong{table of contents}, \strong{Index}, and \strong{Class Summary}. Subsections contain links to their super-section, and sections that have subsections contain a \strong{`local' index} at the end of the page. \end{htmlonly} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% Normal document titlepage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \pagestyle{empty} \begin{xpceonly} \begin{titlepage} \mbox{} \vfil \centerline{\includegraphics[width=\textwidth]{title}} \vfil\vfil\vfil \newpage \titlepageheader \vfil \noindent {\bf Programming in \productpl{}} \\[1cm] \begin{tabular}{ll} Jan Wielemaker & \email{wielemak@science.uva.nl} \\ Anjo Anjewierden & \email{anjo@science.uva.nl} \end{tabular} \vfil\noindent \productpl{} is a hybrid environment integrating logic programming and object-oriented programming for Graphical User Interfaces. Applications in \productpl{} are fully compatible across the supported X11 and Win32 (NT/2000/XP) platforms.\\[10pt] \vfil\noindent This document also applies to XPCE/Prolog \productversion{} distributed as integrated packages to SWI-Prolog. Sources and binaries may be downloaded from \url{http://www.swi-prolog.org} \vfil\noindent \product{} is distributed as Free Software with sufficient escapes to allow for producing non-free applications. The kernel is distributed under the \emph{Lesser GNU Public License} (LGPL) and the Prolog sources under the \emph{GNU Public License} (GPL) with explicit permission to generate non-free executables. \vfil\noindent Product information, documentation and additional resources specific to \product{} are available from \url{http://www.swi.psy.uva.nl/products/xpce/}. \vfil\noindent This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (Lesser) GNU General Public License for more details. \vfil\vfil \noindent Titlepage created using \product{} 4.8.10 on Windows-NT 4.0 \vfil \noindent Last updated February 2002 for \product{} version \productversion \vfil \noindent Copyright \copyright\ 1992-2005 University of Amsterdam \end{titlepage} \end{xpceonly} \input{body.tex} \end{document}