在方程式中将 LaTeX 分数项排版更大 [英] Typesetting LaTeX fraction terms to be larger in an equation

查看:26
本文介绍了在方程式中将 LaTeX 分数项排版更大的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 LaTeX 中有以下公式,基于
(来源:

I have the following formula in LaTeX, based on Fisher's Exact Test. (NOTE: requires the use of the amsmath package for inom.)

egin{equation}
    P(i,j) = sum_{x=|N(V_i) cap V_j|}^{min{|V_j|, |N(V_i)|}
    frac{ inom{|V_j|}{x} inom{|V - V_j|}{|N(V_i)| - x}}
    {inom{|V|}{|N(V_i)|}}
end{equation}

This renders the fraction portion with very small, difficult to read text:

I would like my text more readable, as in the following example:


(source: plosone.org)

What trickery can I use to get LaTeX to render my equation similarly?

解决方案

This may be what you're looking for:

egin{equation}
    P(i,j) = sum_{x=|N(V_i) cap V_j|}^{min{|V_j|, |N(V_i)|} 
    frac{displaystyle inom{|V_j|}{x} inom{|V - V_j|}{|N(V_i)| - x}}
    {displaystyle inom{|V|}{|N(V_i)|}}   
end{equation}


Thought it might be good to add a reference:

A Guide to LaTeX2e, Kopka & Daly, 1995
Section 5.5 Fine-Tuning Mathematics
5.5.2 Selecting font size in formulas

In my edition, it's on pp 141-142, but this is out of stock on Amazon. The nearest Internet pointer I can find just now is here

这篇关于在方程式中将 LaTeX 分数项排版更大的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆