From 2a4f181737bb1ba5f6921286872dfc6dbb101ba6 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 1 Dec 2011 19:07:18 +0100 Subject: [PATCH] * doc/tl/tl.tex: Fix footnote the the property table. --- doc/tl/tl.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/tl/tl.tex b/doc/tl/tl.tex index 53cc1eab0..6922b3698 100644 --- a/doc/tl/tl.tex +++ b/doc/tl/tl.tex @@ -939,9 +939,9 @@ instance using the following methods: \noindent \begin{tabulary}{\textwidth}{lL} -\texttt{is\_boolean()}& Whether the formula use only Boolean +\texttt{is\_boolean()}& Whether the formula uses only Boolean operators. -\\\texttt{is\_sugar\_free\_boolean()}& Whether the formula use +\\\texttt{is\_sugar\_free\_boolean()}& Whether the formula uses only $\AND$, $\OR$, and $\NOT$ operators. (Especially, no $\IMPLIES$ or $\EQUIV$ are allowed.) \\\texttt{is\_in\_nenoform()}& Whether the formula is in negative @@ -972,14 +972,14 @@ instance using the following methods: \\\texttt{is\_syntactic\_persistence()}& Whether the formula is a syntactic persistence property. \\\texttt{is\_marked()}& Whether the formula contains a special - ``marked'' version of the $\Esuffix$ operator.\footnote{This special - operator is used when translating recurring $\Esuffix$, it is - rendered as $\EsuffixMarked$ and it obeys the same simplification - rules and properties as $\Esuffix$ (except for the - \texttt{is\_marked()} property).} + ``marked'' version of the $\Esuffix$ operator.\footnotemark \\\texttt{accepts\_eword()}& Whether the formula accept $\eword$. (This can only be true for a rational formula.) \end{tabulary} +\footnotetext{This special operator is used when translating recurring + $\Esuffix$, it is rendered as $\EsuffixMarked$ and it obeys the same + simplification rules and properties as $\Esuffix$ (except for the + \texttt{is\_marked()} property).} \section{Pure Eventualities and Purely Universal Formul\ae{}} \label{sec:eventuniv}