Skip to content

Commit

Permalink
Added spectators to the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
vermaseren committed Apr 7, 2017
1 parent 1470f0b commit ff98159
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/manual/man.tex
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
\input{setup}
\input{parallel}
\input{external}
\input{spectators}
%
\printindex

Expand Down
1 change: 1 addition & 0 deletions doc/manual/online.tex
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
\input{setup}
\input{parallel}
\input{external}
\input{spectators}

\printindex

Expand Down
70 changes: 70 additions & 0 deletions doc/manual/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,34 @@ \section{contract}
\vspace{10mm}

%--#] contract :
%--#[ copyspectator :

\section{copyspectator}
\label{substacopyspectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & copyspectator {\tt<}exprname = spectator;{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\vspace{10mm}

%--#] copyspectator :
%--#[ createspectator :

\section{createspectator}
\label{substacreatespectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & createspectator {\tt<}spectatorname, "filename";{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\vspace{10mm}

%--#] createspectator :
%--#[ ctable :

\section{ctable}
Expand Down Expand Up @@ -1195,6 +1223,20 @@ \section{elseif}
statement. \vspace{10mm}

%--#] elseif :
%--#[ emptyspectator :

\section{emptyspectator}
\label{substaemptyspectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & emptyspectator {\tt<}spectator;{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\vspace{10mm}

%--#] emptyspectator :
%--#[ endargument :

\section{endargument}
Expand Down Expand Up @@ -4534,6 +4576,20 @@ \section{redefine}
dollar variable\index{\$-variable} (see \ref{dollars}). \vspace{10mm}

%--#] redefine :
%--#[ removespectator :

\section{removespectator}
\label{substaremovespectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & removespectator {\tt<}spectator;{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\vspace{10mm}

%--#] removespectator :
%--#[ renumber :

\section{renumber}
Expand Down Expand Up @@ -5579,6 +5635,20 @@ \section{topolynomial}
\vspace{10mm}

%--#] topolynomial :
%--#[ tospectator :

\section{tospectator}
\label{substatospectator}

\noindent \begin{tabular}{ll}
Type & Executable statement\\
Syntax & tospectator {\tt<}spectator;{\tt>};
\end{tabular} \vspace{4mm}

\noindent See chapter\ref{spectators} on spectators.
\vspace{10mm}

%--#] tospectator :
%--#[ totensor :

\section{totensor}
Expand Down

0 comments on commit ff98159

Please sign in to comment.