Skip to content

Commit

Permalink
fix: use non-breaking hyphen for K-stable in table
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmans committed Jul 19, 2024
1 parent 64e5fe3 commit 56e50de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fanography/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ def __init__(self, rho, ID, yaml):
# d = 1
# e = 2
encoding = {0: "none are K-{}stable",
1: "at least one member is not K-{}stable",
2: "general member is K-{}stable but there exists one that is not",
3: "general member is K-{}stable",
4: "every member is K-{}stable"}
1: "at least one member is not K‑{}stable",
2: "general member is K‑{}stable but there exists one that is not",
3: "general member is K‑{}stable",
4: "every member is K‑{}stable"}

# TODO implement bibliography management...
self.Kref = [("the book", "https://mathscinet.ams.org/mathscinet/relay-station?mr=MR4590444")]
Expand Down

0 comments on commit 56e50de

Please sign in to comment.