Math & Science'\DeclareMathSizes' with Sums/Integrals in Text

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Tomahawk
Posts: 3
Joined: Tue Oct 11, 2011 8:51 pm

'\DeclareMathSizes' with Sums/Integrals in Text

Post by Tomahawk »

Hello, I'm having problems adjusting the font size for \sum and \int.

Code: Select all

\documentclass[a4paper,DIV12,13pt,headsepline,largeheadings]{scrartcl}
\pagestyle{headings}
\usepackage[applemac]{inputenc}
\usepackage{lmodern}
\usepackage[ngerman]{babel}
\usepackage[intlimits, sumlimits]{mathtools}
\usepackage{amssymb}

\DeclareMathSizes{13}{15}{11}{10}

\begin{document}
\subsection*{Bemerkung zu Integralen von Treppenfunktionen}

In der Situation von Definition 1 ist $f \rightarrow \int f(x)dx$ eine lineare Abbildung vom Vektorraum $T(\mathbb{R}^n)$ der Treppenfunktionen auf $\mathbb{R}^n$ nach $\mathbb{R}$.

\end{document}
As you can see, the integral sign is way too small and isn't affected by \DeclareMathSizes{13}{15}{11}{10}

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
Stefan Kottwitz
Site Admin
Posts: 10359
Joined: Mon Mar 10, 2008 9:44 pm

'\DeclareMathSizes' with Sums/Integrals in Text

Post by Stefan Kottwitz »

It can be fixed by loading the esint package:

Code: Select all

\usepackage{esint}
The output becomes:
integral.png
integral.png (6.33 KiB) Viewed 2496 times
Stefan
LaTeX.org admin
Post Reply