Skip to content

Commit

Permalink
latex math equation rendering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbcbail committed Jul 19, 2024
1 parent 3d35903 commit f76ee85
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
10 changes: 8 additions & 2 deletions jupyter/Fig1-designProcess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@
"### Convex Hull Objective\n",
"\n",
"Applying this objective allows us to select the smallest subset that covers the convex hull of the original dataset.\n",
"$$\\min_{S \\in \\mathbb{S}} \\space \\|S\\|$$\n",
"$$\\text{s.t.} \\space \\text{Hull}(S) = 0$$"
"\n",
"$$\n",
"\\min_{S \\in \\mathbb{S}} \\ \\|S\\|\n",
"$$\n",
"\n",
"$$\n",
"\\text{s.t.} \\ \\text{Hull}(S) = 0\n",
"$$"
]
},
{
Expand Down
9 changes: 8 additions & 1 deletion jupyter/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ repository: # Online location of your book
# Docs: https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_issues_button: true
use_repository_button: true
use_repository_button: true

# Enable MyST extensions
# Docs: https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
parse:
myst_enable_extensions:
- dollarmath
- colon_fence

0 comments on commit f76ee85

Please sign in to comment.