Skip to content

Commit

Permalink
fixed svg/pdf problems
Browse files Browse the repository at this point in the history
  • Loading branch information
harcokuppens committed Sep 15, 2021
1 parent d7114ca commit aec3c16
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions source/continuous_publishing.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def slugify(value, allow_unicode=False):
%% option for hyperref package to number bookmarks in pdf:
\hypersetup{bookmarksnumbered}
%%https://en.wikibooks.org/wiki/LaTeX/Colors
\usepackage{xcolor}
%% https://docutils.sourceforge.io/docs/user/latex.html#custom-interpreted-text-roles
Expand Down
Binary file removed source/figure1.pdf
Binary file not shown.
Binary file removed source/figure1.png
Binary file not shown.
Binary file removed source/figure2.pdf
Binary file not shown.
Binary file removed source/figure2.png
Binary file not shown.
6 changes: 3 additions & 3 deletions source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in :numref:`Image of Test architecture (Fig. %s) <figtestarchitecture>` , then


.. _figtestarchitecture:
.. figure:: images/testarchitecture.svg
.. figure:: images/testarchitecture.*
:alt: Test architecture
:align: center

Expand Down Expand Up @@ -62,7 +62,7 @@ accepts input ``Deq`` (Dequeue) and then provides the first value from the queue
See :numref:`figqueueofints`.

.. _figqueueofints:
.. figure:: images/queue.svg
.. figure:: images/queue.*
:alt: A Queue of integers
:align: center

Expand Down Expand Up @@ -102,7 +102,7 @@ called ``STAUTDEF``, in :numref:`figqstaut`. In such a representation, the ``STA


.. _figqstaut:
.. figure:: images/qstaut.svg
.. figure:: images/qstaut.*
:alt: State automaton for the Queue.
:figwidth: 70%
:align: center
Expand Down
Binary file added source/images/qstaut.pdf
Binary file not shown.
Binary file added source/images/queue.pdf
Binary file not shown.
Binary file added source/images/testarchitecture.pdf
Binary file not shown.

0 comments on commit aec3c16

Please sign in to comment.