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 consecutive capitals in math mode #132

Closed
wants to merge 2 commits into from

Conversation

bryanwweber
Copy link
Member

Fixes #128. Pending resolution of getnikola/nikola#3512

@bryanwweber
Copy link
Member Author

@12Chao I ended up having to really hack around this problem using functools.partial, which creates a copy of a function with some of the arguments "filled in".

@bryanwweber bryanwweber deleted the fix-128 branch May 25, 2021 18:02
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.

"Caps" typogrify filter in Nikola is breaking rendering of LaTeX with strings of capital letters.
1 participant