Text Formatting ⇒ brackets too high when having 'big' exponent
-
- Posts: 1
- Joined: Thu May 06, 2010 10:34 am
brackets too high when having 'big' exponent
\dfrac{\partial}{\partial x} \left(
e^{\left(-\dfrac{A}{x}\right)}\right)
= \dfrac{A}{x^2}e^{\left(-\dfrac{A}{x}\right)}
But it looks like the outer brackets are too deep at the bottom. anyone knows how to improve the output?
THanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
brackets too high when having 'big' exponent
Please post full examples and not only useless code snippets. For a better look of the exponents you can use the nicefrac package. Then the problem vanishes.
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{nicefrac}
\begin{document}
\[
\frac{\partial}{\partial x}\,\left[ e^{\left(-\nicefrac{A}{x}\right)}\right] = \frac{A}{x^2}\,e^{\left(-\nicefrac{A}{x}\right)}
\]
\end{document}
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10