Skip to content

Commit

Permalink
Add styling of 'x' and 'y' denoting axes
Browse files Browse the repository at this point in the history
Using match would have been an alternative, but \lstinline was chosen for symmetry with the styling of 'curves'.
  • Loading branch information
henrikt-ma committed Oct 19, 2020
1 parent 8d2f2e7 commit 677fa89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ \subsection{Annotations for Figures}\label{annotations-for-figures}
end Plot;
\end{lstlisting}

A \lstinline!Plot! can contain several \lstinline!curves!, see
\cref{plot-curves}, that all share a common x and y axis with properties
described in \cref{axis-properties}.
A \lstinline!Plot! can contain several \lstinline!curves!, see \cref{plot-curves}, that all share a common \lstinline!x! and \lstinline!y! axis with properties described in \cref{axis-properties}.

Both \lstinline!Figure! and \lstinline!Plot! can have an optional title. When
the \lstinline!Figure! \lstinline!title! is the empty string (the default), the
Expand Down

0 comments on commit 677fa89

Please sign in to comment.