Skip to content

Commit

Permalink
Remove some empty lines at the bottom of tables
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 2, 2020
1 parent b59318d commit 5d74a8e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ \section{Annotations for Code Generation}\doublelabel{annotations-for-code-gener
the output should generate an event when it changes.
\end{nonnormative}
\\ \hline

\end{longtable}
\begin{lstlisting}[language=grammar]
smoothOrder-annotation:
Expand Down Expand Up @@ -1909,7 +1908,6 @@ \section{Annotations for Access Control to Protect Intellectual Property}\double
\hline
\textbf{Licensing} & Restrict the use of an encrypted package for particular users for a specified period of time.\\
\hline

\end{longtable}

In this section annotations are defined for protection and
Expand Down
7 changes: 0 additions & 7 deletions chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ \subsubsection{Reduction Expressions}\doublelabel{reduction-expressions}
\begin{tabular}{@{}p{6cm}@{}}
Least value of type\\ ( \lstinline!-Modelica.Constants.inf! for Real)
\end{tabular}\\ \hline

\end{longtable}

\begin{example}
Expand Down Expand Up @@ -956,7 +955,6 @@ \subsection{Array Element-wise Addition, Subtraction, and String Concatenation}\
Array{[}n, m, \ldots{}{]} & Array{[}n, m, \ldots{}{]} & Array{[}n, m,
\ldots{}{]} & c {[}j, k, \ldots{}{]} := a{[}j, k, \ldots{}{]} +/- b{[}j,
k, \ldots{}{]}\\ \hline

\end{longtable}

\begin{longtable}[]{|l|l|l|}
Expand All @@ -968,7 +966,6 @@ \subsection{Array Element-wise Addition, Subtraction, and String Concatenation}\
Scalar & Scalar & c := +/- a\\ \hline
Array{[}n, m, \ldots{}{]} & Array{[}n, m, \ldots{}{]} & c{[}j, k,
\ldots{}{]} := +/-a{[}j, k, \ldots{}{]}\\ \hline

\end{longtable}

\subsection{Array Element-wise Multiplication}\doublelabel{array-element-wise-multiplication}
Expand Down Expand Up @@ -1030,7 +1027,6 @@ \subsection{Matrix and Vector Multiplication of Numeric Arrays}\doublelabel{matr
Matrix {[}n, m{]} & Matrix {[}m, p{]} & Matrix {[}n, p{]} & c{[}i, j{]}
= $\textrm{sum}_k$(a{[}i, k{]}*b{[}k, j{]}), i=1:n, k=1:m,
j=1:p\\ \hline

\end{longtable}

\begin{example}
Expand Down Expand Up @@ -1063,7 +1059,6 @@ \subsection{Division of Scalars or Numeric Arrays by Numeric Scalars}\doublelabe
k{]} / s\\ \hline
Array{[}n, m, \ldots{}{]} & Scalar & Array{[}n, m, \ldots{}{]} & c{[}j,
k, \ldots{}{]} := a{[}j, k, \ldots{}{]} / s\\ \hline

\end{longtable}

\subsection{Array Element-wise Division}\doublelabel{array-element-wise-division}
Expand All @@ -1087,7 +1082,6 @@ \subsection{Array Element-wise Division}\doublelabel{array-element-wise-division
Array{[}n, m, \ldots{}{]} & Array{[}n, m, ...{]} & Array {[}n, m, ...{]}
& c{[}j, k, \ldots{}{]} := a{[}j, k, \ldots{}{]} / b{[}j, k,
\ldots{}{]}\\ \hline

\end{longtable}

\begin{example}
Expand Down Expand Up @@ -1128,7 +1122,6 @@ \subsection{Exponentiation of Scalars of Numeric Elements}\doublelabel{exponenti
Array{[}n, m, \ldots{}{]} & Array{[}n, m, ...{]} & Array {[}n, m, ...{]}
& c{[}j, k, \ldots{}{]} := a{[}j, k, \ldots{}{]} \^{} b{[}j, k,
\ldots{}{]}\\ \hline

\end{longtable}

\begin{example}
Expand Down
1 change: 0 additions & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,6 @@ \subsubsection{Utility Functions for Reporting Errors}\doublelabel{utility-funct
ModelicaVFormat\{Message,Warning,Error\}\newline
(const char*string, va\_list)}}\hbox{\strut Output the message under the
same format control as the C-function \lstinline!vprintf!.}}\\ \hline

\end{longtable}

\subsubsection{Utility Functions for Allocating Strings}\doublelabel{utility-functions-for-allocating-strings}
Expand Down
1 change: 0 additions & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,6 @@ \subsection{Event-Related Operators with Function Syntax}\doublelabel{event-rela
as an individual variable or as part of an array of variables. It can
only be applied in the body of a when clause in an equation section. See
also \autoref{reinit}.\\ \hline

\end{longtable}

A few of these operators are described in more detail in the following.
Expand Down
1 change: 0 additions & 1 deletion chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ \section{Clock Constructors}\doublelabel{clock-constructors}
\strut
\end{tabular}
\\ \hline

\end{longtable}

Besides inferred clocks and solver clocks, one of the following mutually
Expand Down

0 comments on commit 5d74a8e

Please sign in to comment.