Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: docs latex build #201

Conversation

ldevillez
Copy link
Collaborator

Description

The docs was not building due to using a svg. This PR add also a pdf of the svg. The html doc include the svg and the latex doc includes the pdf

Fixes #199

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Run

make -C docs latex
make -C docs/_build/latex all

Inspect the pdf in docs/build/latex/svg2tikz.pdf

Checklist:

  • I have updated the changelog with the corresponding changes
  • I have performed a self-review of my code

@ldevillez ldevillez merged commit 50d4adc into master Jun 9, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make -C docs/_build/latex all fails with ! LaTeX Error: Unknown graphics extension: .svg..
1 participant