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

Implement LaTeX formula render #5073

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Desktop/html/css/fonts/KaTeX_AMS-Regular.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Fraktur-Bold.woff2
Binary file not shown.
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Main-Bold.woff2
Binary file not shown.
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Main-Italic.woff2
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Main-Regular.woff2
Binary file not shown.
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Math-Italic.woff2
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_SansSerif-Bold.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Script-Regular.woff2
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Size1-Regular.woff2
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Size2-Regular.woff2
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Size3-Regular.woff2
Binary file not shown.
Binary file added Desktop/html/css/fonts/KaTeX_Size4-Regular.woff2
Binary file not shown.
Binary file not shown.
7 changes: 4 additions & 3 deletions Desktop/html/css/jasp.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,10 @@ td.squash-left
z-index: 1;
}

.jasp-toolbar h1, .jasp-toolbar h2, .jasp-toolbar h3, .jasp-toolbar h4, .jasp-toolbar h5, .jasp-toolbar h6, .jasp-toolbar div , .jasp-toolbar span {
display: inline-block;
vertical-align: middle;
/* !! Exclude katex elements to avoid affecting formula layout */
.jasp-toolbar > *:not(.katex) {
display: inline-block;
vertical-align: middle;
}

.jasp-menu {
Expand Down
Loading