In my *.Rmd file I'm writing something like this
$ext{Dia}_i = max_{x, y in C_i} d(x,y)$
And I was expecting this
but when doing bookdown::render_book(...)
and controlling the results in my browser firefox I got
I found that this has something to do with the namelimits (first picture) and nonamelimits (second picture) but unfortunately I have no clue how to change the outcome.
Question: What kind of code chunk I have to add that I can switch between the two notations?
Thanks a lot in advance!
Edit_1
Can I mix these two types?! The goal is to have an inline formula with the desired apperance.
Edit_2
This is my Code - the three dots (...) are the magic/unknown code
And this is my desired output
But sadly I get this
My wish summerized
question from:
https://stackoverflow.com/questions/65860307/layout-of-a-formula-in-a-bookdown-file 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…