\documentclass[11pt]{article} \usepackage{times} \usepackage{pl} \usepackage{html} \sloppy \makeindex \onefile \htmloutput{\Sdot} % Output directory \htmlmainfile{libedit} % Main document file \bodycolor{white} % Page colour \begin{document} \title{SWI-Prolog binding to BSD libedit} \author{Jan Wielemaker \\ VU University Amsterdam \\ CWI, Amsterdam \\ The Netherlands \\ E-mail: \email{J.Wielemaker@vu.nl}} \maketitle \begin{abstract} This package enables editing commands in the Prolog toplevel using the BSD libedit library. \end{abstract} \pagebreak \tableofcontents \vfill \vfill \newpage \input{editline.tex} \printindex \end{document}