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 font commands extending to all binary and ternary operants #101

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

runarberg
Copy link
Owner

Output Changes

  • When writing something like bf A_(ij) previously the boldface was
    incorrectly applied to the indices (ij) as well as the intended
    matrix (A). Now the boldface will only be applied to the matrix
    unless everything is put in a group bf (A_(ij)).

Fixes: #97

**Output Changes**

* When writing something like `bf A_(ij)` previously the boldface was
  incorrectly applied to the indices (ij) as well as the intended
  matrix (A). Now the boldface will only be applied to the matrix
  unless everything is put in a group `bf (A_(ij))`.

Fixes: #97
@runarberg runarberg merged commit 8af250a into main Nov 26, 2023
5 checks passed
@runarberg runarberg deleted the fix-fonts-on-subscripts branch November 26, 2023 17:48
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.

Font commands apply to sub- and super scripts
1 participant