Graphics, Figures & TablesTypesetting Limits for Operators properly

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Henryy
Posts: 4
Joined: Sat Sep 01, 2012 9:34 pm

Typesetting Limits for Operators properly

Post by Henryy »

Hello LaTeX Community,

Today I face a very big deal: Typesetting limits on operators.

I have been practising my LaTeX skills in typesetting normal functions but sincerely I do not have an clue on how to plot Limits.

The limits on integrals that I have been trying to plot is the following:

Code: Select all

\documentclass[a4paper]{article}
\usepackage{amsmath}

\begin{document}
$\int_{0}^{\infty} \dfrac{dx}{x+e^{x}}$
\end{document}
Sorry for the tiny Integral sign I don't know why it is so tiny.

Any advice or help would be amazingly helpful.

Thank you very much for your time.

Recommended reading 2024:

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

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

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

Typesetting Limits for Operators properly

Post by localghost »

This is a FAQ and has been discussed and solved very often. So, please first start a Forum Search to find possible solutions. See also "Similar Topics" on the bottom of this page (only when logged in).


Further reading:

Best regards and welcome to the board
Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Typesetting Limits for Operators properly

Post by Stefan Kottwitz »

For searching, I recommend limits as search keyword.

Stefan
LaTeX.org admin
Post Reply