PFL manual: improve title page and reword a sentence

This commit is contained in:
Tiago Gomes 2013-01-08 15:33:55 +00:00
parent 6375d05a93
commit 75b652b0c9

View File

@ -23,11 +23,17 @@
\setlength{\parskip}{\baselineskip} \setlength{\parskip}{\baselineskip}
\title{The Prolog Factor Language (PFL)} \title{\Huge\textbf{Prolog Factor Language (PFL) Manual}}
\author{} \author{Tiago Gomes, V\'{i}tor Santos Costa}
\date{} \date{}
\maketitle \maketitle
\thispagestyle{empty}
\vspace{5cm}
\begin{center}
\large Last revision: January 8, 2013
\end{center}
\newpage
%------------------------------------------------------------------------------ %------------------------------------------------------------------------------
%------------------------------------------------------------------------------ %------------------------------------------------------------------------------
@ -38,6 +44,7 @@ The Prolog Factor Language (PFL) is a extension of the Prolog language that allo
%------------------------------------------------------------------------------ %------------------------------------------------------------------------------
%------------------------------------------------------------------------------ %------------------------------------------------------------------------------
%------------------------------------------------------------------------------ %------------------------------------------------------------------------------
@ -120,7 +127,7 @@ $$Type~~F~~;~~Phi~~;~~C.$$
\end{center} \end{center}
\end{figure} \end{figure}
To better explain the language, below we show the PFL representation for network found in Figure~\ref{fig:sprinkler-bn}. Towards a better understanding of the language, next we show the PFL representation for network found in Figure~\ref{fig:sprinkler-bn}.
\begin{pflcode} \begin{pflcode}
:- use_module(library(pfl)). :- use_module(library(pfl)).