Skip to content

Commit

Permalink
Uniform structure of paragraph before tables of operators/functions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 19, 2020
1 parent 19af036 commit 91a33aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ \section{Built-in Intrinsic Operators with Function Syntax}\label{built-in-intri
\subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-and-conversion-functions}

The mathematical functions and conversion operators are listed below do not generate events.

\begin{center}
\begin{tabular}{l|l l}
\hline
Expand Down Expand Up @@ -499,7 +498,6 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
\subsection{Event Triggering Mathematical Functions}\label{event-triggering-mathematical-functions}

The operators listed below trigger events if used outside of a when-clause and outside of a clocked discrete-time partition (see \cref{clocked-discrete-time-and-clocked-discretized-continuous-time-partition}).

\begin{center}
\begin{tabular}{l|l l}
\hline
Expand Down Expand Up @@ -601,7 +599,6 @@ \subsection{Built-in Mathematical Functions and External Built-in Functions}\lab
and can be called directly without any package prefix added to the
function name. They are also available as external built-in functions in
the \lstinline!Modelica.Math! library.

\begin{center}
\begin{tabular}{l|l l}
\hline
Expand Down Expand Up @@ -642,8 +639,7 @@ \subsection{Built-in Mathematical Functions and External Built-in Functions}\lab

\subsection{Derivative and Special Purpose Operators with Function Syntax}\label{derivative-and-special-purpose-operators-with-function-syntax}

The operators below include the derivative operator and special purpose operators with function syntax.

The operators listed below include the derivative operator and special purpose operators with function syntax.
\begin{center}
\begin{tabular}{l|l l}
\hline
Expand Down Expand Up @@ -1211,7 +1207,6 @@ \subsubsection{getInstanceName}\label{getinstancename}
\subsection{Event-Related Operators with Function Syntax}\label{event-related-operators-with-function-syntax}

The operators listed below are event-related operators with function syntax. The operators \lstinline!noEvent!, \lstinline!pre!, \lstinline!edge!, and \lstinline!change!, are vectorizable according to \cref{scalar-functions-applied-to-array-arguments}.

\begin{center}
\begin{tabular}{l|l l}
\hline
Expand Down
4 changes: 1 addition & 3 deletions chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ \subsection{Argument Restrictions (Component Expression)}\label{argument-restric

\section{Clock Constructors}\label{clock-constructors}

The following overloaded constructors are available to generate clocks, and it is possible to call them with the specified named arguments, or with positional arguments (according to the order shown in the details after the table):
The overloaded constructors listed below are available to generate clocks, and it is possible to call them with the specified named arguments, or with positional arguments (according to the order shown in the details after the table).
\begin{center}
\begin{tabular}{l|l l}
\hline
Expand Down Expand Up @@ -516,7 +516,6 @@ \section{Clock Constructors}\label{clock-constructors}
\section{Clocked State Variables}\label{clocked-state-variables}

The previous value of a clocked variable can be accessed with the \lstinline!previous! operator, listed below.

\begin{center}
\begin{tabular}{l|l l}
\hline
Expand Down Expand Up @@ -547,7 +546,6 @@ \section{Partitioning Operators}\label{partitioning-operators}
\subsection{Base-clock conversion operators}\label{base-clock-conversion-operators}

The operators listed below convert between a continuous-time and a clocked-time representation and vice versa.

\begin{center}
\begin{tabular}{l|l l}
\hline
Expand Down

0 comments on commit 91a33aa

Please sign in to comment.