Skip to content

Commit

Permalink
Fix: docs latex build
Browse files Browse the repository at this point in the history
  • Loading branch information
ldevillez committed Jun 5, 2024
1 parent 5e835af commit 9f2dd51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Deprecated
### Removed
### Fixed
- Fixing the latex build of the docs
### Security

## v3.1.0 - 19/05/2024
Expand Down
9 changes: 8 additions & 1 deletion docs/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ Example

Let's see together how to use SVG2Tikz to convert an SVG to tikz code and include it in your work. Let's take this svg of articulated_leg:

.. image:: img/articulated_leg.svg
.. only:: latex

.. image:: img/articulated_leg.pdf

.. only:: html

.. image:: img/articulated_leg.svg


It's composed of several paths:

Expand Down
Binary file added docs/img/articulated_leg.pdf
Binary file not shown.

0 comments on commit 9f2dd51

Please sign in to comment.