Skip to content
Discussion options

You must be logged in to vote

Could you change the category to "Q&A" (via GitHub desktop/website version)?
This way you can select an answer (if there is one) to show others there is an answer.


Inline math are delimited by $, display math are delimited by $$.
A display math is centered, while inline math are in line, thus following paragraph rule in which they are.

If you want to decrease the size for all math:

.MathJax {
    font-size: 80% !important;
}

If you want more fine grained control:

.math.inline .MathJax  {
  font-size: 400% !important;
}

.math.display .MathJax  {
  font-size: 50% !important;
  color: #b22222;
}

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@dmi3kno
Comment options

@mcanouil
Comment options

@dmi3kno
Comment options

@mcanouil
Comment options

Answer selected by dmi3kno
Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

mcanouil Jul 9, 2023
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
math any issue related to math support in specific formats
3 participants