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

Formatting math (much like black formats Python code) #111

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

Conversation

tdegeus
Copy link
Owner

@tdegeus tdegeus commented Jan 19, 2024

Fixes #52

Todo:

  • \label{...}, \text{...}, \mathrm{...} should not be formatted.

The simplest is to change the placeholder formatting to not include - (or +, etc.) such that they are not formatted by this function. Then \label{...}, \text{...}, etc could be converted to placeholders before formatting

@tdegeus tdegeus marked this pull request as draft March 13, 2024 08:34
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.

indent math
1 participant