Skip to content

Commit

Permalink
Update table to follow new style
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 16, 2020
1 parent 836f9cc commit 60b72d7
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,22 @@ \subsubsection{Variable Replacements}\label{variable-replacements}
\lstinline!%{inertia1.w}!. This is similar to the \lstinline!Text! graphical primitive
in \cref{text}.

\begin{longtable}[]{|l|l|}
\begin{table}[H]
\caption{Attributes that can use variable replacements.}
\begin{center}
\begin{tabular}{l l}
\hline
\tablehead{Attribute} & \tablehead{Annotation}\\
\hline
\hline
\multicolumn{2}{|l|}{Attributes that can use variable replacements}\\ \hline
Attribute & Annotation \\ \hline
\lstinline!title! & \lstinline!Figure! and \lstinline!Plot! \\ \hline
\lstinline!caption! & \lstinline!Figure! \\ \hline
\lstinline!legend! & \lstinline!Curve! \\ \hline
\lstinline!label! & \lstinline!Axis! \\ \hline
\end{longtable}
\lstinline!title! & \lstinline!Figure! and \lstinline!Plot! \\
\lstinline!caption! & \lstinline!Figure! \\
\lstinline!legend! & \lstinline!Curve! \\
\lstinline!label! & \lstinline!Axis! \\
\hline
\end{tabular}
\end{center}
\end{table}

Note that expansion to the final value means that expansion is not restricted to
parameters and constants, so that values to be shown in a caption can be
Expand Down

0 comments on commit 60b72d7

Please sign in to comment.