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

Fixing images in inline chunks #313

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rundel
Copy link

@rundel rundel commented Apr 28, 2021

As discussed in #310 this is an attempted fix for the issue. It works by distinguishing between the inline and regular chunk cases.

The inline solution is a bit hacky as the inline chunks are tracked by adding a fig.inline.cur option to the global chunk options which is then incremented for each inline image.

One additional issue is the possible collision between "inline-fig-*.ext" naming convention, this seems unlikely but maybe it would be better to create a separate inline folder within fig.path.

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.

1 participant