-
Notifications
You must be signed in to change notification settings - Fork 28
Fix overfull hboxes in print version #977
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
Open
siwelwerd
wants to merge
23
commits into
main
Choose a base branch
from
overfull-hboxes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4e73215
Section 1.1
siwelwerd 397f7d2
1.2
siwelwerd f561f36
Section 2.1
siwelwerd f3c6f68
2.3
siwelwerd 27e0319
2.6
siwelwerd 31fd4ba
Ask parser to recover from duplicate xmlids
siwelwerd cd39440
Merge main
siwelwerd 182cf5c
2.7
siwelwerd 5ac1c74
3.1
siwelwerd fcd74ce
3.2
siwelwerd c27cefd
3.2
siwelwerd 51a342a
3.3
siwelwerd f080225
3.6
siwelwerd 41ad7f9
4.1
siwelwerd 6c2020e
Rename matrices for typesetting
siwelwerd 88085b6
4.2
siwelwerd 662b3ca
4.4
siwelwerd c62c86a
5.1
siwelwerd 488f433
5.2
siwelwerd 2a0f763
Applications
siwelwerd db3897d
Sample problems
siwelwerd 79f4b50
Merge branch 'main' into overfull-hboxes
siwelwerd 0bfb3fe
Few stray overfull hboxes
siwelwerd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@StevenClontz This fixes the error being thrown by duplicate xmlids. The error was because the xml was being parsed strictly here before pretext was involved. Please review for any unintended consequences of this change