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

Fix spacing after full stops that LaTeX mistakenly thinks are mid-sentence. #2562

Merged
merged 1 commit into from Dec 5, 2018

Conversation

Eelis
Copy link
Contributor

@Eelis Eelis commented Dec 5, 2018

Without the \@, LaTeX thinks these are mid-sentence periods because they are preceded by a capital letter. Consequently, it applies word-spacing instead of sentence-spacing.

See Rule 2 at https://tex.stackexchange.com/a/55112.

The only visual effect is an ever-so-slightly wider space after these periods.

(Incidentally, this also helps cxxdraft-htmlgen's sentence splitting, since I'm making it use the same heuristic as LaTeX.)

@tkoeppe tkoeppe merged commit 38eb5e5 into cplusplus:master Dec 5, 2018
@Eelis Eelis deleted the sensp branch December 5, 2018 01:50
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.

None yet

2 participants