Skip to content

Commit

Permalink
Use equally sized figures for the different kinds of discrete-time va…
Browse files Browse the repository at this point in the history
…riables

This is a preparation for having these side by side as subfigures, as the non-conforming layout of the old figures didn't look good at all with the graphics appearing so close together.

As a bonus, the new figures also come as SVG, which makes them crisp and scalable also in the LaTeXML build.
  • Loading branch information
henrikt-ma committed Jul 1, 2020
1 parent 34f9b60 commit 3b669e8
Show file tree
Hide file tree
Showing 9 changed files with 1,012 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ \subsection{Clocks and Clocked Variables}\doublelabel{clocks-and-clocked-variabl

\begin{figure}[H]
\begin{center}
\includegraphics[width=3in]{piecewise}
\includegraphics{piecewise-constant}
\end{center}
\caption{A piecewise-constant variable.}\doublelabel{fig:piecewise-constant-variable}
\end{figure}
Expand All @@ -228,7 +228,7 @@ \subsection{Clocks and Clocked Variables}\doublelabel{clocks-and-clocked-variabl

\begin{figure}[H]
\begin{center}
\includegraphics[width=3in]{clock}
\includegraphics{clock}
\end{center}
\caption{A clock variable. The value of a clock variable is not defined --- the plot marks only indicate \emph{when} the clock is active.}\doublelabel{fig:clock-variable}
\end{figure}
Expand All @@ -244,7 +244,7 @@ \subsection{Clocks and Clocked Variables}\doublelabel{clocks-and-clocked-variabl

\begin{figure}[H]
\begin{center}
\includegraphics[width=3in]{clocked}
\includegraphics{clocked}
\end{center}
\caption{A clocked variable. The \lstinline!hold! extrapolation of the value at the last event instant is illustrated with dashed green lines.}\doublelabel{fig:clocked-variable}
\end{figure}
Expand Down
Binary file modified media/clock.pdf
Binary file not shown.
286 changes: 286 additions & 0 deletions media/clock.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/clocked.pdf
Binary file not shown.
355 changes: 355 additions & 0 deletions media/clocked.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/piecewise-constant.pdf
Binary file not shown.
368 changes: 368 additions & 0 deletions media/piecewise-constant.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/piecewise.pdf
Binary file not shown.
Binary file removed media/piecewise.png
Binary file not shown.

0 comments on commit 3b669e8

Please sign in to comment.