Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Here's an implementation of dfrac.

#set math.equation(numbering: "(1)")
#let nonumeq = math.equation.with(block: true, numbering: none)
#let dm(x) = box[#nonumeq[#x]]
#let dfrac(x,y) = math.frac(dm(x),dm(y))
$ dfrac( frac(2 S^2,V^2 sum_i (mu_i^2)/(sigma_i^2)) mu_i V^2 , 2 S^2 sigma_i^2) $

If you also want the inner fraction to be display math, then you just change the frac to a dfrac and get

Replies: 2 comments 4 replies

Comment options

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

@Enivex
Comment options

Enivex May 5, 2023
Collaborator

@Enivex
Comment options

Enivex May 5, 2023
Collaborator

Answer selected by RafailFridman
@RafailFridman
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants