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

Images get misplaced #5

Open
KuhlTime opened this issue Jan 3, 2022 · 1 comment
Open

Images get misplaced #5

KuhlTime opened this issue Jan 3, 2022 · 1 comment

Comments

@KuhlTime
Copy link
Owner

KuhlTime commented Jan 3, 2022

If images are placed so that a page wrap is needed, the text following the image might be placed ahead of the image to fill the rest of the previous page. This behavior can be prevented by adding a \newpage command before the image.

This is very tedious though and would be better addressed automatically, because as soon as the content changes the image might fit again and therefor the \newpage command has to be removed again.

@KuhlTime
Copy link
Owner Author

KuhlTime commented May 19, 2022

Alternatively, to manually adding a \newpage before every image. You can simply add a \ to the end of the image tag.

![Alt Text](path/to/image.png)\

See: https://tex.stackexchange.com/a/276144/166310

Update:
Not possible as the caption gets removed when doing this.

@KuhlTime KuhlTime self-assigned this Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant