Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

SVG extracted usingsvg-extract looks different from the original SVG #48

Open
Assignees
mrpiggi
Labels
@awa5114

Description

@awa5114

Here's my SVG drawing:

enter image description here

I include it in my LaTeX document using thesvg package as follows:

\documentclass{article}\usepackage{svg}\begin{document}    \includesvg{idea.svg}\end{document}

Which results in the following:

enter image description here

Then I use thesvg-extract package to extract it out into a PDF including the rendered LaTeX math:

\documentclass{article}\usepackage[extractformat=pdf]{svg-extract}\begin{document}    \includesvg[keepaspectratio]{idea.svg}\end{document}

I runlatexmk --shell-escape idea.tex and the resulting PDF is as follows:

enter image description here

It looks like the text has been moved to accomodate some smaller bounding box than that which the SVG originally intended.

How can I prevent this behavior and get back the SVG as it looked in the original PDF?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp