-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update \imagetest to reflect changes in graphicx package
Based on the excellent answer of Axel Krypton (https://tex.stackexchange.com/a/567990/221054).
- Loading branch information
Showing
1 changed file
with
66 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27496e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the command is still failing when
\includepdf
is used somewhere in the document. I have already sent a private message to @AxelKrypton, I hope we will be able to solve this problem soon, too.27496e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I improved my code and updated my answer on TEX.SE, which hopefully fixes your problem as well, which seems to be caused here,
SqueakByExample-english/SBE.tex
Line 50 in 27496e4
since
\includepdf
internally uses\includegraphics
which you redefined.27496e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yahoo, it works again!
Thanks a lot for your work, @AxelKrypton!