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

bug: Inconsistent Uppercasing errors #399

Open
lukasmwerner opened this issue Jan 17, 2025 · 2 comments
Open

bug: Inconsistent Uppercasing errors #399

lukasmwerner opened this issue Jan 17, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@lukasmwerner
Copy link
Contributor

Given this document:

#problem[
	4. Find all the $x$ values where the following function is discontinuous.
]

#solution[
	$x=-2,0,3$
]

#aside[
	at $x=-2$ jump discontinuity. 
        // this "at" doesn't get flagged

	at $x=0$ infinite discontinuity.
	// this "at" does `This sentence doesn't start with a capital letter`

	at $x=3$ removable discontinuity. (can be removed via re-defining the domain to exclude that)
        // this "at" does `This sentence doesn't start with a capital letter`
]

The errors seem indicate that the first sentence isn't being picked up as a new sentence but rather as a continuation of the math from the previous block.

@grantlemons grantlemons added the bug Something isn't working label Jan 20, 2025
@grantlemons grantlemons self-assigned this Jan 20, 2025
grantlemons added a commit to grantlemons/harper that referenced this issue Jan 20, 2025
grantlemons added a commit to grantlemons/harper that referenced this issue Jan 21, 2025
@elijah-potter
Copy link
Collaborator

This may be related to #228

@grantlemons
Copy link
Collaborator

Ok, this is because there is an unlintable token immediately before, which the sentence capitalization rule respects because unlintable things can occur in the middle of a sentence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants