Math & Science ⇒ The Integral Sign is Very Small
The Integral Sign is Very Small
How can I enlarge the integral sign only? Because it seems small relative to the integrand.
Regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
The Integral Sign is Very Small
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
The Integral Sign is Very Small
localghost wrote:Please get used to providing a minimal working example (MWE) for future requests. In this case there are several possible solutions for your problem.
Best regards
Thorsten
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
The Integral Sign is Very Small
What is this all about? The link only works when locked in to that forum. Please, follow the link from my last reply and learn how to build a MWE.S_David wrote:
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
The Integral Sign is Very Small
Dear localghost,localghost wrote:What is this all about? The link only works when locked in to that forum. Please, follow the link from my last reply and learn how to build a MWE.S_David wrote:
My question is very clear, and does not need any example. All I want to do is to control the size/tall of the integral sign, for which I am using the control sequence \int_{}^{}. If you know how to do this, tell me, and I am appretiating it.
Regards
Re: The Integral Sign is Very Small
Compare, e.g., the difference between the integral sign as it appears in in-paragraph math mode:
$\int_x^y$
And the same when it appears in a displayed equation:
\[ \int_x^y \]
The latter is much bigger. What exactly is the hesitation to provide a MWE?
The Integral Sign is Very Small
Code: Select all
\begin{equation}
\int_0^{\infty}\frac{(\lambda_1+1)^{N_A}}{\lambda_1^m}\d\lambda_1
\end{equation}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: The Integral Sign is Very Small
Inserting this code snippet into one of my documents reveals no problems in the size of the integral symbol. But it is very likely that my document setup differs from yours. With this poor information I can't comprehend the problem. As long as this status doesn't change, I see myself incapable to give useful help. Sorry for that.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10