Math & ScienceHow to strech the \int symbol

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
netheril96
Posts: 10
Joined: Wed Sep 22, 2010 5:03 am

How to strech the \int symbol

Post by netheril96 »

The LaTeX code is

Code: Select all

\dfrac{x}{\int\dfrac{\sin x}{x}\text{d}x}
The integral symbol is too small as opposed to its normal size.How can I stretch it so it can cover the whole sin x/x?
Attachments
tt.png
tt.png (1.64 KiB) Viewed 2045 times
Last edited by netheril96 on Wed Sep 22, 2010 11:05 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to strech the \int symbol

Post by localghost »

Please always post a full but minimal example.

Code: Select all

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}

\begin{document}
  \[
    \frac{x}{\displaystyle\int\frac{\sin x}{x},\text{d}x}
  \]
\end{document}

Thorsten
Post Reply